wuxx / icesugar

iCESugar FPGA Board (base on iCE40UP5k)
350 stars 96 forks source link

icesprog is available in official MSYS2 repositories #20

Open umarcor opened 3 years ago

umarcor commented 3 years ago

During the last weeks, some PRs were proposed with regard to building and packaging icesprog (#16, #17, #18, #19). I'm glad to tell that icesprog is now available in official MSYS2 repositories:

Therefore, users on Windows can install icesprog through pacman -S mingw-w64-x86_64-icesprog (64 bits) or pacman -S mingw-w64-i686-icesprog (32 bits); and they are ready to go!

user@DESKTOP MINGW64 /d/icesugar/demo
$ icesprog -w leds.bin
flash offset: 0x00000000
write flash (104090 (0x1969a) Bytes)
write 0x00000000
write 0x00010000
done

/cc @juanmard

wuxx commented 3 years ago

great job, huge thanks !!

umarcor commented 3 years ago

A couple of days ago, icesprog was added to a package group named 'eda'. That allows installing it together with other related tools. See https://packages.msys2.org/group/mingw-w64-x86_64-eda and https://github.com/hdl/MINGW-packages#usage.