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.

[参考译文] Linux/AM3358:AM335x u-boot 2017启动界面

Guru**** 2576195 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/630222/linux-am3358-am335x-u-boot-2017-splash-screen

器件型号:AM3358

工具/软件:Linux

我使用 BeagleBone Black、debian rootfs 和我的 BBB 连接到 LCD TFT565。 我计划使用 u-boot 2017.09进行启动屏幕。  

我尝试使用支持 LCD 的 menuconfig

我的.config 是...

编号
#图形支持
编号
CONFIG_DM_VIDE=y
未设置# CONFIG_VIDEO BPP8
CONFIG_VIDEO_BPP16=y
未设置# CONFIG_VIDEO BPP32
未设置# CONFIG_CONSOLE_NORMAL
未设置# CONFIG_CONTOK_ROTATION
未设置# CONFIG_CONTOK_TrueType
未设置# CONFIG_SYS_white_ON_BLACK

当我进行编译时、我会遇到 这样的错误

drivers/built-in.o:在`s"imple_panel_ofdata_TO_platdata"函数中:
/.../u-boot/am335x_bbb/../drivers/video/simple_panel.c:`:未定义对"uclass_get_device_By_phandle"的引用
drivers/GPIO/built-in.o:在函数`GPIO_Request_tail'中:
/.../u-boot/am335x_bbb/../drivers/gpio/gpio-uclass.c:666:`ofnode_get_name'的引用未定义
drivers/gpio/built-in.o:在函数`dev_read_phandle_with _args'中:
/.../u-boot/am335x_bbb/../include/dm/read.h:443:对`ofnode_parse_phandle_with _args'的引用未定义
arm-linux-gnueabihf-ld.bfd:bfd (用于 Ubuntu 的 GNU binutils) 2.26.1断言失败./../bfd/elf32-arm.c:8437
arm-linux-gnueabihf-ld.bfd:bfd (用于 Ubuntu 的 GNU binutils) 2.26.1断言失败./../bfd/elf32-arm.c:8437
arm-linux-gnueabihf-ld.bfd:bfd (用于 Ubuntu 的 GNU binutils) 2.26.1断言失败./../bfd/elf32-arm.c:8437
arm-linux-gnueabihf-ld.bfd:错误:所需的部分'.rel.plt'在链接器脚本中找不到
arm-linux-gnueabihf-ld.bfd:最终链接失败:操作无效
/.../u-boot/Makefile:1255:目标'u-boot'的配方失败
maked[1]:***[u-boot]错误1
make[1]:离开目录'/.../u-boot/am335x_bbb
Makefile:150:目标'subB-make'的配方失败
制造:***[sub-make]错误2.

有人可以提供帮助??

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    你好、Jono、

    我们之前在 本主题中讨论过 u-boot 2017启动界面。 请查看。

    此致、
    Kemal