Can the OPI5 be Configured to Run LCNC?
18 Aug 2023 01:16 #278317
by royka
Replied by royka on topic Can the OPI5 be Configured to Run LCNC?
Great!
The armhf deb package installs it to /usr/bin/ so you could place it there or /usr/local/bin/
The armhf deb package installs it to /usr/bin/ so you could place it there or /usr/local/bin/
The following user(s) said Thank You: echristley
Please Log in or Create an account to join the conversation.
- echristley
- Offline
- Premium Member
Less
More
- Posts: 99
- Thank you received: 23
20 Aug 2023 20:50 #278570
by echristley
Replied by echristley on topic Can the OPI5 be Configured to Run LCNC?
Attachments:
The following user(s) said Thank You: tommylight, royka
Please Log in or Create an account to join the conversation.
08 Sep 2023 07:13 #280250
by Donno
Replied by Donno on topic Can the OPI5 be Configured to Run LCNC?
@royka can you please post your complete build instructions ? Image not working on my Orange Pi 5
Please Log in or Create an account to join the conversation.
08 Sep 2023 07:53 #280256
by royka
Replied by royka on topic Can the OPI5 be Configured to Run LCNC?
@Donno Can you be more specific?
Which image have you tried? What does not work?
In case you've tried one of these images:
mega.nz/folder/78Z3UbRD#Pl8DdWmxLF3CDma21An8gQ
You would need to edit the dtb name in armbianEnv.txt
fdtfile=rockchip/rk3588-orangepi-5-plus.dtb
to
fdtfile=rockchip/rk3588-orangepi-5.dtb
And optional add this line:
extraargs="isolcpus=5,7"
With the Bookworm image you can install LinuxCNC with apt and for Jammy : mega.nz/file/ChwzHZiL#1ItFvunImetNeGEaZu...HPr1BxgGxswiw8_WtTJE
Which image have you tried? What does not work?
In case you've tried one of these images:
mega.nz/folder/78Z3UbRD#Pl8DdWmxLF3CDma21An8gQ
You would need to edit the dtb name in armbianEnv.txt
fdtfile=rockchip/rk3588-orangepi-5-plus.dtb
to
fdtfile=rockchip/rk3588-orangepi-5.dtb
And optional add this line:
extraargs="isolcpus=5,7"
With the Bookworm image you can install LinuxCNC with apt and for Jammy : mega.nz/file/ChwzHZiL#1ItFvunImetNeGEaZu...HPr1BxgGxswiw8_WtTJE
The following user(s) said Thank You: Donno
Please Log in or Create an account to join the conversation.
- echristley
- Offline
- Premium Member
Less
More
- Posts: 99
- Thank you received: 23
08 Sep 2023 14:23 #280275
by echristley
Replied by echristley on topic Can the OPI5 be Configured to Run LCNC?
I was trying to get Verser's probe screen working with gmoccapy last night. It was too hot out there for me to try for long, but it was throwing errors in gladevcp, I think.
I'll work on it more tonight.
I'll work on it more tonight.
Please Log in or Create an account to join the conversation.
- echristley
- Offline
- Premium Member
Less
More
- Posts: 99
- Thank you received: 23
23 Sep 2023 22:04 #281508
by echristley
Replied by echristley on topic Can the OPI5 be Configured to Run LCNC?
Word to the wise: LinuxCNC has a base presumption that all computers are network connected. This breaks things in spectacular fashion once you embed your newly configured into a big machine tool in a shop with no network access, and then you want to improve your installation. For instance you want to install Versa Probe or maybe QtDragon. Then you'll find that you don't have needed Python packages installed (I got numpy and scipy, but I'm blocked on PyQT5. . . and I had to break the system package manager to get that), or you'll need an additional tool, like halcompile.
The quick answer is 'apt-get install', but that doesn't work when the network is down (permanently). With just sneaker-net, it looks like I'll have to use my touch probe in manual mode.
The quick answer is 'apt-get install', but that doesn't work when the network is down (permanently). With just sneaker-net, it looks like I'll have to use my touch probe in manual mode.
Please Log in or Create an account to join the conversation.
23 Sep 2023 22:29 #281510
by rodw
Replied by rodw on topic Can the OPI5 be Configured to Run LCNC?
Life would become easier if you grabbed a couple of ubiquiti nanostations and built a wireless bridge to your workshop. These are cheap PoE radio Devices that come with a power injector so they just need a network cable to them. In your workshop, attach a wifi router inside your workshop. We ran a 800m link this way for years...
The following user(s) said Thank You: Bari
Please Log in or Create an account to join the conversation.
23 Sep 2023 22:39 #281512
by Bari
Replied by Bari on topic Can the OPI5 be Configured to Run LCNC?
Yup, updates are over a network or sneakernet and local repo similar to this
askubuntu.com/questions/170348/how-to-cr...local-apt-repository
www.debian.org/doc/manuals/apt-offline/
askubuntu.com/questions/170348/how-to-cr...local-apt-repository
www.debian.org/doc/manuals/apt-offline/
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19196
- Thank you received: 6434
23 Sep 2023 23:17 #281513
by tommylight
So, other projects require internet, do not blame LinuxCNC.
Replied by tommylight on topic Can the OPI5 be Configured to Run LCNC?
LinuxCNC does not require internet ever after initial installation, the other projects you want to use do, so checking beforehand if those projects are included with LinuxCNC would save you a lot of time and grief.Word to the wise: LinuxCNC has a base presumption that all computers are network connected. This breaks things in spectacular fashion once you embed your newly configured into a big machine tool in a shop with no network access, and then you want to improve your installation.
So, other projects require internet, do not blame LinuxCNC.
The following user(s) said Thank You: cornholio
Please Log in or Create an account to join the conversation.
25 Sep 2023 21:20 #281616
by royka
Replied by royka on topic Can the OPI5 be Configured to Run LCNC?
If you've got an Android phone, most of them has the option to share internet over USB and it will come up as an Ethernet adapter. Or setup a WiFi hotspot and plugin a Wifi USB adapter
Please Log in or Create an account to join the conversation.
Time to create page: 0.125 seconds