Skip to content

02. Remote Firmware Update

Magnus edited this page Jul 28, 2021 · 1 revision

Remote upgrade of Razorboard:

  1. 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.
  2. SSH into the RPi.
  3. Install STM32Flash sudo apt-get install stm32flash
  4. Copy the .bin file to the RPi, place it in /home/pi (use WinSCP)
  5. Write upgrade in the Razorboard command line, to put it into bootloader mode.
  6. Write stm32flash -w Razorboard.bin -g 0x0 /dev/ttyUSB0
  7. Wait for it to finish, after upgrade it will boot and load the new firmware.

Clone this wiki locally