From c6efabcac2834d2d7be2614ddbd2004a40af6dd2 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 4 Apr 2019 13:41:19 +0200 Subject: [PATCH] Remove product specifics in Raspberry Pi 3 default config - Disable UART to run the CPU unthrottled - Remove multi media & OpenGL ES runtime from rootfs. Products that need them should add them explicitly. Signed-off-by: David Oberhollenzer --- layer/bsp-rpi3/ROOTFS | 1 - layer/bsp-rpi3/rpi_cmdline.txt | 2 +- layer/bsp-rpi3/rpi_config.txt | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/layer/bsp-rpi3/ROOTFS b/layer/bsp-rpi3/ROOTFS index 61edcd4..f3be1e1 100644 --- a/layer/bsp-rpi3/ROOTFS +++ b/layer/bsp-rpi3/ROOTFS @@ -2,6 +2,5 @@ kmod btrfs-progs dosfstools linux-modules -rpi-vc linux-firmware-rpi3 kbd diff --git a/layer/bsp-rpi3/rpi_cmdline.txt b/layer/bsp-rpi3/rpi_cmdline.txt index 0a9f752..77469fe 100644 --- a/layer/bsp-rpi3/rpi_cmdline.txt +++ b/layer/bsp-rpi3/rpi_cmdline.txt @@ -1 +1 @@ -console=serial0,115200 console=tty0 root=/dev/mmcblk0p1 elevator=deadline rootwait root_sfs=ROOTFSFILE overlay_dev=/dev/mmcblk0p2 +console=tty0 root=/dev/mmcblk0p1 elevator=deadline rootwait root_sfs=ROOTFSFILE overlay_dev=/dev/mmcblk0p2 diff --git a/layer/bsp-rpi3/rpi_config.txt b/layer/bsp-rpi3/rpi_config.txt index ffd38e7..96f2454 100644 --- a/layer/bsp-rpi3/rpi_config.txt +++ b/layer/bsp-rpi3/rpi_config.txt @@ -55,6 +55,4 @@ # Enable audio (loads snd_bcm2835) dtparam=audio=on -enable_uart=1 - kernel=KERNELFILE