Any pointers on what needs adjusting in here https://github.com/openshwprojects/OpenBL602/ so the firmware will boot on a 1mb BL602?
If we use the partition_cfg_1M.toml with the binary built from the code there now, it boots but hangs at this point in the boot process:
task[02] : empty
task[01] : empty
task[00] : empty
[MTD] >>>>>> Hanlde info Dump >>>>>>
name PSM
id 0
offset 0x000f8000(1015808)
size 0x00004000(16Kbytes)
xip_addr 0x230e7000
[MTD] <<<<<< Hanlde info End <<<<<<
[EF] Found Valid PSM partition, XIP Addr 230e7000, flash addr 000f8000
*default_env_size = 0x00000001
ENV start address is 0x00000000, size is 32768 bytes.
BL602 build for 2mb flash can be downloaded from https://github.com/openshwprojects/OpenBK7231T_App/releases for testing.
flash to BL like:
end goal: a binary that can be flashed to 1mb BL602, code that sacrifices OTA partition or at least makes it the maximum size possible for LittleFS use but no OTA
@robert