We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ec275 commit 7a29526Copy full SHA for 7a29526
2 files changed
src/board/raspberry-pi-4/uboot/extras.config
@@ -9,3 +9,4 @@ CONFIG_BMP_24BPP=y
9
#CONFIG_VIDEO_BMP_GZIP=y
10
CONFIG_VIDEO=y
11
CONFIG_VIDEO_BMP_RLE8=y
12
+CONFIG_SILENT_CONSOLE=y
src/board/raspberry-pi-4/uboot/rpi-env.dtso
@@ -11,10 +11,11 @@
bootmenu_delay = "10";
boot_targets = "mmc0";
13
ethprime = "eth0";
14
- bootcmd = "fatload mmc 0:1 ${splashimage} ${splashfile}; bmp display ${splashimage} ${splashpos}; run ixboot";
+ bootcmd = "fatload mmc 0:1 ${splashimage} ${splashfile}; bmp display ${splashimage}; run ixboot";
15
splashimage =" 0x10000000";
16
splashpos = "m,m";
17
splashfile = "splash.bmp";
18
+ silent = "1";
19
20
ixpreboot = /incbin/("scripts/ixpreboot.sh");
21
ixbtn-devmode = "setenv dev_mode yes; echo Enabled";
0 commit comments