Search found 2 matches

by fisheggs
Sat Jan 27, 2018 8:31 am
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 542504

Re: MicroPython on ESP32 with SPIRAM support

Ah hah! Somehow "SPI RAM access method" had been changed to "Make RAM allocatable using malloc()" instead of "Make RAM allocatable using heap_caps_malloc". I'm not sure how, because I _know_ I had it set that way for the previous build. Thanks for the help. BTW, how does one turn BBCode on? I found ...
by fisheggs
Sat Jan 27, 2018 12:58 am
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 542504

Re: MicroPython on ESP32 with SPIRAM support

With my git repository at commit 7b97da288973b9c07722458238ef95f4fff2ee07 (HEAD -> master, origin/master, origin/HEAD) Author: Boris Lovosevic <loboris@gmail.com> Date: Wed Jan 24 09:59:19 2018 +0100 Builds without error, but when booting the board, I get [code] rst:0x1 (POWERON_RESET),boot:0x3f (SP...