Hi,
Is it possible to get (or download from) the C55x cleaner.bin (include in 5515evm.zip) source code?
Thanks,
HR
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.
Hi,
The cleaner.bin is just any bootimg.bin manually edited to clear the first 2 bytes - the bootloader looks for a boot signature (usually 0x09AA) in the first two bytes. If it doesnt find one, it doesnt boot.
Use a hex editor to modify any .bin file.
Hope this helps,
Mark