Hello Titus and all,
I have been able finally after an immense struggle to flash uboot to SPI flash and to get an IP from the router, so now I have ethernet correctly configured.
However I have some doubts that I will appreciate to clarify:
1) I need U-boot + its environment variables to continue to be in the SPI flash as I have it right now. Also I need the Linux kernel in the SPI flash as well.
The file system I need it to be in the NAND flash. Is this possible? How?
2) In http://processors.wiki.ti.com/index.php/GSG:_Building_Software_Components_for_OMAP-L1/AM1x#Rebuilding_U-Boot the following is shown:
Choice of Flash supported. Note: Only one of these Flash options should be defined at a time. Defining more than one Flash option results in a compilation error when you build U-Boot:
|
Does this mean that U-boot can only use SPIFLASH or NAND FLASH ? How can I do to detect both types of memories so I can get access to NAND and put the file system?
Thank you
Best regards,
Patricio