How to access FPGA in uboot stage??
Is there any example (GPMC Setting for uboot) ??
I use TI SDK6.0
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.
How to access FPGA in uboot stage??
Is there any example (GPMC Setting for uboot) ??
I use TI SDK6.0
Hi,
You must initialize u-boot according to your FPGA requirements, same as in kernel. I think there is only NAND support over GPMC in u-boot.
Hi Biser Gatchev-XID
I can already access the FPGA in UBOOT stage use the NOR Flash Mode / Non Mutilplexed / Asynchronous
Thanks~