mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
[BOARD] update st7789sfb video driver long initialization fix
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# expected to be run from this directory
|
# expected to be run from this directory
|
||||||
# LOGS variable is set, but it should usually be /dev/null
|
# LOGS variable is set, but it should usually be /dev/null
|
||||||
# CONSOLE_VARIANT is also set
|
# CONSOLE_VARIANT is also set
|
||||||
#
|
# launch daemon
|
||||||
daemon >> "${LOGS}" 2>&1
|
daemon >> "${LOGS}" 2>&1
|
||||||
|
# st7789sfb video driver long initialization fix
|
||||||
|
echo " "
|
||||||
@@ -118,9 +118,6 @@ fi
|
|||||||
# run boot logo animation
|
# run boot logo animation
|
||||||
if (!(grep -q BOOT_LOGO\=\0 "${HOME}/options.cfg")); then
|
if (!(grep -q BOOT_LOGO\=\0 "${HOME}/options.cfg")); then
|
||||||
${BOOTLOGO} >> "${LOGS}" 2>&1
|
${BOOTLOGO} >> "${LOGS}" 2>&1
|
||||||
#st7789s video driver long initialization fix
|
|
||||||
elif (lsmod | grep -q st7789s); then
|
|
||||||
sleep 1
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# can't unmount boot because 'daemon' runs from it - but it's mounted read-only
|
# can't unmount boot because 'daemon' runs from it - but it's mounted read-only
|
||||||
|
|||||||
Reference in New Issue
Block a user