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

Setup for other ESP32 boards. #33

Open
choffee opened this issue Apr 12, 2021 · 3 comments
Open

Setup for other ESP32 boards. #33

choffee opened this issue Apr 12, 2021 · 3 comments

Comments

@choffee
Copy link

choffee commented Apr 12, 2021

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 :)

@gdanov
Copy link

gdanov commented May 3, 2021

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

@choffee
Copy link
Author

choffee commented May 4, 2021

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.

@gdanov
Copy link

gdanov commented May 5, 2021

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.

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

2 participants