Replies: 15 comments 2 replies
-
Yes, I will be posting the .bin during the first release, which I expect to be sometime this coming week (Feb 20-24) |
Beta Was this translation helpful? Give feedback.
-
I put a test build in releases just now -- give it a go, let me know how it works for you |
Beta Was this translation helpful? Give feedback.
-
Cool! point me to where it is, since I can't seem to find it |
Beta Was this translation helpful? Give feedback.
-
Thank you, I will report back when I get the time to apply it. |
Beta Was this translation helpful? Give feedback.
-
Still can not get your version of esp-idf working. But was able to install espressif version following these directions: But when I try to apply these two files, commend errors out:
So how to create the partitions? Again I can not get your tools to run:
Tried to insall littlefs but hit a brick wall
|
Beta Was this translation helpful? Give feedback.
-
So after I flashed the ESP32-S3 with MicroPython I was able to wright the tulip FS
But console shows issues
Keeps spiting that out over and over. Next if I try and put your version of micropython
Console shows it's stuck in boot loop since boot area is not there
|
Beta Was this translation helpful? Give feedback.
-
Just to make sure it's not a bad chip, I flashed micropython back on:
Console
|
Beta Was this translation helpful? Give feedback.
-
@japuzzo thanks for the detailed report. I think I understand what's happening -- if you haven't done a compile you'll also need to flash Tulip's (not micropython's) partition table. Let me replicate your issue on a fresh ESP32-S3 and update the instructions. |
Beta Was this translation helpful? Give feedback.
-
Another possible clue is I'm using a ESP32-S3 WROOM-1-N8R2 which has only 8mb of flash NOT 16mb like the N16R8 version |
Beta Was this translation helpful? Give feedback.
-
Ah. That model will not work. We require 8MB RAM with octal flash speed to power the display. The only two models I know to successfully work so far are (both Adafruit boards, but the bare chips also should work if building your own board) Please check out the build guides for the specs on which chip you need. Let me know if I missed something in the descriptions there. Here's more on which models have Octal flash. That said, it still should have flashed to an 8MB board (the display just wouldn't work.) I will still debug how to get the partition table flashed without compiling Tulip. |
Beta Was this translation helpful? Give feedback.
-
Acquired a ESP32-S3 N8R8 and also a N16R8 both report back the same errors as my other board. Where standard ESP32-S3 micropython works. Would it be possible to acquire an image (bin file) via the esptool.py for me to try. |
Beta Was this translation helpful? Give feedback.
-
The bin files are all in the release. You may (?) also need to compile the partition file, which is in ports/esp32s3. I'm not near my hardware now so can't help test. But the best way to do this is to figure out why you can't compile Tulip. While we are in early days it'll be a lot easier to get it working that way. Can you show us a log of your build process that doesn't work so we can help you debug? Follow the instructions on the tulip flashing page. |
Beta Was this translation helpful? Give feedback.
-
I build the firmware success but run failed |
Beta Was this translation helpful? Give feedback.
-
@japuzzo and @jd3096-mpy can you check out the latest .bin release ? I've verified here I can flash a board without compiling using these steps: https://github.com/bwhitman/tulipcc/discussions/22 |
Beta Was this translation helpful? Give feedback.
-
Having issues compiling the code on my macbook.
Is there a bin file that I could grab to work with while I work out how to compile?
Beta Was this translation helpful? Give feedback.
All reactions