FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits
5875 Discussions

DS-5でデバッガ起動していたプログラムをSDカードブートしようとしていますがエラーとなってしまいました。

TSato27
Beginner
364 Views

Arria 10 SoC Boot User GuideのFigure 25. Selecting Boot from SD/MMC Device in BSP Editor Windowを参考に、uboot_w_dtb-mkpimage.bin作成し、alt-boot-disk-utilで書き込みました。

u-bootスクリプトを作成し、SDカードのFAT領域に自作アプリケーションとsocfpga.rbf、u-boot.scrを置いて、評価基板Altera Arria 10 SoC BoardにSDカードを搭載し、電源を入れると以下エラーが出ました。

...

FPGA must be in Early Release mode to program core.

fpga - loadable FPGA image support

123 bytes read in 3 ms (40 KiB/s)

## Executing script at 02000000

77272 bytes read in 8 ms (9.2 MiB/s)

## Starting application at 0x02000000 ...

undefined instruction

pc : [<00d715f8>]     lr : [<ffe06093>]

sp : 3fefeb90 ip : 0000001c   fp : 00000000

r10: 00000002 r9 : ffe38ee8   r8 : ffe24bd0

r7 : 0000002b r6 : 00000002   r5 : 000000a9 r4 : 00000a56

r3 : 02000000 r2 : 3ff04b9c   r1 : 0000002b r0 : 00000001

Flags: nZCv IRQs on FIQs off Mode SVC_32

Resetting CPU ...

resetting ...

u-bootスクリプトは以下の様になっています。​

​fatload mmc 0 0x02000000 sboot.bin;

go 0x02000000;

・自作のsboot.binはDS-5デバッガでは動作しています。​

このエラーはなぜ発生しますか?何か情報があれば教えてください。​

0 Kudos
2 Replies
EBERLAZARE_I_Intel
195 Views

Hi,

 

Can you provide the full uboot log?

 

Also, are you using Early IO Release?

0 Kudos
EBERLAZARE_I_Intel
195 Views

Hi ,

 

Any followup from your side?

0 Kudos
Reply