File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ device_tree=bcm2711-rpi-4-b.dtb
1313dtoverlay=rpi-env
1414dtoverlay=infix-key
1515dtoverlay=vc4-kms-v3d-pi4
16- dtoverlay=vc4-kms-dsi-7inch,rotation=180
17- disable_splash=1
1816lcd_rotate=2
1917
2018
Original file line number Diff line number Diff line change 22CONFIG_OF_OVERLAY_LIST="rpi-env infix-key"
33# CONFIG_ENV_IS_IN_FAT is not set
44CONFIG_CMD_BMP=y
5+ CONFIG_CMD_RPI_DISPLAY=y
56CONFIG_SPLASH_SCREEN=y
67CONFIG_SPLASH_SCREEN_ALIGN=y
78CONFIG_BMP=y
89CONFIG_BMP_24BPP=y
9- #CONFIG_VIDEO_BMP_GZIP=y
1010CONFIG_VIDEO=y
1111CONFIG_VIDEO_BMP_RLE8=y
12- #CONFIG_SILENT_CONSOLE=y
Original file line number Diff line number Diff line change 1717 stdin = "serial";
1818 splashpos = "m,m";
1919 splashfile = "splash.bmp";
20+ checkdisplay = "if testrpidisplay; then; setenv fdtfile broadcom/bcm2711-rpi-4-b-dsi.dtb; else; setenv fdtfile broadcom/bcm2711-rpi-4-b.dtb; fi";
2021 bootcmd = "fatload mmc 0:1 ${loadaddr} ${splashfile}; bmp display ${loadaddr}; run ixboot";
2122
2223 ixpreboot = /incbin/("scripts/ixpreboot.sh");
You can’t perform that action at this time.
0 commit comments