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

Which firmware image should be used for the T-Display-S3 board? #16

Closed
kf106 opened this issue Oct 10, 2023 · 7 comments
Closed

Which firmware image should be used for the T-Display-S3 board? #16

kf106 opened this issue Oct 10, 2023 · 7 comments

Comments

@kf106
Copy link

kf106 commented Oct 10, 2023

And if there's a functioning bootloader, can the image just be loaded at 0x1000?

@russhughes
Copy link
Owner

Use the firmware from the S3LCD_OCT_16M folder. The image must be loaded at 0x0.

@kf106
Copy link
Author

kf106 commented Oct 11, 2023

Thank you! That worked and I now have a Python REPL that I can talk to through screen.

If I write a micropython.py program do I need to build my own firmware, or can I upload it somehow to the device so it's permanently there?

@russhughes
Copy link
Owner

You can upload py files (or mpy files compiled with mpy-cross) to your device's flash filesystem using one of several utilities like mpremote or thonny.

@crbn60
Copy link

crbn60 commented Dec 22, 2023

I'm just trying to get off the struggle bus with zero MPY knowledge. I flashed the firmware file and have a REPL I can interact with as well as run code on the board using pyboard. I don't have a tft_config module, where does that come from?

I would like to start by just running the example code.

@russhughes
Copy link
Owner

@crbn60 You need to upload one of the tft_config.py (and for a few examples, tft_buttons.py) modules for you device from the examples/config folder.

@crbn60
Copy link

crbn60 commented Dec 23, 2023

Thank you very much for taking the time @russhughes , I'm up and running.

@russhughes
Copy link
Owner

russhughes commented Dec 23, 2023

@crbn60 You're welcome, enjoy.

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

3 participants