CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Added printenv.info file
[bootloader.git] / devices / cubieboard2 / printenv.info
1 autoboot=run loadkernel && run setargs && true && bootm 0x48000000
2 baudrate=115200
3 boot_ram=saved_stdout=$stdout;setenv stdout nc;if iminfo 0x41000000; then true; setenv stdout $saved_stdout; source 0x41000000;else setenv stdout $saved_stdout;fi
4 bootcmd=if run loadbootenv; then echo Loaded environment from ${bootenv};env import -t ${scriptaddr} ${filesize};fi;if test -n "${uenvcmd}"; then echo Running uenvcmd ...;run uenv;
5 bootdelay=3
6 bootenv=uEnv.txt
7 bootscr=boot.scr
8 console=ttyS0,115200
9 device=mmc
10 ethact=emac
11 kernel=uImage
12 loadbootenv=fatload $device $partition $scriptaddr ${bootenv} || ext2load $device $partition $scriptaddr boot/${bootenv} || ext2load $device $partition $scriptaddr ${bootenv}
13 loadbootscr=fatload $device $partition $scriptaddr ${bootscr} || ext2load $device $partition $scriptaddr boot/${bootscr} ||ext2load $device $partition $scriptaddr ${bootscr}
14 loadkernel=if bootpath=/boot/ && ext2load $device $partition 0x43000000 ${bootpath}script.bin && ext2load $device $partition 0x48000000 ${bootpath}${kernel};then true; elif bootpai
15 loglevel=8
16 panicarg=panic=10
17 partition=0:1
18 scriptaddr=0x44000000
19 setargs=if test -z \\"$root\\"; then if test \\"$bootpath\\" = "boot/"; then root="/dev/mmcblk0p1 rootwait"; else root="/dev/mmcblk0p2 rootwait"; fi; fi; setenv bootargs console=$}
20 stderr=serial
21 stdin=serial
22 stdout=serial
23
24 Environment size: 1840/131068 bytes