Part Number: AM3358
Hi,
I am trying to customize u-boot for show splash screen in my bbb (imgPinout):
CPU : AM335X-GP rev 2.1 Model: TI AM335x BeagleBone Black
I followed this guide (downloaded Processor Linux SDK 03.02.00.05 and use u-boot version inside) and compile successfully but splashscreen not work despite there aren't any errors.
There are many steps that isn't clear, I hope someone can help me to fix the problem.
1) am335x-fb use hdmi port for output data?
2) I have edited:
#define GPIO_BACKLIGHT_EN GPIO_TO_PIN(3, 17)
with:
#define GPIO_BACKLIGHT_EN GPIO_TO_PIN(2, 25)
according with pinout (see imgPinout above) for enable backlight. It is correct?
3) It seems like everything works but the display is off. Maybe Backlight is problem?
Post a little bit log when start:
U-Boot 2016.05-00305-g6b0168e2f8-dirty (Aug 13 2019 - 16:01:34 +0200)
CPU : AM335X-GP rev 2.1
Model: TI AM335x BeagleBone Black
Watchdog enabled
DRAM: 512 MiB
NAND: 0 MiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
reading uboot.env
** Unable to read "uboot.env" from mmc0:1 **
Using default environment
reading splash.bmp.gz
<ethaddr> not set. Validating first E-fuse MAC
Net: eth0: ethernet@4a100000
Thank you in advance