lanefu changed the topic of #armbian-rockchip to: Armbian - Linux for ARM development boards | Rockchip SoC | www.armbian.com | This channel is relayed to the equivalent Discord channel | this channel is logged
<DC-IRC> <Robin> Is there some sort of Uboot splash in the rockchip version that isn't something that we can override? Seems like the boot always gives armbian logo with loader, even tho I replaced the plymouth files
<DC-IRC> <rpardini> did you regen initrd?
<DC-IRC> <gambl0r> I'm using uboot 2023.01 mainline and I can't get hdmi output with it at all, rk3399 (opi4-lts) anyone know what could resolve it? kernel hdmi output works fine
<DC-IRC> <gambl0r> wouldn't initrd only apply for kernel splash and not uboot?
<DC-IRC> <c0rnelius> I would play with the u-boot defconfig and see if the following is there and if not, see if adding it helps. ```
<DC-IRC> <c0rnelius> CONFIG_DM_RESET=y
<DC-IRC> <c0rnelius> CONFIG_VIDEO=y
<DC-IRC> <c0rnelius> CONFIG_DISPLAY=y
<DC-IRC> <c0rnelius> CONFIG_VIDEO_ROCKCHIP=y
<DC-IRC> <c0rnelius> CONFIG_DISPLAY_ROCKCHIP_HDMI=y
<DC-IRC> <c0rnelius> ```
<DC-IRC> <Robin> Yeah, I do this;
<DC-IRC> <Robin> ```
<DC-IRC> <Robin> # Change boot logo to ours
<DC-IRC> <Robin> cp -f "/tmp/overlay/armbian.plymouth" "${SDCARD}/usr/share/plymouth/themes/armbian/armbian.plymouth"
<DC-IRC> <Robin> cp -f "/tmp/overlay/logo.png" "${SDCARD}/usr/share/plymouth/themes/armbian/logo.png"
<DC-IRC> <Robin> cp -f "/tmp/overlay/logo.png" "${SDCARD}/usr/share/plymouth/themes/armbian/watermark.png"
<DC-IRC> <Robin> cp -f "/tmp/overlay/logo.png" "${SDCARD}/usr/share/plymouth/themes/armbian/bgrt-fallback.png"
<DC-IRC> <Robin> sed -i 's/verbosity=1/verbosity=0/' "${SDCARD}/boot/armbianEnv.txt"
<DC-IRC> <Robin> echo "console=serial" >> "${SDCARD}/boot/armbianEnv.txt"
<DC-IRC> <Robin> [[ -f "${SDCARD}"/boot/armbianEnv.txt ]] && grep -q '^bootlogo' "${SDCARD}"/boot/armbianEnv.txt &&
<DC-IRC> <Robin> sed -i 's/^bootlogo.*/bootlogo=true/' "${SDCARD}"/boot/armbianEnv.txt || echo 'bootlogo=true' >> "${SDCARD}"/boot/armbianEnv.txt
<DC-IRC> <Robin> [[ -f "${SDCARD}"/boot/boot.ini ]] && sed -i 's/^setenv bootlogo.*/setenv bootlogo "true"/' "${SDCARD}"/boot/boot.ini
<DC-IRC> <Robin> update-initramfs -u
<DC-IRC> <Robin> mkimage -C none -A arm -T script -d "${SDCARD}"/boot/boot.cmd "${SDCARD}"/boot/boot.scr
<DC-IRC> <Robin> ```
<DC-IRC> <Robin> Yeah, I do this;
<DC-IRC> <Robin> ```bash
<DC-IRC> <Robin> # Change boot logo to ours
<DC-IRC> <Robin> cp -f "/tmp/overlay/armbian.plymouth" "${SDCARD}/usr/share/plymouth/themes/armbian/armbian.plymouth"
<DC-IRC> <Robin> cp -f "/tmp/overlay/logo.png" "${SDCARD}/usr/share/plymouth/themes/armbian/logo.png"
<DC-IRC> <Robin> cp -f "/tmp/overlay/logo.png" "${SDCARD}/usr/share/plymouth/themes/armbian/watermark.png"
<DC-IRC> <Robin> cp -f "/tmp/overlay/logo.png" "${SDCARD}/usr/share/plymouth/themes/armbian/bgrt-fallback.png"
<DC-IRC> <Robin> sed -i 's/verbosity=1/verbosity=0/' "${SDCARD}/boot/armbianEnv.txt"
<DC-IRC> <Robin> echo "console=serial" >> "${SDCARD}/boot/armbianEnv.txt"
<DC-IRC> <Robin> [[ -f "${SDCARD}"/boot/armbianEnv.txt ]] && grep -q '^bootlogo' "${SDCARD}"/boot/armbianEnv.txt &&
<DC-IRC> <Robin> sed -i 's/^bootlogo.*/bootlogo=true/' "${SDCARD}"/boot/armbianEnv.txt || echo 'bootlogo=true' >> "${SDCARD}"/boot/armbianEnv.txt
<DC-IRC> <Robin> [[ -f "${SDCARD}"/boot/boot.ini ]] && sed -i 's/^setenv bootlogo.*/setenv bootlogo "true"/' "${SDCARD}"/boot/boot.ini
<DC-IRC> <Robin> update-initramfs -u
<DC-IRC> <Robin> mkimage -C none -A arm -T script -d "${SDCARD}"/boot/boot.cmd "${SDCARD}"/boot/boot.scr
<DC-IRC> <Robin> ```
<DC-IRC> <gambl0r> thanks @c0rnelius
<DC-IRC> <gambl0r> I've got the following, I'll add `CONFIG_DM_RESET=Y`
<DC-IRC> <gambl0r> `CONFIG_DM_VIDEO=y
<DC-IRC> <gambl0r> CONFIG_CFB_CONSOLE=y
<DC-IRC> <gambl0r> CONFIG_VIDEO_LOGO
<DC-IRC> <gambl0r> CONFIG_DISPLAY=y
<DC-IRC> <gambl0r> CONFIG_VIDEO_ROCKCHIP=y
<DC-IRC> <gambl0r> CONFIG_DISPLAY_ROCKCHIP_HDMI=y`
<DC-IRC> <gambl0r> 2am, testing tomorrow 🙂
Ark74 has quit [Quit: ZNC 1.7.5+deb4 - https://znc.in]
yang2 has quit [Ping timeout: 250 seconds]
yang2 has joined #armbian-rockchip
Ark74 has joined #armbian-rockchip