ODROID-C1: Now that the MBR partition table contains an entry for the BSD
partition, the disklabel no longer conflicts with the ODROID-C1 bootloader. Root partition changes from ld0e to ld0a.
This commit is contained in:
parent
6d634d7e0c
commit
ea2b839e65
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: armv7.conf,v 1.11 2017/04/10 22:25:36 jmcneill Exp $
|
||||
# $NetBSD: armv7.conf,v 1.12 2017/04/12 23:35:29 jmcneill Exp $
|
||||
# ARMv7 customization script used by mkimage
|
||||
#
|
||||
board=armv7
|
||||
|
@ -99,7 +99,7 @@ populate_amlogic() {
|
|||
cat >> "${mnt}/boot/boot.ini" << EOF
|
||||
ODROIDC-UBOOT-CONFIG
|
||||
|
||||
setenv bootargs "root=ld0f awge0.mac-address=\${ethaddr} console=${console}"
|
||||
setenv bootargs "root=ld0a awge0.mac-address=\${ethaddr} console=${console}"
|
||||
setenv bootcmd "fatload mmc 0:1 0x21000000 ${odroidc1_kernelimg}; bootm 0x21000000"
|
||||
run bootcmd
|
||||
EOF
|
||||
|
|
Loading…
Reference in New Issue