uboot_print_env 69 B

12345
  1. #!/bin/sh
  2. mount -r /dev/mmcblk0p1 /mnt
  3. fw_printenv "$@"
  4. umount /mnt