Reputation: 837
I am working on ARM S3C6410 device now. The problem is first 256KB of NAND was broken. I am trying to boot with SD card, uboot works. What I want to know is as following.
I am a newbie. I hope guru's help.
Upvotes: 1
Views: 526
Reputation: 4188
bootargs
in u-boot. You probably don't even need to change the kernel, just make sure that uboot supports the SD-card for your platform as a boot devicebootargs
correctly. Probably even simpler than point 1Upvotes: 2