Skip to content

Firmware test

Pre-release
Pre-release
Compare
Choose a tag to compare
@DeimosHall DeimosHall released this 17 Jul 17:31
· 580 commits to main since this release
2c9e004

Evaluates the behavior of:

  • LEDs
  • Buzzer
  • Buttons
  • SD Card

Flash the firmware

  1. Download and unzip build_files.zip
  2. Flash the firmware with the following command:
esptool.py --chip esp32c6 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 minino.bin 0x8000 partition_table/partition-table.bin

Replace $PORT with the actual port your Minino is connected to