uEnv.txt 376 B

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