docker-scripts-archived / dev--LTSP

Virtual LTSP server with vagrant and/or docker-scripts.
GNU General Public License v3.0
7 stars 6 forks source link

Support RaspberryPi clients #4

Open dashohoxha opened 6 years ago

dashohoxha commented 6 years ago

Do some research about what needs to be done on the LTSP server, in order to support RaspberryPi clients. Can ltsp-manager be improved to support this scenario, so that it can be used as easy as possible?

dashohoxha commented 6 years ago

To test this you will need an ARM test client (since RaspberryPi has an ARM processor). However VirtualBox only supports Intel processors (i386/amd64). So, maybe you should use QEMU, which can emulate ARM processors. https://azeria-labs.com/emulate-raspberry-pi-with-qemu/

dashohoxha commented 6 years ago

Some other related resources:

This PiNet is an amazing project, and it is developed by a student.