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 <goliath@infraroot.at>
This commit is contained in:
David Oberhollenzer 2019-04-04 13:41:19 +02:00
parent bb479125d3
commit c6efabcac2
3 changed files with 1 additions and 4 deletions

View File

@ -2,6 +2,5 @@ kmod
btrfs-progs
dosfstools
linux-modules
rpi-vc
linux-firmware-rpi3
kbd

View File

@ -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

View File

@ -55,6 +55,4 @@
# Enable audio (loads snd_bcm2835)
dtparam=audio=on
enable_uart=1
kernel=KERNELFILE