Skip to content

Instantly share code, notes, and snippets.

@riptidewave93
Created October 21, 2017 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save riptidewave93/b935d675a0581435130c1381b58c98cb to your computer and use it in GitHub Desktop.
Save riptidewave93/b935d675a0581435130c1381b58c98cb to your computer and use it in GitHub Desktop.
=> printenv
bootdelay=3
baudrate=9600
loads_echo=1
loadaddr=1004000
netdev=eth0
uboot=u-boot.bin
loadaddr=1000000
consoledev=ttyS0
ramdiskaddr=2000000
ramdiskfile=rootfs.ext2.gz.uboot
usb_phy_type=ulpi
vscfw_addr=ef000000
othbootargs=ramdisk_size=700000 cache-sram-size=0x10000
ethact=eth0
bootargs=root=/dev/ram console=ttyS0,9600 ramdisk_size=700000 cache-sram-size=0x10000
bootcmd=setenv bootargs root=/dev/ram console=ttyS0,9600 ramdisk_size=700000
cache-sram-size=0x10000;
cp.l 0xEC040000 0x2000000 0x500000;
bootm 0xEE840000 0x2000000 0xEC000000;
netretry=no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment