Jump to content

u-boot RockPro64, Hide txt


2play

Recommended Posts

Hi to all,

 

In the past it was proposed by @Igor to use the u-boot-sunxi/remove-boot-messages-from-hdmi.patch
this now as I can see under the allwinner-optional and seems do nothing on RockPro64 u-boot compile to hide the text

 

@jock provided in the Tinker forum a userpatch disable-vidconsole.patch which works great on it (tinker)

diff --git a/include/configs/tinker_rk3288.h b/include/configs/tinker_rk3288.h
index bde7d72e6d..3ae9bb05f7 100644
--- a/include/configs/tinker_rk3288.h
+++ b/include/configs/tinker_rk3288.h
@@ -7,9 +7,9 @@
 #define __CONFIG_H
 
 #define ROCKCHIP_DEVICE_SETTINGS \
-        "stdin=serial,usbkbd\0" \
-        "stdout=serial,vidconsole\0" \
-        "stderr=serial,vidconsole\0"
+        "stdin=serial\0" \
+        "stdout=serial\0" \
+        "stderr=serial\0"
 
 #include <configs/rk3288_common.h>

 

On an Linux 5.15.93-rockchip64 aarch64 GNU/Linux - Ubuntu 20.04.6 LTS image the u-boot does not boot the sd, but on a spi u-boot installed, it boots ok

I would like to have working hidden u-boot installed on the sd (bridge spi to disabled with pin 23-25) rather boot first the spi. (feels longer boot)
I try to compile with, tried diff patches but no luck

./compile.sh build BOARD=rockpro64 BRANCH=current BUILD_DESKTOP=no BUILD_MINIMAL=yes BUILD_ONLY=u-boot KERNEL_CONFIGURE=no RELEASE=jammy

 

Any feedback or existing solution is much appreciated.
To recap:
- Tips or pointers on which patch to be used to hide uboot boot process on RockPro64
- Below is probably to uboot related so Ill test other compiles

PS
I have compiled a non patched/[non applied sunxi hide msgs patch] "linux-u-boot-rockpro64-current_23.08.0-trunk_arm64__2023.01-S62e2-Pee75-He8c0-V2d4f-B9963-R448a.deb" and applied from armbian-config to sd card.
It boots ok with disabled SPI from Power Off
But if OS reboots it stays to black screen (no white light).

If reset pressed or power off and start from buttons, it boots again fine with UBOOT visible (submarine logo and text)
NOTE: @ayufan Ayufan latest uboot on spi works excellent and hidden boot

 

Edited by 2play
Link to comment
Share on other sites

Armbian & Khadas are rewarding contributors

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines