Forum Discussion

matif's avatar
matif
Icon for Occasional Contributor rankOccasional Contributor
6 years ago
Solved

Bootup stuck at starting lighttpd web server: lighttpd

​Hello, i have successfully compiled my very simple counter design and made .rbf file. I copied .rbf file onto FAT partition of my SD card and plugged it into my cyclone V socket board. But the boot ...
  • FawazJ_Altera's avatar
    FawazJ_Altera
    6 years ago

    Hello,

    Even if you change the FPGA image (any customization), you still can use the sdcard after updating the following files:

    1- rbf file, remove the old and replace it with the new one.

    2- update uboot and preloader.

    3- update the device tree.

    I would suggest to backup the sdcard image first, you can use win32diskimager to read your sdcard, and store the factory image.

    After that, you can generate the new rbf file, uboot and preloader with device tree.

    This link will help you to check how to update the files above:

    https://rocketboards.org/foswiki/Main/GettingStarted

    Select your board, select your quartus version, and then select the flow.

    You might not be able to see your board in the list, you can select Cyclone V SoC.

    Thanks