Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to port to MatrixPortal S3 #9

Closed
jdesai61 opened this issue Feb 1, 2024 · 1 comment
Closed

Possible to port to MatrixPortal S3 #9

jdesai61 opened this issue Feb 1, 2024 · 1 comment

Comments

@jdesai61
Copy link

jdesai61 commented Feb 1, 2024

First of all, thanks for publishing the code.

I have managed to compile and create firmware.bin for Matrix Portal S3 board. But I need some help in downloading the software to the S3 board. I am trying to use the ESPTOOL to download but don't know the exact parameters and don't want to brick the board. From what I understand, I need to do something like

    esptool.py --port COMxx write_flash 0x0 firmware.bin

But I am not sure what offset to use and also, If I need to specify any other files (at different offsets).

For those interested, I had to remove the HUB75 library in lib folder and add following to my platformio.ini file

[env:adafruit_matrixportal_esp32s3]
board = adafruit_matrixportal_esp32s3
lib_deps =
   https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git
@jdesai61
Copy link
Author

jdesai61 commented Feb 2, 2024

Looks like mrjefftang has already ported it and it seems to work.

https://github.com/mrjefftang/hdk

@jdesai61 jdesai61 closed this as completed Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant