I got the TI OMAP35x EVM recently and tried to setup "AM35x-OMAP35x-LINUX-PSP-04.02.00.07" on this platform. I face following issues,
1) The ethernet is not working, boot-loader gives following message
....
Read back SMSC id 0xffff0000
Die ID #4f3000040000000004037b700a018008
Net: smc911x: Invalid chip endian 0x00000000
No ethernet found.
...
2) I'm able to write x-loader, boot-loader in NAND flash but couldn't write Kernel and RFS image
....
OMAP3_EVM # fatload mmc 0 0x80000000 uImage
reading uImage
3082808 bytes read
OMAP3_EVM # nand erase 0x280000 3082808
NAND erase: device 0 offset 0x280000, size 0x3082808
Erasing at 0x3300000 -- 100% complete.
OK
OMAP3_EVM # nandecc hw 1
HW ECC [Kernel/FS layout] selected
OMAP3_EVM # nand write 0x80000000 0x280000 3082808
NAND write: device 0 offset 0x280000, size 0x3082808
Attempt to write non page aligned data
50866184 bytes written: ERROR
....
3) I tried to test Froyo and Gingerbread buy following respective DevKit user guides but without success. Froyo loads but seem to be very slow, Gingerbread stops on the way booting.
Any help appreciated.
Thanks
Sathya