Skip to content

Commit

Permalink
Improve the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
epiccurious committed Dec 3, 2023
1 parent 9b1f4eb commit 88fc2df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions device_specific/flash_the_ttgo_tdisplay
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ while [ ! -c "${tty_device}" ]; do
read -srn1 -p "Connect your ${device} and PRESS ANY KEY to continue... " && echo
done

# TODO: read the flash arguments from jade/build/flasher_args.json,
# like how esptool.py does, rather than hard-code the arguments
# TODO: Read the esptool arguments from jade/build/flasher_args.json like how esptool.py does, rather than hard-code
sudo esptool --port "${tty_device}" write_flash --flash_mode dio --flash_size 4MB --flash_freq 40m 0x1000 build/bootloader/bootloader.bin 0x10000 build/jade.bin 0x9000 build/partition_table/partition-table.bin 0xe000 build/ota_data_initial.bin

echo -e "\nSUCCESS! Your ${device} is now running Jade."

0 comments on commit 88fc2df

Please sign in to comment.