tusker-tools

Results 6 comments of tusker-tools

You are right about the minimum capacity. Then could we at least have a total volume of 32MB where only 64KB minus BOOTLOADER_SIZE is free and the rest is occupied?

Do you have the information how e.g. Windows calculates the free space of a FAT32 partition? Unfortunately I can't find anything in the internet, so I don't know how to...

No, I did not succeed. I tried different configuration parameters for the FAT32 partition, but this did not lead to the intended change. Unfortunately, I'm not deep enough into the...

Do you mean a file for configuring the bootloader (same options as in btldr_config.h)?

Ok, I think now I'm getting an idea. So you want to configure some parameters of the firmware (which resides in a dedicated configuration flash section) using a JSON file...

Nice idea! This would require the following steps: - Write JSON parser - Introduce a new erase logic to only erase the "config parameter" flash block - Develop special data...