不是呀uboot中网络功能,在menuconfig中配置:
然后编译错误:
该怎么解决呢?谢谢
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.
从u-boot/board/ti/am335x/board.c文件中删除network(通过menuconfig或am335x_evm_defconfig),你就是从u-boot/board/ti/am335x/board dc文件中删除了ft_board_setup()函数。
因此,需要从以下文件中删除ft_board_setup()的引用:
u-boot / cmd / fdt.c
u-boot/common/image-fdt.c
你还需要从u-boot/board/ti/am335x/board dc文件中删除“CPSW platdata”,才能成功编译uboot。