[Emc-developers] How to build LinuxCNC without GUIs locally?

2018-08-11 Thread steve A
Hello, every one, I want to run LinuxCNC without GUIs on a small board, like Raspberry Pi 3B or BeagleBone Black, with a GUI on another device via network. So, I don't need many required packages determined by "dpkg-checkbuilddeps" which occupied large storage space. Is there a tutorial to d

Re: [Emc-developers] How to build LinuxCNC without GUIs locally?

2018-08-11 Thread Gene Heskett
On Saturday 11 August 2018 04:49:02 steve A wrote: > Hello, every one, > > > I want to run LinuxCNC without GUIs on a small board, like Raspberry > Pi 3B or BeagleBone Black, with a GUI on another device via network. > So, I don't need many required packages determined by > "dpkg-checkbuilddeps"

Re: [Emc-developers] How to build LinuxCNC without GUIs locally?

2018-08-11 Thread andy pugh
On 11 August 2018 at 09:49, steve A wrote: > By the way, I want to use Preempt-RT. Can anyone give me some advises? You can check-out the Preempt-RT Raspberry Pi Kernel from Github. See 14.4.y-rt here: https://github.com/raspberrypi/linux That does not need any patches, just the "fully prempta

Re: [Emc-developers] How to build LinuxCNC without GUIs locally?

2018-08-11 Thread steve A
Thank you so much, Mr Heskett. I  will build the system myself. It should be a good learning process for me. I browsed your website. It's amazing. America is GREAT!  :) On 08/11/2018 06:24 PM, Gene Heskett wrote: > On Saturday 11 August 2018 04:49:02 steve A wrote: > >> Hello, every one, >> >> >>

Re: [Emc-developers] How to build LinuxCNC without GUIs locally?

2018-08-11 Thread steve A
On 08/12/2018 06:19 AM, andy pugh wrote: > On 11 August 2018 at 09:49, steve A wrote: > >> By the way, I want to use Preempt-RT. Can anyone give me some advises? > You can check-out the Preempt-RT Raspberry Pi Kernel from Github. > > See 14.4.y-rt here: https://github.com/raspberrypi/linux > > Tha