buildroot/board/terasic/de10nano_cyclone5
Giulio Benetti bb8c35fcd5 board/terasic/de10nano_cyclone5/genimage.cfg: beautify file
Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2021-11-08 22:59:34 +01:00
..
barebox-env configs/terasic_de10nano_cyclone5: new defconfig 2021-07-26 23:33:09 +02:00
genimage.cfg board/terasic/de10nano_cyclone5/genimage.cfg: beautify file 2021-11-08 22:59:34 +01:00
readme.txt configs/terasic_de10nano_cyclone5: new defconfig 2021-07-26 23:33:09 +02:00

readme.txt

Terasic DE10 Nano Development Board

Intro
=====

More information about this board can be found here:
https://rocketboards.org/foswiki/Documentation/DE10NanoDevelopmentBoard

Build
=====

First, load socrates config for buildroot

    make terasic_de10nano_cyclone5_defconfig

Build everything

    make

Following files will be generated in output/images

.
├── barebox-env
├── barebox-socfpga-de10_nano.img
├── barebox-socfpga-de10_nano-xload.img
├── boot.vfat
├── rootfs.ext2
├── rootfs.ext4 -> rootfs.ext2
├── rootfs.tar
├── sdcard.img
├── socfpga_cyclone5_de0_nano_soc.dtb
└── zImage

Creating bootable SD card
=========================

Simply invoke

dd if=output/images/sdcard.img of=/dev/sdX

Where X is your SD card device (not partition)