Other Parts Discussed in Thread: AM3359,
Tool/software: Starterware
Hi,
I want to display the boot logo on u-boot.
I tried the following...
But, I can not proceed because the error is constantly coming out.
#define CONFIG_VIDEO
#if 0
#define CONFIG_VIDEO
#define CONFIG_LCD
#endif
#ifdef CONFIG_VIDEO
#define CONFIG_VIDEO_LOGO
#define CONFIG_SPLASH_SCREEN
#define CONFIG_CMD_BMP
#define CONFIG_BMP_16BPP
#define CONFIG_VIDEO_BMP_RLE8
#define CONFIG_VIDEO_BMP_GZIP
#define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (512 << 10)
#endif
#ifdef CONFIG_LCD
#define CONFIG_LCD_LOGO
#define CONFIG_SPLASH_SCREEN
#define CONFIG_BMP_16BPP
#endif
build error
/board-support/u-boot-2016.05/cmd/bmp.c:261: undefined reference to `video_display_bitmap'
common/built-in.o: In function `stdio_add_devices':
/board-support/u-boot-2016.05/common/stdio.c:301: undefined reference to `drv_video_init'
/opt/ti-processor-sdk-linux-rt-am57xx-evm-03.01.00.06/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-ld.bfd: BFD (GNU Binutils) 2.25.0 Linaro 2015_10 assertion fail /home/tcwg-buildslave/workspace/tcwg-make-release/label/tcwg-x86_64-ex40/target/arm-linux-gnueabihf/snapshots/binutils-gdb.git~linaro_binutils-2_25-branch/bfd/elf32-arm.c:7827
/opt/ti-processor-sdk-linux-rt-am57xx-evm-03.01.00.06/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-ld.bfd: BFD (GNU Binutils) 2.25.0 Linaro 2015_10 assertion fail /home/tcwg-buildslave/workspace/tcwg-make-release/label/tcwg-x86_64-ex40/target/arm-linux-gnueabihf/snapshots/binutils-gdb.git~linaro_binutils-2_25-branch/bfd/elf32-arm.c:7827
/opt/ti-processor-sdk-linux-rt-am57xx-evm-03.01.00.06/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-ld.bfd: error: required section '.rel.plt' not found in the linker script
/opt/ti-processor-sdk-linux-rt-am57xx-evm-03.01.00.06/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-ld.bfd: final link failed: Invalid operation
And I tried the following (AM3359).
but, But, I can not proceed because the error is constantly coming out.
Please tell us how to display the boot logo on u-boot of am5728.
Best Regards,
John Kim.