工具/软件:
您好 TI
我们使用的是 Yocto SDK 9.0
我们希望在 OSPI NOR 中存储标识.bmp、并在启动时加载它以加快速度。
我们进行如下处理、但无法看到所示的图像。
=> SF probe => fatload mmc 1 $loadaddr file_name.bmp => SF update $loadaddr 0x700000 $filesize
然后、
Paul@44服务器:~/300G_HDD/ti_am62x/build/arago-tmp-default-glibc/work/am62xx_evm_k3r5-oe-linux-gnueabi/u-boot-ti-staging/1_2023.04+gitAUTOINC+2409890ead-r0.pgit3/git/am62x/board/tiam62x/board/am62x$
splashfile=file_name.bmp
splashimage=0x80200000
splashpos=m,m
splashsource=sf
(在我们的测试结果中,该.h 文件 中的标识图像在加电时显示在屏幕/LCD 上,但在 OSPI NOR 中不显示.bmp ; sources/meta-arago/meta-arago-distro /食谱-core/psplash/psplash/psplash-poky-img.h )