The problem I have is that none of the SYS/BIOS example projects will run on my board. The bootloader loads the app file and jumps to it, but nothing happens – no output on the
console after the bootloader prints: "Jumping to StarterWare Application...".
If I run other example applications that do not use SYS/BIOS then they run fine.
Is there anything in these example projects that needs to be changed in order for them to run (other than selecting the platform evm335x when the project is created)?
Or do these projects only work in Debug mode with a JTAG Emulator connected?
Any suggestions as to what could be wrong?