On 5/13/2019 10:21 AM, Michael Brown wrote: > On Sunday, 12 May 2019 15:49:38 UTC+2, Michael Brown wrote: >> On Saturday, 11 May 2019 22:38:47 UTC+2, Charles Steinkuehler wrote: >>> On 5/11/2019 1:17 PM, Michael Brown wrote: >>>> >>>> Next step is hopefully to get some more in depth Developer info into >>> the mk >>>> docs :-) >>>> DE10 Nano suggested development environment? >>>> <https://groups.google.com/forum/#!topic/machinekit/eVhvTnuhblE> >>> >>> I'm not sure what exactly you mean by "development environment", but I >>> typically develop directly on the system (eg: compile Machinekit & HAL >>> modules on the DE0/DE10), and use an x86 VM running Debian to build >>> the uSD images (kernel, boot loader, Debian rootfs). >>> >>> That thread was evolving into explaining how mksocfpga works... >> >> For Machinekit and HAL related stuff on armhf I personally find it easier >> and faster to use the docker based .deb builders and then either use my >> local reprepro or >> just copy the .debs over and do sudo dpkg -i *.deb > > Charles ? > I just tested compiling mk-hal here: > https://github.com/machinekit/mksocfpga/issues/47#issuecomment-491866529
There's nothing wrong with using the Docker VMs to build. I typically self-compile because I don't have an "always-on" Docker host machine added to my personal XenServer based stack yet, but I typically always have at least one ARM board running when I'm developing (the machine I'm testing). Often I've got a fast multi-core ARM system with high-speed storage (eg: Zynq Ultrascale+, BeagleBoard X15) on-line I can use as a build machine. Just pick whatever works best for you. -- Charles Steinkuehler [email protected] -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message because you are subscribed to the Google Groups "Machinekit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/machinekit. To view this discussion on the web visit https://groups.google.com/d/msgid/machinekit/1f0acc94-e3e2-1e4b-24f0-cc5545b0f30b%40steinkuehler.net. For more options, visit https://groups.google.com/d/optout.
