mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-27 09:11:49 +00:00
Odroid related
This commit is contained in:
parent
6b1f149952
commit
adcdbbbe0b
3 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -254,7 +254,7 @@
|
|||
LINUXFAMILY="odroid"
|
||||
BOOTSIZE="16"
|
||||
BOOTCONFIG="odroid_config"
|
||||
MODULES="ethernet wlan_8723bs bonding"
|
||||
MODULES="bonding"
|
||||
MODULES_NEXT=""
|
||||
;;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue