Skip to content

Firmware programming script for Linux #15

Description

@sbeckman

The following script will program the firmware from the Linux shell:

#!/bin/bash
esptool.py --port /dev/ttyACM0 write_flash 0x00000 ATS_MINI.ino.bootloader.bin 0x8000 ATS_MINI.ino.partitions.bin 0x10000 ATS_MINI.ino.bin

Create the file burn_flash.sh in the directory containing the three .bin files, with the contents of the two lines above.

After creating the script, make the script executable by entering the command:

chmod +x burn_flash.sh

Then execute the script with the command:

./burn_flash.sh

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions