Hello all,
I have an application on a custom board which uses the DM365 and the same flash memory than on the DM365-IPNC.
I have modified and recompiled the UBL code to adapt to my hardware (clock, peripheral clocks, etc...).
I have suceeded in programming the flash, using JTAG and CCSV4 by running the nand_writer.out program. I did this with the recompiled binary of UBL and the IPNC uboot file named u-boot-1.3.4_ipnc_dm36x_0.6.0.
My problem is that UBL on the serial console (which works), warns me that there is :
"No valid boot image found!
When looking at the code, it is like UBL does not find a right header which includes a valid magic number. For the moment I did not try anything to debug it (bug is fresh). And my question is simple : is that a classical bug/issue ? How to debug it without modyfying th UBL code ?
thanks for your idea.