Skip to content

Instantly share code, notes, and snippets.

@tacamDev
Last active April 20, 2023 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tacamDev/190469c666094d7438f798f5bdc1107c to your computer and use it in GitHub Desktop.
Save tacamDev/190469c666094d7438f798f5bdc1107c to your computer and use it in GitHub Desktop.

How to use Easy Loader Packer with PlatformIO

  1. In VSCode press Verbose Upload in project tasks. This will build and upload the firmware but more importantly it will print out the path and memory address of all needed bin files. vscode
  2. Copy the text between Auto-dectected: COMX and esptool.py vX.X into a text file.
  3. Format the file to easily see each memory address and file location of the bin files on there own lines. notepad
  4. Go to EasyLoader Packer website (servers are only online durning the week).
  5. Enter Window Title and Title.
  6. Go to the Burn Settings tab.
  7. Using the text file from before. Enter the memory address and upload the corresponding .bin file in order.
  8. Press the Make button in the bottom left and download the exe. easyloader packer
  9. Run the exe, select the correct COM port of the contoller and press Burn.

More Information:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment