通过参考 LS1043ARDB-How to deploy TF-A binaries on SD card文档编译出bl2_sd.pbl和fip.bin
烧写到SD 卡后,能够成功起来,但是无法找到网卡设备,在uboot下显示No ethernet found.
git上的uboot代码是不包含网卡驱动的吗?需要自己在设备树添加以及修改驱动?
(git clone https://source.codeaurora.org/external/qoriq/qoriq-components/u-boot.git
git checkout -b LSDK-19.09-update-311219 LSDK-19.09-update-311219 )