Git Product home page Git Product logo

alamode's People

Contributors

anool avatar ethandicks avatar osbock avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

alamode's Issues

Need new setup for Stretch?

Hi there,

It would appear that the Jessie setup does not work on Stretch, so perhaps they have changed something that has broken it.

Is there any ETA on a Stretch version?

Cheers,

Kal

cant find setup file

trying to run setup file in the latest version of Raspian please read following conversation i had on Core forum.
Ok I setup new sd card with latest NOOBS rebooted pi went to Wyolm web sit downloaded wget https://github.com/wyolum/alamode/raw/master/bundles/alamode-setup.tar.gz
that worked fine
then pi@raspberrypi ~ $ tar -xvzf alamode-setup.tar.gz that works fine then pi@raspberrypi ~ $ sudo ./setup I get “sudo: ./setup: command not found”
I then opened pi@raspberrpi~/alamode-setup $ sudo ./setup [/code] and got "sudo: unable to execute ./setup: no such file or directory
I had the same issue. Somebody has been editing the file in their Windows environment without turning off CRLF (when you hit enter it adds carriage+return, line-feed). Linux only has the LF and tries to interpret the CR as a part of the command.

The easy way to fix it is to install the program dos2unix as follows:

Copy to clipboard
sudo apt-get install dos2unix
Once you’ve installed dos2unix type the commands as follows:

Copy to clipboard
wget https://github.com/wyolum/alamode/raw/master/bundles/alamode-setup.tar.gz
tar -xvzf alamode-setup.tar.gz
cd alamode-setup
dos2unix setup
chmod +x setup
sudo ./setup
Daryl87976
14h
Thanks for the help Shaun but I followed your instruction all work good until
sudo ./setup
I got sed: can't read /etc/inittab:No such file or directory
rm: cannot remove '/etc/inittabbk': No such file or directory

use avrdude linuxspi/linuxgpio programmer

As long as the linuxspi or linuxgpio programmers were enabled at compile time, there shouldn't be a need for patching avrdude with a separate programmer for alamode. Arduino IDE (not through Raspbian) includes avrdude with the linuxgpio programmer, and the Raspbian build of avrdude also includes the linuxspi programmer.

I haven't figured out all the steps to successfully use this myself, but it would probably involve updating the avrdude.conf and/or programmers.txt.

(n.b.: I think this is what ArduBerry is using.)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.