Created
February 12, 2018 18:04
-
-
Save corv89/d4ad501f66186504878e9468271bc20f to your computer and use it in GitHub Desktop.
Revisions
-
corv89 created this gist
Feb 12, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ 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'