Forum Discussion
Hi,
How did you generate your Uboot files? Is this your own design? Is it based of the GHRD?
- Rk_Athram4 years ago
Occasional Contributor
Hi,
<How did you generate your Uboot files >
Two options are tried for u-boot1. GHRD based. Taken from : https://releases.rocketboards.org/release/2020.05/gsrd/s10_gsrd/
"u-boot-spl-dtb.hex" is used to generate .jic
---> Working2. Using rocketboards reference design provided. U-boot is built by following below instructions
git clone https://github.com/altera-opensource/u-boot-socfpga
cd u-boot-socfpga
git checkout -b test ACDS20.1_REL_GSRD_PR
make clean && make mrproper
make socfpga_stratix10_defconfig
make -j 24The following files will be created in respective directories:
• $TOP_FOLDER/u-boot-socfpga/u-boot.img - U-Boot image file
• $TOP_FOLDER/u-boot-socfpga/spl/u-boot-spl-dtb.hex - SSBL/SPL hex file
"u-boot-spl-dtb.hex" is used to generate .jic
---> This also works
With Quartus prime pro 18.1 version for .jic file generation
and .sof file for Quartus prime pro 21.1 versionFor your information : uboot generation may not causing the issue,
as we used .sof from https://releases.rocketboards.org/release/2020.05/gsrd/s10_gsrd/
and created .jic using our .hex file with prime Quartus pro 18.1 version
--> this worked.
BUT the same tried with Quartus prime pro 21.1 version it is failing.<Is this your own design?>
yes, customized according to our requirement
<Is it based of the GHRD?>
yes- Rk_Athram4 years ago
Occasional Contributor
Hi,
created .jic with .sof & .hex provided by GHRD in 21.1 boot is failing
created .jic with .sof & .hex provided by GHRD in 18.1 boot is successful
what is wrong in 21.1 tool ?
why .jic created in 21.1 is failing ?