Hello
We compile our OS ourselves with your version 2.2. Since I updated our hardware with the BSP version 2.2 I’m no longer able to enable the splash screen. Even everything is set the same way in the configblock it is no longer shown.
Interestingly the ss.bsTeg
parameter shows in the bootloader the value 0x8480C030 and when I read it with the ConfigBlockEditor it has the value I actually set - 0xF1612030. But I don’t think that this has something to do with each other.
Bootloader output of the splashcreen settings:
ss.fileaddr: 0x0 (FlashAddress with SplashScreen Data)
ss.filesize: 0 (Size of SplashScreen Data)
ss.enable: 1 (Enable SplashScreen)
ss.dbginfo: 0 (Enable DebugInfos)
ss.res: 0x0 (Reserved Flags)
ss.width: 800 (Display Width)
ss.height: 480 (Display Height)
ss.bpp: 16 (BitsPerPixel)
ss.ldds: 18 (LCD Lines Used)
ss.type: 1 (Display Type (0=Passive, 1=Active))
ss.color: 1 (0=Mono, 1=Color)
ss.dual: 0 (0=SinglePanel, 1=DualPanel)
ss.overlay: 0 (Overlay Enable)
ss.dpc: 0 (Double Pixel Clock)
ss.pcp: 0 (Pixel Clock Polarity)
ss.oep: 0 (Output Enable Polarity)
ss.hsp: 0 (Horizontal Sync Polarity)
ss.vsp: 0 (Vertical Sync Polarity)
ss.pclk: 33200000 (PixelClock (in Hz))
ss.hsw: 0 (Horizontal Sync Width)
ss.vsw: 0 (Vertical Sync Width)
ss.blw: 128 (Begin of Line Width)
ss.elw: 128 (End of Line Width)
ss.bfw: 22 (Begin of Frame Width)
ss.efw: 23 (End of Frame Width)
ss.acb: 256 (AC Bias Frequency)
ss.disp_gpio: 255 (Display On/Off Gpio)
ss.bl_gpio: 255 (BackLight On/Off Gpio)
ss.dispondelay: 0 (Display On Delay (ms))
ss.disp_pol: 1 (Display On/Off polarity)
ss.bl_pol: 1 (BackLight On/Off polarity)
ss.pcddiv: 1 (Enable Pixel Clock PreDivider)
ss.res: 0x0 (Reserved Flags)
ss.forcePLLD: 0x1 (Force use of dedicated Display PLL)
ss.res2: 0x1F (Reserved Flags)
ss.bsTeg: 0x8480C030 (LCD Buffer Strength Tegra)
Thanks for any help.