-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nishanth Menon <[email protected]>
- Loading branch information
Showing
6 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
fdtbaddr=0x80F80000 | ||
loadaddr=0x80200000 | ||
fatloaduimage=fatload mmc 0:1 ${loadaddr} uImage | ||
fatloaduimage=fatload mmc 0:1 ${loadaddr} zImage | ||
bootargs=console=ttyO0,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait | ||
loaddtb=fatload mmc 0:1 ${fdtbaddr} am335x-bone.dtb; fdt addr ${fdtbaddr}; fdt resize | ||
bootwdtb=bootm ${loadaddr} - ${fdtbaddr} | ||
bootwdtb=bootz ${loadaddr} - ${fdtbaddr} | ||
bootcmd=printenv;echo "NOTE: booting from MMC filesystem";sleep 1;run fatloaduimage; sleep 1; run loaddtb; echo "starting.."; sleep 1; run bootwdtb | ||
uenvcmd=boot |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
fdtbaddr=0x80F80000 | ||
loadaddr=0x80200000 | ||
fatloaduimage=fatload mmc 0:1 ${loadaddr} uImage | ||
fatloaduimage=fatload mmc 0:1 ${loadaddr} zImage | ||
bootargs=console=ttyO0,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait | ||
loaddtb=fatload mmc 0:1 ${fdtbaddr} am335x-bonelt.dtb; fdt addr ${fdtbaddr}; fdt resize | ||
bootwdtb=bootm ${loadaddr} - ${fdtbaddr} | ||
bootwdtb=bootz ${loadaddr} - ${fdtbaddr} | ||
bootcmd=printenv;echo "NOTE: booting from MMC filesystem";sleep 1;run fatloaduimage; sleep 1; run loaddtb; echo "starting.."; sleep 1; run bootwdtb | ||
uenvcmd=boot |