Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
boot.ini: update to boot from 2nd part
Browse files Browse the repository at this point in the history
remove need for uIntrd

Signed-off-by: Armin Kuster <[email protected]>
  • Loading branch information
akuster committed May 4, 2015
1 parent 1b905b3 commit c82e9bd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions recipes-bsp/u-boot/u-boot-odroidux3-2012.07/boot.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ setenv fdt_high "0xffffffff"
# Mac address configuration
setenv macaddr "00:1e:06:61:7a:39"

#------------------------------------------------------------------------------------------------------
# Basic Ubuntu Setup. Don't touch unless you know what you are doing.
# --------------------------------
setenv bootrootfs "console=tty1 console=ttySAC2,115200n8 root=/dev/mmcblk0p1 rootwait ro"
setenv bootrootfs "console=tty1 console=ttySAC2,115200n8 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait noinitrd"

# boot commands
setenv bootcmd "fatload mmc 0:1 0x40008000 zImage; fatload mmc 0:1 0x42000000 uInitrd; fatload mmc 0:1 0x44000000 exynos5422-odroidxu3.dtb; bootz 0x40008000 0x42000000 0x44000000"
setenv bootcmd "fatload mmc 0:1 0x40008000 zImage; fatload mmc 0:1 0x44000000 exynos5422-odroidxu3.dtb; bootz 0x40008000 - 0x44000000"

# --- Screen Configuration for HDMI --- #
# ---------------------------------------
Expand Down

0 comments on commit c82e9bd

Please sign in to comment.