Part Number: AM4378
Hi,
How to load modified dtb file by tftp?
The customer boot from tftp successfully, but the dtb file is still the old one. And the dtb file has been update when booting from SD card.
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.
Part Number: AM4378
Hi,
How to load modified dtb file by tftp?
The customer boot from tftp successfully, but the dtb file is still the old one. And the dtb file has been update when booting from SD card.
Hi,
He deleted am437x-gp-gvm.dtb in /tftproot and then copied /ti-sdk/board-support/linux-4.19.59+gitAUTOINC+5f8c1c6121-g5f8c1c6121/arch/arm/boot/dts/am437x-gp-gvm.dtb to /tftproot again. It worked.
He ran ./setup directly before and there was a am437x-gp-gvm.dtb would be generated automatically. How to modify the script to change the default DT file to the new one.
He shouldn't need to rerun setup. That is really intended for the initial setup.
However, it is provided as a source file, so he can simply edit it directly to achieve the steps show above, which seem to be correct.
Thanks.