Search found 16 matches

by patrick.pollet
Wed Sep 13, 2017 1:04 am
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 540886

Re: MicroPython on ESP-WROVER with 4MB of psRAM

Dear All, Is someone was able to transfer large file to /flash ? If "yes", how did you do ? On my side i tried with the ftpserver but it crashed even with small files and it corrupt the flash (i like the ftp server which works fine with LOPY and LO1). I also tried with pye by opening a new file and ...
by patrick.pollet
Mon Sep 04, 2017 9:01 am
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 540886

Re: MicroPython on ESP-WROVER with 4MB of psRAM

loboris wrote: It looks its the same issue reported here
Plase read it, maybe it will help.
Thanks.
I just restarted from scratch on a fresh installed Ubuntu 16 and it works fine.
by patrick.pollet
Sun Sep 03, 2017 12:09 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 540886

Re: MicroPython on ESP-WROVER with 4MB of psRAM

@loboris : Thanks a lot for such great work. i just tried to clone the repository and did a first call to BUILD.sh : ____________________ patrickpollet@patrickpollet-VirtualBox:~/esp32psram/MicroPython_ESP32_psRAM_LoBo/MicroPython_BUILD$ ./BUILD.sh menuconfig unpacking 'esp-idf' unpacking 'esp-idf_p...
by patrick.pollet
Sun Sep 03, 2017 11:49 am
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 540886

Re: MicroPython on ESP-WROVER with 4MB of psRAM

@loboris : Thanks a lot for such great work. i just tried to clone the repository and did a first call to BUILD.sh : [code] patrickpollet@patrickpollet-VirtualBox:~/esp32psram/MicroPython_ESP32_psRAM_LoBo/MicroPython_BUILD$ ./BUILD.sh menuconfig unpacking 'esp-idf' unpacking 'esp-idf_psram' unpackin...
by patrick.pollet
Sun Sep 03, 2017 4:39 am
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 540886

Re: MicroPython on ESP-WROVER with 4MB of psRAM

@loboris: Thanks a lot for such a great work. Unfotunately after cloning the github repository and starting with ./BUILD.sh menuconfig i had an error : [code] patrickpollet@patrickpollet-VirtualBox:~/esp32psram/MicroPython_ESP32_psRAM_LoBo/MicroPython_BUILD$ ./BUILD.sh menuconfig unpacking 'esp-idf'...
by patrick.pollet
Fri Apr 29, 2016 7:10 pm
Forum: Other Boards
Topic: Porting to mbed
Replies: 4
Views: 5633

Re: Porting to mbed

Very interesting work, thanks for that.