Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

olafmandel/atlas-soc-ghrd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atlas SoC GHRD Code

Compile-Instructions

This assumes the variable $QUARTUS_SH points to a script to add the Quartus and SoC EDS tools to the path. One script that does this is the embedded_command_shell.sh that is part of the SoC EDS installation. This might be located at ~/Quartus/16.0/embedded/embedded_command_shell.sh or wherever the tools were installed.

git clone https://github.com/dwesterg/atlas-soc-ghrd.git
pushd atlas-soc-ghrd
"$QUARTUS_SH" make all
./scripts/atlas_socdk_setup_angstrom_1.7.sh
sudo ./scripts/atlas_sd_card_image_creation.sh\
 --sd_fat=sd_fat.tar.gz\
 --zImage=setup-scripts/deploy/glibc/images/atlas_sockit/zImage\
 --ext3=setup-scripts/deploy/glibc/images/atlas_sockit/atlas-soc-image-atlas_sockit.ext3\
 --name=atlas_sdcard_v1.1-custom.img

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Tcl 61.3%
  • Verilog 18.1%
  • Makefile 12.9%
  • Shell 7.7%