Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12744 ディスカッション

hps boot from fpga

Altera_Forum
名誉コントリビューター II
3,332件の閲覧回数

I read the pages mentioned that boot from sd card and qspi is relatively about the same file structure, but if boot from fgpa, it is only able to place the uboot in the fpga and the rest of the boot files still remian as in SD card??

0 件の賞賛
21 返答(返信)
Altera_Forum
名誉コントリビューター II
1,589件の閲覧回数

er.. i think for now all example for boot from fgpa is only uboot stayed in fpga and the rest of the files still in SD card.

Altera_Forum
名誉コントリビューター II
1,589件の閲覧回数
Altera_Forum
名誉コントリビューター II
1,588件の閲覧回数

I think the boot from fpga is behave a such right? do we have a method to boot completely from fgpa it self without rely on the SD card?

Altera_Forum
名誉コントリビューター II
1,589件の閲覧回数

how can I have a method that completely place all the boot related files in the fgpa, similar like boot from qspi method?

Altera_Forum
名誉コントリビューター II
1,588件の閲覧回数

so far there is no example for such implementation for FGPA side as i know, since you wanted to be SD card physical free, just use the qspi mode, as also having the same structure like SD card.!

Altera_Forum
名誉コントリビューター II
1,588件の閲覧回数

any weak point that using qspi? what is the benefit if using qspi over sd card?

Altera_Forum
名誉コントリビューター II
1,589件の閲覧回数

the first benefit for using qspi is faster boot up time!

Altera_Forum
名誉コントリビューター II
1,589件の閲覧回数

another good thing is reduce space as the SD card sloting area is occupied some space are.a

Altera_Forum
名誉コントリビューター II
1,589件の閲覧回数

then i should try with the boot from qspi...

Altera_Forum
名誉コントリビューター II
1,589件の閲覧回数

for me the boot for qspi or sd card is the more convenient configuration usage to me. as FGPa one is not keeping all resource in same location

Altera_Forum
名誉コントリビューター II
1,589件の閲覧回数

Without trying to hijacking the thread, are there any examples on how to build u-boot (or any other bare metal application) and convert the binary into a mif file?

Altera_Forum
名誉コントリビューター II
1,589件の閲覧回数

It is not possible to place uboot in the FPGA. It is to big. There is only 64kB available for software in the FPGA.  

It is only possible to put a preloader in the FPGA. A preloader is a tiny program that configures clocks, SDRAM, etc and the loads uboot from SD, QSPI, etc.  

 

There are two common preloader available: SPL and MPL. SPL is part of uboot distribution, but compiles as a separate binary.  

MPL is from Altera.
Altera_Forum
名誉コントリビューター II
1,589件の閲覧回数

Hi, 

 

The non volatile memory to be used for holding the uboot has to be connected to FPGA fabric or HPS fabric ? 

Can anyone please specify. 

 

Thanks & Regards, 

Nanjunda M
Altera_Forum
名誉コントリビューター II
1,589件の閲覧回数

It's up to you. I have a EMMC connected to det HPS and a SD-card connected to SD IP in FPGA. My preloader can boot from both.

Altera_Forum
名誉コントリビューター II
1,589件の閲覧回数

I want to boot from FPGA. Preloader I'll embedd in my .sof and the same I'll store in the dedicated EPCQ. 

But what about the u-boot image ? Where should I store this image ? 

Can it be stored in a memory that is interfaced to FPGA ? or it has to be memory device connected to the HPS only ? 

 

Thanks, 

Nanjunda M
Altera_Forum
名誉コントリビューター II
1,589件の閲覧回数

Sorry for my misleading answer. It does not matter if your preloader is loaded from external memory or is embedded in the FPGA, you can still load u-boot external from memory connected to HPS or FPGA. In my case, I can boot from both.  

 

It's easiest to use SPL as preloader. SPL is part of u-boot. You can also use MPL from Altera. Both works fine. 

 

Check out this page: https://rocketboards.org/foswiki/documentation/socswws1introtoalterasocdeviceslab1preloader 

 

 

Good luck!
Altera_Forum
名誉コントリビューター II
1,589件の閲覧回数

Can I use a parallel flash /serial flash for storing my u-boot image and interfaced to FPGA ? 

Is there any flash parts recommended for connection to FPGA fabric for using for HPS boot ? 

 

I would prefer using SPL than MPL. 

 

Thanks & Regards, 

Nanjunda M
Altera_Forum
名誉コントリビューター II
1,589件の閲覧回数

You can use any flash, eeprom or other memory if you can read the data from it and write to RAM.

Altera_Forum
名誉コントリビューター II
1,589件の閲覧回数

Hi  

 

Is there any working solutions with Parallel flash ? 

Any part numbers in particular/tested? 

 

Regards, 

Nanjunda
Altera_Forum
名誉コントリビューター II
1,554件の閲覧回数
返信