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++

hps boot from fpga

Altera_Forum
Honored Contributor II
2,365 Views

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 Kudos
21 Replies
Altera_Forum
Honored Contributor II
704 Views

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.

0 Kudos
Altera_Forum
Honored Contributor II
704 Views
0 Kudos
Altera_Forum
Honored Contributor II
703 Views

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?

0 Kudos
Altera_Forum
Honored Contributor II
704 Views

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

0 Kudos
Altera_Forum
Honored Contributor II
703 Views

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.!

0 Kudos
Altera_Forum
Honored Contributor II
703 Views

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

0 Kudos
Altera_Forum
Honored Contributor II
704 Views

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

0 Kudos
Altera_Forum
Honored Contributor II
704 Views

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

0 Kudos
Altera_Forum
Honored Contributor II
704 Views

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

0 Kudos
Altera_Forum
Honored Contributor II
704 Views

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

0 Kudos
Altera_Forum
Honored Contributor II
704 Views

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?

0 Kudos
Altera_Forum
Honored Contributor II
704 Views

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.
0 Kudos
Altera_Forum
Honored Contributor II
704 Views

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
0 Kudos
Altera_Forum
Honored Contributor II
704 Views

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.

0 Kudos
Altera_Forum
Honored Contributor II
704 Views

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
0 Kudos
Altera_Forum
Honored Contributor II
704 Views

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!
0 Kudos
Altera_Forum
Honored Contributor II
704 Views

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
0 Kudos
Altera_Forum
Honored Contributor II
704 Views

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

0 Kudos
Altera_Forum
Honored Contributor II
704 Views

Hi  

 

Is there any working solutions with Parallel flash ? 

Any part numbers in particular/tested? 

 

Regards, 

Nanjunda
0 Kudos
Altera_Forum
Honored Contributor II
669 Views
0 Kudos
Reply