Skip to content

Commit

Permalink
Amlogic-ng: add dual boot support for Odroid N2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamg committed Jun 14, 2019
1 parent 0bde838 commit bd80a06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/Amlogic-ng/bootloader/Odroid_N2_boot.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ setenv loadaddr 0x11000000
setenv dtb_mem_addr 0x1000000
setenv uenv_addr 0x13000000

setenv mmc_dev ${devnum}
fatload mmc ${mmc_dev}:1 ${loadaddr} kernel.img
fatload mmc ${mmc_dev}:1 ${dtb_mem_addr} dtb.img
if fatload mmc ${mmc_dev}:1 ${uenv_addr} config.ini; then env import -t ${uenv_addr} $filesize; fi
Expand Down

0 comments on commit bd80a06

Please sign in to comment.