Stratix 10 SX SoC devkit quick start guide doesn't boot
- 2 years ago
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