Created
October 1, 2016 20:30
-
-
Save jernejsk/9e886e61c5dfed8fd3bd8ecfc94986c8 to your computer and use it in GitHub Desktop.
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 characters
| setenv machid 1029 | |
| setenv bootm_boot_mode sec | |
| setenv bootargs console=ttyS0,115200 boot=/dev/mmcblk0p1 disk=/dev/mmcblk0p2 consoleblank=0 no_console_suspend ignore_loglevel | |
| fatload mmc 0 0x43000000 script.bin | |
| fatload mmc 0 0x42000000 KERNEL | |
| bootm 0x42000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment