Thread
:
U-boot is now in extras-devel
View Single Post
xopher
2010-11-04 , 04:32
Posts: 116 | Thanked: 40 times | Joined on Mar 2010
#
50
Couple quick questions. Does 0:3 have to be a fat partition? How might one make a boot.scr to point to first partition of mmc? Does the uboot also support boot.txt like the Pandora?
edit:
OK....to make a boot.scr you create a file and place your arguments inside it. For my example I use boot.cmd Inside that file I attempt to direct uboot to partition 3 on the SD card for uImage then to SD card partition 1 with filesystem ext2 rootfs.
This is the command will build your custom boot.scr
Code:
mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n "Boot From SD" -d ./boot.cmd ./boot.scr
I keep failing with my arguments. Can anyone provide a snippet or a source where I can read about the arguments, the format of the file etc? I'm only finding copypasta examples and that doesn't help one understand what they're trying to change until it works properly.
Last edited by xopher; 2010-11-04 at
16:05
. Reason: additional things to say and such
Quote & Reply
|
The Following User Says Thank You to xopher For This Useful Post:
Mentalist Traceur
xopher
View Public Profile
Send a private message to xopher
Find all posts by xopher