Forum Discussion

DMart37's avatar
DMart37
Icon for New Contributor rankNew Contributor
6 years ago

Arria 10 Dev Kit does not boot.

Hi, I just got an ARRIA 10 SoC Development Kit and tried to boot the Linux (rocketboards) from the sd card but it does not work. The only thing which works is the LED D17 which is shining in nice red but signals that something went wrong with booting. Does anyone know why LED D17 is shining and how I can fix it thus the Linux is booting correctly?

4 Replies

  • JMark29's avatar
    JMark29
    Icon for New Contributor rankNew Contributor

    Hi,

    I'm actually experiencing this very issue (D17 red Error LED is lit couple of seconds after boot).

    I've tested with the pre-built SD card image prepared and available from the rotcketboards.org website. It didn't work either, and so I've tried a few others.

    Namely:

    https://releases.rocketboards.org/release/2019.04/gsrd/a10_gsrd/sdimage.tar.gz

    I copied the image over using the `dd` command (where /dev/sda corresponds to the mounted device when inserting the SD card):

    $ sudo dd if=sdimage.img of=/dev/sda 
    $ sudo sync

    I have confirmed the BSEL jumper settings for the MicroSD daughtercard are correct and default (J3-BSEL0 = short left 2 pins, J4-BSEL1 = short upper 2 pins, J5-BSEL2 = short upper 2 pins).

    I have confirmed the MSEL dip switch settings are all OFF (meaning HPS FPGA configuration).

    What am I missing? I'm trying to boot from factory settings.

    p.s. I monitor the output using minicom connected to the /dev/ttyUSB0 setting that is connected to the microUSB serial communication port on the Arria 10 SoC Dev board.

  • JMark29's avatar
    JMark29
    Icon for New Contributor rankNew Contributor

    Oddly, I was able to recover (i.e. I loaded the factory image onto the SD card - no changes to the switches/jumper settings on the development board - and it booted!)

    I'm not sure what the issue was, and I'm suspecting it could be loose connection between the SD card and the contacts on the SD daughtercard.