-
Notifications
You must be signed in to change notification settings - Fork 5
Raspberry Pi: Flash Existing Image and Configure
If you want to use a pre-configured image, follow these instructions.
You need the most recent version of the Raspberry Pi firmware (which since RPI4 is stored onboard a separate chip). So, install Raspbian on an MicroSD (I recommend balenaEtcher for flashing MicroSDs), boot it and connect to a network, and update the firmware by running the following commands.
sudo apt-get update && sudo apt-get dist-upgrade -y
sudo rpi-update
sudo rpi-eeprom-update -a
Of course, you will need a network connection for this. Use WiFi or Ethernet, whatever is at your disposal.
Once the firmware is updated, you can flash the image. The current image for the IRV lab is stored in our Google Drive here.. To flash it onto a MicroSD card, plug your card into a laptop and use your program of choice to flash the image on the SD card. balenaEtcher is a good option.
Make sure to go through the required software (described in Software Installation (RPI) and make sure that it's set up. You should be fine, as it's a direct disk image, but it's probably best to double-check that ROS, MAVROS, and the systemd services are all set up.
This wiki is a living document and may be updated as new information becomes available.
If you find an error in the documentation or something insufficiently explained, submit an issue on this repository.
- Design Improvements
- Parts List
- Fabricating Mounting Structures (General Instructions)
- Power System Assembly
- Thruster System Assembly
- Computing System Assembly
- Networking Assembly and Tether
- Sensor Assembly
- OLED Assembly
- Enclosure Assembly (Left)
- Enclosure Assembly (Right)
- Final Assembly