CRUX-ARM : Home

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