Skip to content

Commit

Permalink
XU4: update to kernel version 4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
umiddelb committed Jan 22, 2018
1 parent dd24b8b commit b9af5b6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions common/common-functions.sh
Expand Up @@ -344,6 +344,15 @@ i_kernel_odroid_xu4_490 () {
(cd /boot/conf.d/system.default; ln -s ../../kernel.d/linux-*-xu4* kernel)
}

i_kernel_odroid_xu4_414 () {
curl -sSL https://www.dropbox.com/s/xagqcalzsh09qcm/linux-4.14.14-xu4-01457-g99aeac6.tar.xz?dl=0 | tar --numeric-owner -xhJpf -
# U-571
mkdir -p /boot/conf.d/system.default
curl -sSL https://raw.githubusercontent.com/umiddelb/u-571/master/board/odroid-xu4/uEnv.txt > /boot/conf.d/system.default/uEnv.txt
(cd /boot/conf.d/ ; ln -s system.default default)
(cd /boot/conf.d/system.default; ln -s ../../kernel.d/linux-*-xu4* kernel)
}

i_kernel_utilite_pro () {
curl -sSL https://www.dropbox.com/s/v2pk0uzampkfbah/linux-4.12.0-imx6-117135-g5a9a607.tar.xz?dl=0 | tar --numeric-owner -xhJpf -
# U-571
Expand Down
2 changes: 1 addition & 1 deletion odroid-xu4/centos-02.sh
Expand Up @@ -7,7 +7,7 @@ c_nameserver 8.8.8.8

echo "UUID=deadbeef-dead-beef-dead-beefdeadbeef / ext4 defaults 0 0" > /etc/fstab

i_kernel_odroid_xu4_490
i_kernel_odroid_xu4_414

passwd root
adduser -c '' centos
Expand Down
2 changes: 1 addition & 1 deletion odroid-xu4/debian-02.sh
Expand Up @@ -17,7 +17,7 @@ r_pkg_upgrade
i_base_debian
#i_extra
apt-get -q=2 -y install dialog screen wireless-tools iw libncurses5-dev cpufrequtils rcs aptitude gcc make bc lzop man-db ntp usbutils pciutils lsof most sysfsutils
i_kernel_odroid_xu4_490
i_kernel_odroid_xu4_414

c_if_lo
c_if_dhcp "eth0"
Expand Down
2 changes: 1 addition & 1 deletion odroid-xu4/devuan-02.sh
Expand Up @@ -25,7 +25,7 @@ i_base_debian
# i_extra_debian
apt-get -q=2 -y install screen wireless-tools iw libncurses5-dev cpufrequtils rcs aptitude make bc man-db ntp usbutils pciutils lsof most sysfsutils curl xz-utils sudo

i_kernel_odroid_xu4_490
i_kernel_odroid_xu4_414

c_if_lo
c_if_dhcp "eth0"
Expand Down
2 changes: 1 addition & 1 deletion odroid-xu4/ubuntu-core-02.sh
Expand Up @@ -15,7 +15,7 @@ dpkg-divert --local --rename --add /sbin/initctl; ln -s /bin/true /sbin/initctl
r_pkg_upgrade
i_base
i_extra
i_kernel_odroid_xu4_490
i_kernel_odroid_xu4_414
c_if_lo
c_if_dhcp "eth0"
c_ttyS "ttySAC2"
Expand Down

0 comments on commit b9af5b6

Please sign in to comment.