the-snowwhite / mksoc

Repository for Cyclone V socfpga Machinekit port
5 stars 4 forks source link

Create socfpga SD-card image build scripts #1

Closed the-snowwhite closed 8 years ago

the-snowwhite commented 8 years ago
  1. create basic generic Debian Jessie image gen script.
  2. create Machinekit package install version.

The idea is to be able to generate the whole image without need for arm hardware. ie on x86, x86_64 or Docker / Travis online web style.

the-snowwhite commented 8 years ago

Added collection of notes: https://github.com/the-snowwhite/mksoc/blob/master/scripts/mksoc-jessie-mk_rip_build-install.sh

Added armv7 MK-Rip script https://github.com/the-snowwhite/mksoc/blob/master/scripts/mksoc-jessie-mk_rip_build-install.sh

the-snowwhite commented 8 years ago

Add first incomplete image build template. https://github.com/the-snowwhite/mksoc/blob/master/scripts/socfpga-debian-jessie--sd-image-gen.sh

the-snowwhite commented 8 years ago

Finals:

socfpga-debian-jessie--sd-image-gen.sh

Invokes other selected scripts in same folder that generates a armhf Debian Jessie sd-card-image(.img) for the Terasic De0 Nano / Altera Atlas Soc-Fpga dev board

Files are created in the current terminal path the main script is called from sub scripts are expected to be in same folder as main script (socfpga-debian-jessie--sd-image-gen.sh)


Script for Installing / compiling full Machinekit armhf Debian Jessie rip build

works on the dev board, not tested in x84_64 chroot yet