uboot_set_env 64 B

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