Skip to content

Instantly share code, notes, and snippets.

@clarkli86
Last active December 29, 2015 12:19
Show Gist options
  • Save clarkli86/7669937 to your computer and use it in GitHub Desktop.
Save clarkli86/7669937 to your computer and use it in GitHub Desktop.
Program new kernel and rootfs
unzip -o pod.zip
flash_erase /dev/mtd3 0 0
nandwrite /dev/mtd3 linuximage -m -p
ubiformat /dev/mtd4 -y -f root.ubi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment