stgislander I want to enable UART4 on my Bela so I'm following the instructions at https://learn.bela.io/using-bela/technical-explainers/device-tree-overlays/ to add the required overlay in uEnv.txt. I have Bela image v0.3.8b 20 Nov 2020. I launch Nano from my terminal using nano /Volumes/BELABOOT/uEnv.txt Nano reports back with Directory 'Volumes/BELABOOT' does not exist. What am I missing?
stgislander giuliomoro No, I had the leading / in the command I typed. Nano did not display the leading / in the error message.
giuliomoro what do you get from ls /Volumes/BELABOOT while the board is connected (wait about 1 minute after boot) ? If you get an error, does the Bela IDE still work?
stgislander giuliomoro I get the same error message whether I'm using the terminal or IDE. cannot access '/Volumes/BELABOOT' : No such file or directory
Ward I edit uEnv.txt by opening a terminal on my laptop and connecting to the Bela over SSH. Using either vim /mnt/boot/uEnv.txt ornano /mnt/boot/uEnv.txt you can edit uEnv.txt