Hi all
If I understand correctly the code, I think that the function mtd_load_all_boot_structures is incorrect:
imx-kobs/mtd.c at 228dbb9b1a202892d884bd01985dd3522ad49d59 · NXPmicro/imx-kobs · GitHub
It assumes that the NCB data structures are always used, no matter which SOC knobs-ng is running on.
I think this function should detect the SOC and behave accordingly instead, as the data structures used by the bootrom have changed over time.
Am I right?
Thanks in advance.