Skip to content

Instantly share code, notes, and snippets.

@corv89
Created February 12, 2018 18:04
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 corv89/d4ad501f66186504878e9468271bc20f to your computer and use it in GitHub Desktop.
Save corv89/d4ad501f66186504878e9468271bc20f to your computer and use it in GitHub Desktop.
u-boot workaround for Espressobin parity bug
setenv bootcmd 'mmc dev 0;ext4load mmc 0:1 $kernel_addr $image_name;ext4load mmc 0:1 $fdt_addr $fdt_name;mw.l 0xd0011500 0x78e3ffff;setenv bootargs $console root=/dev/mmcblk0p1 rw rootwait net.ifnames=0 biosdevname=0;booti $kernel_addr - $fdt_addr'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment