-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
offer: custom firmware builds #55
Comments
Wow This concept is impressively mind blowing, if I am getting it right... ? If this makes it possible to be able to do fpga programming / bugfixing etc,from lets say my cell phone on a mountain top,,, it opens up a wide range of options like: Doing local or remote firmware updates from anywhere you can hook up to the internet. I need to try this out asap... |
you can follow my cargo-culting attempts at https://github.com/mhaberler/mksocfpga/commits/mah and https://jenkins.machinekit.io/view/userjobs/job/mksocfpga-mah build works, it's just that the nano is 200km away :-/ |
actually we might make this a travis job so everybody can do this, even without my jenkins we might have to brush up @cdsteinkuehler 's QuartusBuildVM Docker repo to build on dockerhub so everybody can pull, not sure this is automated |
Updating the QuartusBuildVM docker images is NOT automated. You can easily generate a new image using the Dockerfile, but it will be HUGE and unsuitable for sharing. Directions for shrinking the image to a manageable size are in the dockerfile: Questions: If we want to stick with my cdsteinkuehler images, maybe I can use MAH's server to create and upload? I think that would work much better than my local ISP for pushing GBs of data upstream! |
I think we should move to a machinekit dockerhub user if you build them as-is on dockerhub - does it work? or does it exceed some limit? |
On 8/6/2016 4:38 PM, Michael Haberler wrote:
Unknown...I wouldn't be able to upload one even if I wanted to. I have enough trouble getting the ~5G images uploaded[1], I'd never be [1] I have to monitor my uplink status and when it dies I need to Charles Steinkuehler |
maybe silly remark, but couldn’t we share these huge files (docker images, normal images) with some sort of torrent? |
in case someone wants to experiment with custom FPGA firmware builds - that is super easy to do on jenkins.machinekit.io
happy to host valiant experimenters ;)
outline:
repo
andadmin:repo_hook
scopes set, name it like 'mksocfpga- jenkins'your build artefacts are downloadable from http://deb.mah.priv.at/uploads/user/ post-success
the hm2 startup log contains references to the git SHA and the jenkins job:
The text was updated successfully, but these errors were encountered: