mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-18 12:51:40 +00:00
UART2 is serial console on both kernels for Tinkerboard. Adjusting config.
This commit is contained in:
parent
90253c7997
commit
ee7d243f68
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ family_tweaks()
|
|||
{
|
||||
if [[ $BOARD == tinkerboard ]]; then
|
||||
echo "fdt_file=rk3288-miniarm.dtb" >> $SDCARD/boot/armbianEnv.txt
|
||||
echo "console=ttyS2,115200n8" >> $SDCARD/boot/armbianEnv.txt
|
||||
echo "console=$SERIALCON,115200n8" >> $SDCARD/boot/armbianEnv.txt
|
||||
chroot $SDCARD /bin/bash -c "systemctl --no-reload enable tinker-bluetooth.service >/dev/null 2>&1"
|
||||
sed -i -e "/#load-module module-alsa-sink/r $SRC/packages/bsp/rockchip/pulseaudio.txt" $SDCARD/etc/pulse/default.pa >/dev/null 2>&1
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue