Forum Discussion

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

u-boot on stratix EP1S40

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.

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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