Firmware test
Pre-release
Pre-release
Evaluates the behavior of:
- LEDs
- Buzzer
- Buttons
- SD Card
Flash the firmware
- Download and unzip
build_files.zip
- 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