mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
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:
parent
bb479125d3
commit
c6efabcac2
3 changed files with 1 additions and 4 deletions
|
@ -2,6 +2,5 @@ kmod
|
||||||
btrfs-progs
|
btrfs-progs
|
||||||
dosfstools
|
dosfstools
|
||||||
linux-modules
|
linux-modules
|
||||||
rpi-vc
|
|
||||||
linux-firmware-rpi3
|
linux-firmware-rpi3
|
||||||
kbd
|
kbd
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -55,6 +55,4 @@
|
||||||
# Enable audio (loads snd_bcm2835)
|
# Enable audio (loads snd_bcm2835)
|
||||||
dtparam=audio=on
|
dtparam=audio=on
|
||||||
|
|
||||||
enable_uart=1
|
|
||||||
|
|
||||||
kernel=KERNELFILE
|
kernel=KERNELFILE
|
||||||
|
|
Loading…
Reference in a new issue