File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,11 @@ dtoverlay=rpi-env
14
14
dtoverlay=infix-key
15
15
dtoverlay=vc4-kms-v3d-pi4
16
16
dtoverlay=vc4-kms-dsi-7inch,rotation=180
17
- #dtoverlay=vc4-kms-dsi-7inch
18
- #lcd_rotate=2
17
+ disable_splash=0
18
+
19
+
20
+ # Prevent console on DSI
21
+ console=map:0
19
22
20
23
# To use an external initramfs file
21
24
#initramfs rootfs.cpio.gz
Original file line number Diff line number Diff line change 1
1
# CONFIG_MMC_PCI is not set
2
2
CONFIG_OF_OVERLAY_LIST="rpi-env infix-key"
3
3
# CONFIG_ENV_IS_IN_FAT is not set
4
+ CONFIG_CMD_BMP=y
5
+ CONFIG_SPLASH_SCREEN=y
6
+ CONFIG_SPLASH_SCREEN_ALIGN=y
7
+ CONFIG_BMP=y
8
+ 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
Original file line number Diff line number Diff line change 11
11
bootmenu_delay = "10";
12
12
boot_targets = "mmc0";
13
13
ethprime = "eth0";
14
- bootcmd = "run ixboot";
14
+
15
+ stdout = "serial";
16
+ stderr = "serial";
17
+ stdin = "serial";
18
+ splashpos = "m,m";
19
+ splashfile = "splash.bmp";
20
+ splashimage = "0x10000000";
21
+ bootcmd = "fatload mmc 0:1 ${splashimage} ${splashfile}; bmp display ${splashimage}; run ixboot";
15
22
16
23
ixpreboot = /incbin/("scripts/ixpreboot.sh");
17
24
ixbtn-devmode = "setenv dev_mode yes; echo Enabled";
You can’t perform that action at this time.
0 commit comments