Tool/software: Linux
Hi, i am using ti-processor-sdk-linux-am335x-evm-03.00.00.04 sdk,
i am trying to add splash screen at u-boot time, please suggest me to where i need to enable this settings,
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Linux
Hi, i am using ti-processor-sdk-linux-am335x-evm-03.00.00.04 sdk,
i am trying to add splash screen at u-boot time, please suggest me to where i need to enable this settings,
Please, switch to the latest Processor SDK, you will not get this error on it.
Please, read the README. Comment out the #define COMPRESS in BitmapReader.h file then regenerate the image.h and recompile the U-Boot with it.
i am using default image.h file it contains below data
#ifndef CONFIG_SPL_BUILD
unsigned int const image1[] __attribute__((aligned(4)))= {
0x4000u, 0x0000u, 0x0000u, 0x0000u, 0x0000u, 0x0000u, 0x0000u, 0x0000u,
0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff,
0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff,
- - - -
0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff,
};
#endif
now i am getting below screen when u-boot loads but i think it should show ti logo, please let me know what is the issue.
Probably the resolution is 800x480 or 480x272. You need to generate image for your 1280x800 resolution. Please download and install the StarterWare go to tools/bmpToRaster and generate new image.h file.
Part Number: AM3351
Tool/software: Linux
Hi, i m trying to display an image in u-boot.
using bmptoraster tool i created image.h file but it is not showing properly
please use this link for more details.