Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
9 years ago

How to recover Arria 10 QSPI flash daughter card

Hi

I am able to boot the QSPI flash daughter card with the default image. Then i built the QSPI u-boot using the below configuration

make socfpga_arria10_qspi_reva_defconfig

then converted the u-boot-dtb.bin image using mkpimage tool to u-boot-mkpimage.bin

mkpimage -hv 1 -o u-boot-mkpimage.bin u-boot-dtb.bin u-boot-dtb.bin u-boot-dtb.bin u-boot-dtb.bin

then programmed the QSPI flash using below command

tftp 0x8000 u-boot-mkpimage.bin

sf probe

sf erase 0x0 0x100000

sf write 0x8000 0x0 0x100000

I followed the Arria 10 QSPI flash memory map as shown below

https://rocketboards.org/foswiki/view/documentation/a10gsrd161qspiboot

Now the Evaluation board is not booting and how can recover back the flash daughter card ?

3 Replies