Skip to content

Instantly share code, notes, and snippets.

@corv89
corv89 / espressobin_u-boot_fix
Created February 12, 2018 18:04
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'