upstream_kernel=1 is required with new firmware/kernel.
This commit is contained in:
parent
8f3a886a8e
commit
b1843f788e
@ -1,4 +1,4 @@
|
||||
# $NetBSD: rpi_inst.conf,v 1.12 2019/12/16 11:00:30 skrll Exp $
|
||||
# $NetBSD: rpi_inst.conf,v 1.13 2020/01/01 14:16:51 skrll Exp $
|
||||
# Raspberry Pi customization script used by mkimage
|
||||
#
|
||||
|
||||
@ -86,6 +86,8 @@ root=ld0a console=fb
|
||||
EOF
|
||||
|
||||
cat > ${mnt}/boot/config.txt << EOF
|
||||
#
|
||||
upstream_kernel=1
|
||||
# UART settings, see https://www.raspberrypi.org/documentation/configuration/uart.md
|
||||
enable_uart=1
|
||||
force_turbo=0
|
||||
|
Loading…
Reference in New Issue
Block a user