Move back to MBR based images for armv7 because Amlogic's bootloader (for
Amlogic S805 based boards) needs to be installed to sector 1, which conflicts with the GPT header.
This commit is contained in:
parent
39ebba0b1b
commit
aec3f0cda8
|
@ -1,14 +1,9 @@
|
|||
# $NetBSD: armv7.conf,v 1.43 2020/05/25 11:11:52 jmcneill Exp $
|
||||
# $NetBSD: armv7.conf,v 1.44 2020/05/27 21:53:04 jmcneill Exp $
|
||||
# ARMv7 customization script used by mkimage
|
||||
#
|
||||
board=armv7
|
||||
console=fb
|
||||
resize=true
|
||||
gpt=true
|
||||
gpt_hybrid=true
|
||||
gpt_create_flags="-p 16"
|
||||
gpt_label_efi="EFI"
|
||||
gpt_label_ffs="netbsd-root"
|
||||
|
||||
. ${DIR}/conf/evbarm.conf
|
||||
|
||||
|
@ -59,7 +54,7 @@ populate_rpi() {
|
|||
# The GENERIC .img kernel img is used for RPI2
|
||||
if [ -f "${mnt}/boot/netbsd-GENERIC.img" ]; then
|
||||
cat > "${mnt}/boot/cmdline.txt" << EOF
|
||||
root=NAME=${gpt_label_ffs} console=${console}
|
||||
root=ld0a console=${console}
|
||||
#fb=1280x1024 # to select a mode, otherwise try EDID
|
||||
#fb=disable # to disable fb completely
|
||||
EOF
|
||||
|
|
Loading…
Reference in New Issue