Duet Software in VM
-
Did somebody tried to run die Duet SBC Software (the SBC software Image from https://duet3d.dozuki.com/Wiki/SBC_Setup_for_Duet_3) in a VM?
I tried Virtualbox but didn't get it work. Does somebody knows a tutorial?
Best regards Jan
-
I don't see how that could work because the machine running the Duet framework has to be physically connected to the Duet 3 board by the header. If it were via USB, you could likely manage it, but that's not how it works.
-
@NexxCat thanks for the hint! I don't want to interact with the printer or the board, I just want to want to interact with Duet Web control which rans on the PI
-
@JBisc I'm not sure I understand. You mean you want to access the Duet Web Control which is running on the Pi from within a VM, or you want a "demo" Duet Web Control which isn't connected to any printer?
-
@NexxCat Exactly! I just want to test the REST API of the Duet Web Control without having a physical RPI.
-
you could run the pi image in qemu; but as mentioned it wouldn't do you much good without a SPI connection to a Duet board.
to work with just Duet Web Control you could build that locally, ref https://github.com/Duet3D/DuetWebControl but afaik it also will not give you a good demo without a TCP/IP connection to an actual Duet board on your network.
-