Skip to content

Instantly share code, notes, and snippets.

@kratsg

kratsg/uEnv.txt Secret

Created March 21, 2017 16:11
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 kratsg/0598f6965deb0c4a03bafb64d9d01c37 to your computer and use it in GitHub Desktop.
Save kratsg/0598f6965deb0c4a03bafb64d9d01c37 to your computer and use it in GitHub Desktop.
kernel_image=Image
devicetree_image=system.dtb
dtb=system.dtb
ramdisk_image=uramdisk.image.gz
bootargs=earlycon=cdns,mmio,0xFF000000,115200n8 root=/dev/mmcblk0p2 rw rootwait cma=256M
uenvcmd=fatload mmc 0 0x3000000 ${kernel_image} && fatload mmc 0 0x2A00000 ${devicetree_image} && bootm 0x3000000 - 0x2A00000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment