Skip to content

Commit

Permalink
update bootstrap docs for new raspi os, install ocd-patch during update
Browse files Browse the repository at this point in the history
  • Loading branch information
martukas committed Nov 9, 2024
1 parent faed19c commit c6e3114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion software/bootstrap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The first few configuration steps must be done manually when writing the operati

* Use an SD card of at least 32GB. Building the software can be a resource-greedy process.
* Flash the SD card using the [Raspberry Pi Imager](https://www.raspberrypi.com/software/) making sure to configure it as follows:
* **IMPORTANT:** Click 'CHOOSE OS' > 'Raspberry Pi OS (Other)' and select the `Raspberry Pi OS (64-bit)` release of the Raspberry Pi OS. Other versions have not been tested to work. More specifically should be the `v11 Bullseye 64 bits (January 28th 2022)` release ([download link](https://downloads.raspberrypi.org/raspios_arm64/images/raspios_arm64-2022-01-28/)).
* **IMPORTANT:** Click 'CHOOSE OS' > 'Raspberry Pi OS (Other)' and select the `Raspberry Pi OS (64-bit)` release of the Raspberry Pi OS. Other versions have not been tested to work. More specifically should be the `v12 Bookworm 64 bits (October 28th 2024)` release ([download link](https://downloads.raspberrypi.com/raspios_arm64/images/raspios_arm64-2024-10-28/)).
* Click 'STORAGE' and select your SD card
* Click the gear icon in the lower right corner, and set up the following parameters:
* hostname (recommended): `rw-ventilator` - could make it something else unique if you have multiple prototypes on your network
Expand Down
1 change: 1 addition & 0 deletions software/bootstrap/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ then
### Clean and update PIO
echo "Updating PlatformIO and libraries..."
./software/common/common.sh update
./software/controller/controller.sh patch-ocd
fi

if zenity --question --no-wrap --title="Controller Build" \
Expand Down

0 comments on commit c6e3114

Please sign in to comment.