Tool/software: Linux
Hi,
I have a custom board based on J6P, booting in XIP mode from a 256MB NOR connected to GPMC.
While it's all working in cold boot mode and when issuing a cold reboot, the board does not start after a warm reboot. After a brief HW analisys, I found that GPMC_A27 pin in held HIGH after a warm reboot, causing the processor not finding the SPL.
If I place a copy of the SPL at relative offset 0x8000000 (128M) inside the NOR flash device, the board is able to boot (but I cannot follow this path, since this copy would overlap another partition).
I need the warm reboot feature for conditional reboot through SAR RAM.
Is this a know issue? Is there any solution/workaround?
Thank you
Regards,
Francesco