Stratix 10 SX SoC devkit quick start guide doesn't boot
Hello,
We bought the new Stratix 10 SX SoC devkit (H-Tile version).
We followed the quick start guide document but we have no message on the UART and no IP is request by DHCP on ethernet port.
We verified the board switch configuration to set all to the default setting.
We tried to build a new sdcard but we get the same comportment (nothing on UART or IP).
In the UserGuide document, we read: "it may be necessary to ensure the Intel MAX 10 System Controller internal flash contains the latest available design". We would like to check this point but in the "Intel Stratix 10 SX Soc Development Kit Installer Package" (H-Tile version) there is no “system_max10” folder. We saw this folder exist in (L-Tile version). Could we use the L-Tile version for our H-Tile version board concerning the Max 10 system controller ?
Or if there is some other recommendations to have the quick start guide working on our board?
Thanks for your help
Hello Aik,
Finally we succeeded to boot the board from QSPI + SD card, U-boot first followed by Linux.
The only thing we done to started successfully are :
- Read the full QSPI content to a file (Default memory content when we received the board).
- Write the QSPI flash with the file we read before (the QSPI should be the same, as we wrote it with the default content).
-> After that the board booting, with some UART messages and a IP address get by the board.
We doesn't understand what it solved the issue because we re-writed the QSPI with the content we read...
However, the most important thing is now it works, and we are no more stuck to boot the board.
After that, we followed the link below, and we are able to regenerate all the files and boot again the board with these new files.
https://www.rocketboards.org/foswiki/Documentation/BuildingBootloaderStratix10
Thanks for your help.
Regards
Anthony