From adcdbbbe0b96c6438b0ab980c669e09d217cd79d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Fri, 25 Dec 2015 09:10:41 +0100 Subject: [PATCH] Odroid related --- boards.sh | 1 + config/boot-odroid.ini | 5 ++++- configuration.sh | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/boards.sh b/boards.sh index a53f650cf1..488bb5a912 100644 --- a/boards.sh +++ b/boards.sh @@ -61,6 +61,7 @@ install_board_specific (){ if [[ $BOARD == "odroid" ]] ; then if [ -f $DEST/cache/sdcard/etc/inittab ]; then sed -e "s/ttyS0/ttySAC2/g" -i $DEST/cache/sdcard/etc/inittab; fi echo "blacklist ina231_sensor" > $DEST/cache/sdcard/etc/modprobe.d/blacklist-odroid.conf + chroot $DEST/cache/sdcard /bin/bash -c "apt-get -y -qq remove lirc && apt-get -y -qq autoremove" fi # Udoo diff --git a/config/boot-odroid.ini b/config/boot-odroid.ini index 6204bfc423..fd80691e28 100644 --- a/config/boot-odroid.ini +++ b/config/boot-odroid.ini @@ -10,7 +10,10 @@ setenv macaddr "00:1e:06:61:7a:55 #------------------------------------------------------------------------------------------------------ # Basic Ubuntu Setup. Don't touch unless you know what you are doing. # -------------------------------- -setenv bootrootfs "console=tty1 loglevel=1 console=ttySAC2,115200n8 root=/dev/mmcblk0p2 rootwait ro fsck.repair=yes" +setenv bootrootfs "console=tty1 loglevel=1 root=/dev/mmcblk0p2 rootwait ro fsck.repair=yes" + +# boot parameter for serial console +# console=ttySAC2,115200n8 # boot commands setenv bootcmd "fatload mmc 0:1 0x40008000 zImage; fatload mmc 0:1 0x44000000 dtb/exynos5422-odroidxu3.dtb; bootz 0x40008000 0x44000000" diff --git a/configuration.sh b/configuration.sh index eab1219556..d7cb52a016 100644 --- a/configuration.sh +++ b/configuration.sh @@ -254,7 +254,7 @@ LINUXFAMILY="odroid" BOOTSIZE="16" BOOTCONFIG="odroid_config" - MODULES="ethernet wlan_8723bs bonding" + MODULES="bonding" MODULES_NEXT="" ;;