Dear All,
I am working though the linux-c6x installation on a c6472 EVM, using the pre-built binaries in little-end. Following this fantastic wiki:
http://linux-c6x.org/wiki/index.php/Little_Endian_C6472
The whole process is well-laid out and executes as expected. However, the final-step (after loading the i2c data and before configuring the GEL files) seems to complete, but suspends on the error:
Console:
[C64XP_A] I2C write complete, reading data
[C64XP_A] I2C read complete, comparing data
[C64XP_A] Data compare passed
Error:
No source available for "abort() at 0x847320"
This jump-out does not leave any variables for modification by the i2cConfig.gel file (with the menu option for c6472) - hence, the final steps of the boot configuration fail.
I am using the Beta2 binaries from http://linux-c6x.org/files/releases/linux-c6x-2.0-beta2/
Running CCS5.1 on Ubuntu Linux 11.10. I am assuming it has something to do with the memory write in the i2cWrite.out. Thanks in advance for your time,
Cheers!