Hi,
SDK:ti-processor-sdk-linux-am335x-evm-06.01.00.08
The customer want to add peripheral (like gpio/nand flash)drivers in uboot. Is it only need to modify the am335x-evm.dts file? It will be better if there is a user guide that can be provided.
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.
Hi,
SDK:ti-processor-sdk-linux-am335x-evm-06.01.00.08
The customer want to add peripheral (like gpio/nand flash)drivers in uboot. Is it only need to modify the am335x-evm.dts file? It will be better if there is a user guide that can be provided.
Hi Nancy,
Beside am335x-evm.dts u-boot file, you can also check if below files match with your custom board configuration:
u-boot/board/ti/am335x/board.c
u-boot/board/ti/am335x/mux.c
u-boot/arch/arm/mach-omap2/am33xx/board.c
For training materials, you can explore below resources:
https://training.ti.com/linux-board-porting-training-series
https://training.ti.com/sitara-arm-processors-boot-camp-training-series
Regards,
Pavel