Skip to content

Instantly share code, notes, and snippets.

@z4yx
Created March 3, 2019 14:54
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 z4yx/c60381457fd7dc1ecdef234f7be02ab2 to your computer and use it in GitHub Desktop.
Save z4yx/c60381457fd7dc1ecdef234f7be02ab2 to your computer and use it in GitHub Desktop.
setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p1 rw rootwait;ext4load mmc 0:1 0x41000000 boot/zImage;ext4load mmc 0:1 0x41800000 boot/sun8i-v3s-saltedfishpi.dtb;bootz 0x41000000 - 0x41800000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment