Brought kernel config up to 4.17
Stuck mostly to defaults. Testing better sounds and HDMI support Added TODO file with possible modifications to test
This commit is contained in:
parent
2f49e290dd
commit
fbac1b5fe2
12
TODO.txt
Normal file
12
TODO.txt
Normal file
@ -0,0 +1,12 @@
|
||||
Investigate CONFIG_DRM_PANEL_LVDS vs CONFIG_DRM_PANEL_SIMPLE
|
||||
|
||||
CONFIG_DRM_DW_HDMI_I2S_AUDIO vs CONFIG_DRM_DW_HDMI_AHB_AUDIO
|
||||
|
||||
CONFIG_IIO_CROS_EC_SENSORS_CORE vs CONFIG_IIO_CROS_EC_ACCEL_LEGACY
|
||||
(probably the first??)
|
||||
|
||||
Enable boot logo? Device Drivers->Graphics support->Bootup logo
|
||||
|
||||
|
||||
Added:
|
||||
better sound support? HDMI support?
|
@ -18,7 +18,7 @@ make mrproper
|
||||
# a kernel upgrade
|
||||
sed s/'SUBLEVEL = .*'/'SUBLEVEL = 0'/ -i Makefile
|
||||
cp ../config .config
|
||||
make -j `grep ^processor /proc/cpuinfo | wc -l` olddefconfig CROSS_COMPILE=arm-none-eabi- ARCH=arm zImage modules dtbs
|
||||
make -j `grep ^processor /proc/cpuinfo | wc -l` CROSS_COMPILE=arm-none-eabi- ARCH=arm zImage modules dtbs
|
||||
[ ! -h kernel.its ] && ln -s ../kernel.its .
|
||||
mkimage -D "-I dts -O dtb -p 2048" -f kernel.its vmlinux.uimg
|
||||
dd if=/dev/zero of=bootloader.bin bs=512 count=1
|
||||
|
@ -3,7 +3,7 @@
|
||||
#Runs Make menuconfig with the proper enviroment vars for cross compiling arm
|
||||
#Grabs the file named config in the same directory as this script, and updates it
|
||||
|
||||
KVER=4.9.30
|
||||
KVER=4.17.2
|
||||
|
||||
[ ! -f linux-libre-$KVER-gnu.tar.lz ] && wget https://www.linux-libre.fsfla.org/pub/linux-libre/releases/$KVER-gnu/linux-libre-$KVER-gnu.tar.lz
|
||||
[ ! -d linux-$KVER ] && tar --lzip -xvf linux-libre-$KVER-gnu.tar.lz
|
||||
|
Loading…
Reference in New Issue
Block a user