Hello there,
booting the evm from sd card works fin. As a next step I would like to boot from NAND flash. Like described in Sitara Linux Software Developer’s Guide there is no flash tool available yet and writing to NAND has to be done via u-boot. The issue, however, is that the NAND flash is not detected. I get the following message from u-boot:
nand_get_flash_type: unknown NAND device: Manufacturer ID: 0x07, Chip ID: 0x07
No NAND device found!!!
Linux kernel doesn't detect NAND flash either:
[ 1.103363] No NAND device found
I have now several questions:
1. Is there a problem with the NAND flash on the evm? or
2. Does this problem arise from bad Profile selection (use Profile0)? or
3. Can there be any other reason why NAND flash is not detected?
Thanks in advance