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

u-boot on stratix EP1S40

Altera_Forum
Honored Contributor II
1,221 Views

I am trying to port u-boot on stratix EP1S40 board which is using NIOS-II standard hardware design that comes with altera web edition software (std_1s40.ptf). 

 

I download the u-boot source code from their website..it has some ports for nios and nios-II for different board. ..but not for EPIS40 board. 

 

I was wondering if someone know anything about porting u-boot to startix EP1S40 board for NIOS-II.
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
275 Views

1. Make a new configuration file from an existing NIOS2 board... 

2. Add a new board directory also from an existing NIOS2 board... 

3. Add your board into top Makefile... 

4. Compile it (o; 

 

 

rick
0 Kudos
Altera_Forum
Honored Contributor II
275 Views

Hi haq, 

 

The PK1C20 configuration _should_ work for the 1S40 board (with some minor tweaks 

to include/configs/PK1C20.h). You can give that a try to get your feet wet ... then do 

as klingler has suggested. 

 

Regards, 

--Scott
0 Kudos
Reply