Mit4el

Results 6 comments of Mit4el

> Do you have a stock firmware dump of the device? > You have most likely corrupted the bootloader somehow, so it can't boot again. > It is also possible...

@kolos @nsavga You can help me. I don't understand how to build and upload FS to the chip. I have a bk7231n. I took the libraries that you wrote, everything...

> ```shell > curl -F "[email protected];filename=index.htm.gz " http://192.168.1.123/upload > ``` Thank you, but is it impossible to download with firmware? I mean, build a bin and flash it at ltchiptool....

> correct size Is it possible to automate this in the script ~/.platformio/platforms/libretiny/builder/utils/ltchiptool-util.py or create a separate script using the FLASH_USERDATA_OFFSET and FLASH_USERDATA_LENGTH data from the board settings. To create...

I can probably use the mklittlefs tool from esp8266/esp32, and then ltchiptool and write everything in extra_scripts = pre:tools/fsbuildscript.py Or even add an env.AddPlatformTarget to make the button appear in...

I wrote a script for the building file system by bk7231n. It works if you register it in platformio.ini `extra_scripts = pre:tools/this_script.py` In folder $Project/tools add this_script.py and mklittlefs.exe I...