Auto running a script Create the script Create a folder to store the script in mkdir ./bin cd ./bin Create the script using the nano text editor sudo nano script_auto_run In the nano editor, type this script: #!/bin/bash # Script to start our application echo "Doing autorun script…" sudo /home/pi/projects/my_project.a & Replace "sudo /home/pi/projects/my_project.a […]
Category: Raspberry Pi OS (previously Raspbian)
Bluetooth(3)
Booting(1)
GUI(9)
IO Pins(3)
Keyboards(2)
Networking(9)
Package Manager(1)
Troubleshooting(1)
USB(2)
Windows viewing of SD card
Storing a file on the SD card via Windows Windows can't see the main Linux partition but it can see the boot partition. If you want you can store a file here, say a text file for instance, indicating to yourself what a card is, notes etc.