工具/软件:Linux
大家好、我使用的是 ti-processor-sdk-linux-am335x-evm-03.00.04 SDK、
我正在尝试在 u-boot 时添加闪屏、请建议我在需要启用此设置的位置、
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.
请切换到 最新的 Processor SDK、您将不会在其中看到此错误。
我使用的是默认 image.h 文件、它包含以下数据
#ifndef CONFIG_SPL_Build
unsigned int const image1[]__attribute__(aligned (4)))={
0x4000u、0x0000u、0x0000u、0x0000u、0x0000u、0x0000u、 0x0000u、0x0000u、0x0000u、
0x00FFFF、0x00FFFF、0x00FFFF、0x00FFFF、0x00FFFF、 0x00FFFF、0x00FFFF、0x00FFFF、0x00FFFF、0x00FFFF、
0x00FFFF、0x00FFFF、0x00FFFF、0x00FFFF、0x00FFFF、 0x00FFFF、0x00FFFF、0x00FFFF、0x00FFFF、0x00FFFF、
- - -
0x00FFFF、0x00FFFF、0x00FFFF、0x00FFFF、0x00FFFF、 0x00FFFF、0x00FFFF、0x00FFFF、0x00FFFF、0x00FFFF、
};
#endif
现在、当您加载 u-boot 时、我将看到屏幕下方的内容、但我认为它应该显示 TI 标识、请告诉我问题是什么。
分辨率可能为800x480或480x272。 您需要生成分辨率为1280x800的图像。 请下载并安装 StarterWare 转至 tools/bmpToRaster 并生成新的 image.h 文件。
器件型号:AM3351
工具/软件:Linux
大家好、我正在尝试 在 u-boot 中显示图像。
使用 bmporaster 工具我创建了 image.h 文件、但它显示不正确
请使用此链接了解更多详细信息。