You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
434 B
11 lines
434 B
bootpart=0:1
|
|
devtype=mmc
|
|
bootdir=
|
|
bootfile=zImage
|
|
bootpartition=mmcblk0p2
|
|
console=ttyS0,115200n8
|
|
loadaddr=0x82000000
|
|
fdtaddr=0x88000000
|
|
set_mmc1=if test $board_name = A33515BB; then setenv bootpartition mmcblk1p2; fi
|
|
set_bootargs=setenv bootargs console=${console} root=/dev/${bootpartition} rw rootfstype=ext4 rootwait
|
|
uenvcmd=run set_mmc1; run set_bootargs;run loadimage;run loadfdt;printenv bootargs;bootz ${loadaddr} - ${fdtaddr}
|
|
|