uboot.env.txt 204 B

123456789
  1. baudrate=115200
  2. bootargs=root=/dev/mmcblk0p2 rootwait
  3. bootcmd=fatload mmc 0:1; bootm
  4. bootdelay=2
  5. bootfile=uImage
  6. loadaddr=0x82000000
  7. stderr=serial0@f0005000
  8. stdin=serial0@f0005000
  9. stdout=serial0@f0005000