ESP32 firmwares with single/double precision and ulab module

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Husyn
Posts: 7
Joined: Sun Jan 23, 2022 8:27 am

Re: ESP32 firmwares with single/double precision and ulab module

Post by Husyn » Sat Jan 29, 2022 10:59 pm

I uploaded newly esp32 with ulab firmware
After uploaded the device seems busy and this error mesage in shell.
rst : 0x10 (RTCWDT _ RTC. RESET) , boot : 0x13 (SPI FAST_B00T ' ) g
configsip : 0li SPIWP : 0xen.E::ii
lk' drv : OXOO' q,,..dfv : Ox00 , d drv : OxOO , csO ciTY : O,

v923z
Posts: 168
Joined: Mon Dec 28, 2015 6:19 pm

Re: ESP32 firmwares with single/double precision and ulab module

Post by v923z » Sat Jan 29, 2022 11:03 pm

It is not quite clear, where the firmware came from, so it is a bit hard to comment on the issue. Have you read the relevant section of the readme: https://github.com/v923z/micropython-ul ... sed-boards? Also, is this issue related to ulab, or would you have the same problem, if you compiled without ulab?

Husyn
Posts: 7
Joined: Sun Jan 23, 2022 8:27 am

Re: ESP32 firmwares with single/double precision and ulab module

Post by Husyn » Sun Jan 30, 2022 3:44 am

I can load this firmware successfully. But this ulab is not full.
https://gitlab.com/rcolistete/micropyth ... _flash-4MB


But when I load this firmware, this error occurs. It seems successfully loaded but the ESP32 always busy. Reset, stop/start, boot button are not work.
https://micropython.org/resources/firmw ... -v1.18.bin
And this the same error
micropython-esp32-20220117-v1.18-ulab.bin

v923z
Posts: 168
Joined: Mon Dec 28, 2015 6:19 pm

Re: ESP32 firmwares with single/double precision and ulab module

Post by v923z » Sun Jan 30, 2022 6:12 pm

Husyn wrote:
Sun Jan 30, 2022 3:44 am
I can load this firmware successfully. But this ulab is not full.
https://gitlab.com/rcolistete/micropyth ... _flash-4MB
No, that is a very old version.
Husyn wrote:
Sun Jan 30, 2022 3:44 am
But when I load this firmware, this error occurs. It seems successfully loaded but the ESP32 always busy. Reset, stop/start, boot button are not work.
https://micropython.org/resources/firmw ... -v1.18.bin
And this the same error
micropython-esp32-20220117-v1.18-ulab.bin
OK, so the issue is not really ulab-related. If so, you should raise it on https://github.com/micropython/micropython/issues

Post Reply