Elliot Woods

Results 153 comments of Elliot Woods

@stinos - thank you so much for offering to help I'm unsure whether ESP32 supports dynamic linking There is no dlfcn.h file within the esp32 port folder I'd be very...

Ah I'm sorry that comment was on the wrong issue. I'll remove it here The c++ library which I'm trying to wrap is Tensorflow Lite Micro for inference locally on...

btw .. `dlfcn.h` is not a part of the esp-idf repo or any of its submodules

I had some success building CPP also, but using custom build scripts to make the cpp files and some hacks of the existing micropython makefiles. Howeveer I didn't get it...

And thank you again for looking into this! I really like your library and hope to use it for future projects when I'm wrapping for micropython

it fails to boot and keeps restarting it seems the partitions are not correct I'm trying with firmware.bin which is the standard thing i usually upload ``` E (679) esp_image:...

using command `esptool write_flash -z 0x1000 firmware.bin`

I've never seen that happen before perhaps the length of the image is wrong in the partitions table? my partitions.csv looks like this: ``` # Notes: the offset of the...

Alright! I’ll check that tomorrow. Out of office now (Seoul GMT+8) Thank you for giving direct instructions on how to test

getting the same issue building here Very strange, since it seems to be related to partitions, but your commits don't seem to affect partitions at all investigating...