Unable to progress. Have flashed SD card and apparently am online. Downloaded balena CLI and balena sound code(called balena sound master). Don’t understand next instructions " From within the unzipped project directory, execute balena push <appName>" ???
In balena CLI galena push gives ENOENT: no such file or directory, stat
Hi @horizon.gp, first of all welcome to balena community
From within the unzipped project directory, execute balena push <appName>
This line instructs to execute this command within the project directory. Which operating system are you using?
If you are on Linux or MacOS, running ls should print the contents of the balena sound project (the same files as you see in the github repo). The Windows equivalent command is dir.
If you are not within the project’s directory, you could change directory via the command cd.
So could you run the command balena push <appName> within the balena sound project directory?
Next, what do you mean by Beginners Help button?
A screenshot would help illustrating.
On the terminal, try typing cd and press the <spacebar>, then using the Finder find the folder of the balena-sound project you downloaded (it’s most likely in your Downloads folder) and drop it onto the terminal window. This should fill in the path of the folder and complete the command. Press <enter> and you’ve now changed into the project directory (cd means “change directory”).
Now type balena push RasPiAudio and watch the project as it’s being built. When done, it’ll automatically be deployed on your device (the “withered-dawn” one). You can follow the progress from the Dashboard.