i am using tinyfs to flash using OSPI NOR and i have generated UBI file, which is causing the issue
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
i am using tinyfs to flash using OSPI NOR and i have generated UBI file, which is causing the issue
why i am getting this prints after changing the offset addresses ->
why i am getting this prints after changing the offset addresses ->
This error is because your flash's mtd part is not sector aligned. I believe the sector size of mt25qu512a is 64KB i.e. 0x1_0000 and you have ospi_nor.rootfs and ospi_nor.lateapp2 not aligned to 64B boundary.
Regards
Karan