16_mcu_flash 90 B

1234567
  1. #!/bin/sh
  2. # on first boot, flash the microcontroller!
  3. sh /usr/bin/mcu/flash.hex
  4. exit 0