uEnv.txt 434 B

1234567891011
  1. bootpart=0:1
  2. devtype=mmc
  3. bootdir=
  4. bootfile=zImage
  5. bootpartition=mmcblk0p2
  6. console=ttyS0,115200n8
  7. loadaddr=0x82000000
  8. fdtaddr=0x88000000
  9. set_mmc1=if test $board_name = A33515BB; then setenv bootpartition mmcblk1p2; fi
  10. set_bootargs=setenv bootargs console=${console} root=/dev/${bootpartition} rw rootfstype=ext4 rootwait
  11. uenvcmd=run set_mmc1; run set_bootargs;run loadimage;run loadfdt;printenv bootargs;bootz ${loadaddr} - ${fdtaddr}