Hi All,
I was doing ramboot, copying images(kernel, uramdisk, dtb) to RAM over uart and running from RAM.
Now I want to put these images onto NOR and boot from it. My NOR is 32MB.
On NOR, uboot is placed at 0x08000000, kernel at 0x080c0000,
What is the address to place my filesystem, dtb images? Should I modify any of uboot files to mention these addresses? As my NOR is only 32MB, can I use my uramdisk which is around 6MB?
Regards,
Gangadhar