-
Notifications
You must be signed in to change notification settings - Fork 2
02. Remote Firmware Update
Magnus edited this page Jul 28, 2021
·
1 revision
- If you have a RPi connected to the 40-pin header on the Razorboard and a USB cable to the Upgrade/Debug interface, then you can do a remote upgrade of the firmware.
- SSH into the RPi.
- Install STM32Flash
sudo apt-get install stm32flash
- Copy the .bin file to the RPi, place it in /home/pi (use WinSCP)
- Write
upgrade
in the Razorboard command line, to put it into bootloader mode. - Write
stm32flash -w Razorboard.bin -g 0x0 /dev/ttyUSB0
- Wait for it to finish, after upgrade it will boot and load the new firmware.