8000 GitHub - jemisa/toolchain-icesprog: Apio package that contains the icesprog programmer for the icesugar board
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jemisa/toolchain-icesprog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toolchain-icesprog

Apio package that contains the icesprog programmer for the icesugar board

build instructions

On Ubuntu 18.04.5 LTS

sudo apt install git && git clone https://github.com/aalku/toolchain-icesprog.git
cd toolchain-icesprog
./build.sh linux_i686
./build.sh linux_x86_64
./build.sh windows_x86
./build.sh windows_amd64

Other target platforms may work in the future.

On Ubuntu 16.04.6 LTS on WSL2

sudo apt install git && git clone https://github.com/aalku/toolchain-icesprog.git
cd toolchain-icesprog
# ./build.sh linux_i686 # Not working!!
./build.sh linux_x86_64 
./build.sh windows_x86
./build.sh windows_amd64

Credits

About

Apio package that contains the icesprog programmer for the icesugar board

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%
0