Forum Discussion
Hi Alex
The uboot location in the partition is correct.
Could you try out the u-boot-with-spl.sfp from the GSRD?
It should work booting from the sdcard.
After you successfully load the uboot it will not automatically load the binaries you would need to load mount the sdcard in uboot and load the binary.
Regards
Jingyang, Teh
- CAlex2 years ago
Contributor
Hi,
Ive tried the older version of SOCEDS(which will auto-make the preloader-image.bin)
The result is as followed:
U-Boot SPL 2013.01.01 (Jun 15 2023 - 14:38:04)
BOARD : Altera SOCFPGA Cyclone V Board
CLOCK: EOSC1 clock 25000 KHz
CLOCK: EOSC2 clock 25000 KHz
CLOCK: F2S_SDR_REF clock 0 KHz
CLOCK: F2S_PER_REF clock 0 KHz
CLOCK: MPU clock 925 MHz
CLOCK: DDR clock 400 MHz
CLOCK: UART clock 100000 KHz
CLOCK: MMC clock 50000 KHz
CLOCK: QSPI clock 370000 KHz
RESET: WARM
INFO : Watchdog enabled
SDRAM: Initializing MMR registers
SDRAM: Calibrating PHY
SEQ.C: Preparing to start memory calibration
SEQ.C: CALIBRATION PASSED
SDRAM: 1024 MiB
SDRAM: Initializing SDRAM ECC
SDRAM: ECC initialized successfully with 1590 ms
SDRAM: ECC Enabled
ALTERA DWMMC: 0
reading P3_Ex.bin
reading P3_Ex.binI put the P3_Ex.bin in the vfat and set -a as 0x0010_0040 -e 0 as the example "unhosted" set, but the program didnt run.
Any ideas?
Reguards.