esprit icon indicating copy to clipboard operation
esprit copied to clipboard

Setup for other ESP32 boards.

Open choffee opened this issue 3 years ago • 3 comments

I'm trying to get things up and running on another board. ( TTGO ESP32-WROVER ) but it's giving me errors on boot. The erase/bootstrap/flash seems to work but once on the serial console it gives the following error a few times then reboots:

invalid header: 0x69726124

My suspicion is that it's the board config clashing with the pins in some way. I just can't work out how to change the defaults. I've created a new board config that might work but can't work how to set the "env" to specify it's location.

Should this just work on other ESP32 boards or have I got the wrong end of things? ( I may be a little out my depth here :)

choffee avatar Apr 12 '21 13:04 choffee

isn't that board with 4mb flash? the manual says you need 8mb.

gdanov avatar May 03 '21 11:05 gdanov

I think you might be right. I may have misread the manual where it said "The ESP32 WROVER module with 8MB of PSIRAM has been shown to work great. " I think mine has 8MB of PSIRAM which I think mine has but only 4Mb of Flash as you say.

choffee avatar May 04 '21 16:05 choffee

Yes. I was looking to buy device myself these days and it took me some time to realize the minimum requirement is for the Flash. In the clojurians slack this was confirmed by MFikes in reply to someone else also on the hunt.

gdanov avatar May 05 '21 12:05 gdanov