-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Franz Steinbacher edited this page Feb 7, 2018
·
2 revisions
This project provides a minimal Debian based image for the Terasic DE1 SoC board
First get the source code:
$ git clone https://github.com/ASP-SoC/image-de1-soc.git
Change to source code directory:
$ cd image-de1-soc
Choose your own MAC address with your favorite editor:
$ vi u-boot-script/u-boot.script
...
setenv ethaddr 02:XX:XX:XX:XX:XX
...
Update git
$ git lfs pull
Buid the image with root privileges:
$ su
$ ./build.sh