Hello,
I’m having some issues booting from NAND on my C6655 board. I made a simple application to print to the serial port. This application runs fine in CCS debugger, but I can’t get it to load from NAND. Here are the steps I’ve taken:
1) Compile .out file
2) Run MAD utility to convert from .out to .bblob
3) Write .bblob file to NAND using Nandwriter application
4) Set GPIOs to boot from NAND via IBL(ie. I2C EEPROM).
I get the the following meesage:
IBL version: 1.0.0.15
IBL: Booting from NAND
But it doesn't seem like my program boots because I don't see any other serial port activity. I also tried it on the C6657 evaluation board and it didn’t work there either. So I must be doing something wrong. Any ideas?
Thanks,
Sachan