Guest User

Untitled

a guest
Apr 14th, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.37 KB | None | 0 0
  1. setenv machid 1029
  2. setenv bootargs earlyprintk /boot/vmlinuz-4.6.0-rc1-sunxi modules=loop,squashfs,sd-mod,usb-storage modloop=/boot/modloop-sunxi console=${console}
  3. mmc rescan
  4. load mmc 0:1 0x43000000 /boot/sun8i-h3-orangepi-pc.dtb
  5. load mmc 0:1 0x41000000 /boot/vmlinuz-4.6.0-rc1-sunxi
  6. load mmc 0:1 0x45000000 /boot/initramfs-sunxi-new
  7. bootz 0x41000000 0x45000000 0x43000000
Add Comment
Please, Sign In to add comment