Forum Discussion
U-Boot Failure on DE1-SoC Board, stopping at "Starting kernel ..."
- 4 years ago
Hi 서박사,
I think high chance that your Linux kernel files are corrupted. Can you try to use back the default GSRD files to try boot up your Linux kernel again?
Link to the GSRD release files: https://releases.rocketboards.org/release/
Thanks.
Regards,
Aik Eu
Hi 서박사,
I think high chance that your Linux kernel files are corrupted. Can you try to use back the default GSRD files to try boot up your Linux kernel again?
Link to the GSRD release files: https://releases.rocketboards.org/release/
Thanks.
Regards,
Aik Eu
- 서박사4 years ago
Occasional Contributor
Hello Aik, thank you for your prompt reply.
I've replaced soc_system.rbf file with the default GSRD file with the latest version but still got the same message.
(In addition, altera_load function fails!)
I'll try to make a new booting disk using the past releases (u-boot-cyclone5.img) and let you know about the results.
- 서박사4 years ago
Occasional Contributor
After replacing zImage file rather than .rbf file, I could successfully boot the device
(It might be obvious since .rbf file only contains the FPGA programming data and zImage contains Linux kernel data...)
Thank you for your suggestion!