Dear All,
I am trying to edit MLO and Uboot for Coustom board for AM335x, while through some study I came to know it is used for RAM initialization and some basic initialization from Uboot(If Worong correct me)
1> I want to know which are necessary files need to modify for Coustom MLO;
2> While Booting, I See : "U-Boot SPL 2011.09-00040-gec68725-dirty (Sep 03 2012 - 16:31:24)
Texas Instrumentation Revision detection unimplemented
OMAP SD/MMC: 0
reading u-boot.img
reading u-boot.img
U-Boot 2011.09-00040-gec68725-dirty (Sep 03 2012 - 16:31:24)
I know these o/p coming from MLO and Uboot till the kernel is not uncompressing;
so to make changes in MLO to display the content which file to make changes or I cant edit MLO?
3> While reading AM335x TRM Chap 26 where I found Public ROM which is sub divided into three Parts
1)Public ROM Code(High Level)
2)Public ROM Code Driver
3)Public ROM Code HAL
I am able to see "CCCCCCC" when SDCard is not inserted means , So I can say ROM Code Driver is working then why we need U-boot?
Regards
Praveen