Forum Discussion
CRubi
New Contributor
7 years agoCustom Board using Arria 10 (10AS057) with Marvell MVL88E1512
Hi, I have Arria 10 (10AS066) Evaluation kit and downloaded the TSE example (a10_soc_devkit_tse.tar.gz -https://releases.rocketboards.org/release/2017.10/tse/hw/) I was able to compile the project,...
FawazJ_Altera
Frequent Contributor
7 years agoHello,
You can check this tutorial:
https://rocketboards.org/foswiki/Documentation/PreloaderUbootCustomization131
It shows how to modify the sources of preloader and uboot.
For the PYH support. After the uboot files are generated. You can go to <your project folder>\software\spl_bsp\uboot-socfpga\drivers\net\phy
In phy folder, you can find all th PHY support drivers, referring to the above link, you can apply your customization accordingly.
Thanks