Search found 2 matches

by reynum
Thu May 31, 2018 4:54 pm
Forum: General Discussion
Topic: Lolin32 lite crash FAT filesystem
Replies: 1
Views: 3331

Re: Lolin32 lite crash FAT filesystem

I find the mistake, the file I create to erase the flash was 4KB and Not 4MB So now my question is more a tutorial to erase the flash :lol: So to finish here is the command to create the 4MB file: dd if=/dev/zero ibs=1M count=4 | tr "\000" "\377" > paddedFile.bin And the command to erase the flash: ...
by reynum
Wed May 30, 2018 7:30 pm
Forum: General Discussion
Topic: Lolin32 lite crash FAT filesystem
Replies: 1
Views: 3331

Lolin32 lite crash FAT filesystem

Hello, I have a mistake with my lolin32 lite with micropython. My esp32 is : esptool chip_id esptool.py v2.1 Connecting.... Detecting chip type... ESP32 Chip is ESP32D0WDQ6 (revision 1) Enabling default SPI flash mode... Chip ID: 0xd630aea43915 With rshell I load a little python program to control a...