Pi4b and Pi5 users - What should go in a 2.9.3 image
21 Jul 2024 02:06 #305742
by cornholio
Replied by cornholio on topic Pi4b and Pi5 users - What should go in a 2.9.3 image
Whilst I agree with tommy in theory, it can depend on the implementation. Turn wifi off on the Rpi and have a direct direction from one machine (that doesn't have another ethernet deivce connected to an outisde network) and it will be fine.
So far I haven't seen any reports of a Linuxcnc installation being hacked via VNC, nor via ssh.
And honestly a RPi in a commercial setting is just bad, due to it not being certified for industrial use.
If a user wants it and is ready to accept the risks it can be installed after installation, forcing upon users who don't want it or an unaware that it is there is not the right decision.
So far I haven't seen any reports of a Linuxcnc installation being hacked via VNC, nor via ssh.
And honestly a RPi in a commercial setting is just bad, due to it not being certified for industrial use.
If a user wants it and is ready to accept the risks it can be installed after installation, forcing upon users who don't want it or an unaware that it is there is not the right decision.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- DanielWebsterCnc
- Offline
- New Member
Less
More
- Posts: 2
- Thank you received: 0
21 Jul 2024 02:24 #305743
by DanielWebsterCnc
Replied by DanielWebsterCnc on topic Pi4b and Pi5 users - What should go in a 2.9.3 image
I have a Mesa 7c81 card that would like to use in the servo mode. I have not been able to get the LinuxCNC Pncconf to complete its configuration to complete. It gets stuck with a python error. I edited the python code to fix some of the errors. I would also prefer to use the raspberry 5 and the 7c81 needs the spi to use the 7c81. For some reason the pi 5 only uses 1 screen. If it’s helpful I have time to test running your updates to provide feedback if you don’t have a full HW test bed to help test the code fixes.
Please Log in or Create an account to join the conversation.
21 Jul 2024 05:33 #305746
by rodw
Replied by rodw on topic Pi4b and Pi5 users - What should go in a 2.9.3 image
It won't beVNC should not be included with official releases, it is a huge security risk.
Please Log in or Create an account to join the conversation.
21 Jul 2024 07:52 #305757
by cornholio
Replied by cornholio on topic Pi4b and Pi5 users - What should go in a 2.9.3 image
7c81 and RPi5 will not work at the current time. The driver needs rewriting and the driver that uses spidev is not suitable.
This situation does not seem to be changing anytime time soon.
The 7c81 product page at Mesa states that the 7c81 will not work with the RPi5.
This situation does not seem to be changing anytime time soon.
The 7c81 product page at Mesa states that the 7c81 will not work with the RPi5.
Please Log in or Create an account to join the conversation.
- DanielWebsterCnc
- Offline
- New Member
Less
More
- Posts: 2
- Thank you received: 0
23 Jul 2024 01:15 #305878
by DanielWebsterCnc
Replied by DanielWebsterCnc on topic Pi4b and Pi5 users - What should go in a 2.9.3 image
In regards to "The 7c81 product page at Mesa states that the 7c81 will not work with the RPi5". I was wondering if the Mesa company writes the driver normally or if the missing support for the RPi5 is something that is part of the LinuxCNC 2.9.3 image?
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19196
- Thank you received: 6434
23 Jul 2024 02:07 #305879
by tommylight
Replied by tommylight on topic Pi4b and Pi5 users - What should go in a 2.9.3 image
As i understand it, it is a RPI manufacturer issue, most probably hardware side of things, as i doubt if software issue it would have been solved by now.
As far as i recall, there are several versions of RPI5 and back then any new version would be crippled by issues for a long time, plenty of videos on youtube about that.
Chip shortage caused a lot of headaches for all manufacturers, but the way RPI owners handled it, is by far the worst way, ignoring issues and waiting for others to fix the issues while they were busy getting rich from the 180$ price tag.
Same ... well much worse, with Intel, blaming everything and everyone while knowingly selling 400-1100$ processors. Millions of it.
Personally, i blame humans for standing that kind of s#it. I do not, vigorously!
As far as i recall, there are several versions of RPI5 and back then any new version would be crippled by issues for a long time, plenty of videos on youtube about that.
Chip shortage caused a lot of headaches for all manufacturers, but the way RPI owners handled it, is by far the worst way, ignoring issues and waiting for others to fix the issues while they were busy getting rich from the 180$ price tag.
Same ... well much worse, with Intel, blaming everything and everyone while knowingly selling 400-1100$ processors. Millions of it.
Personally, i blame humans for standing that kind of s#it. I do not, vigorously!
Please Log in or Create an account to join the conversation.
23 Jul 2024 02:09 #305880
by rodw
Replied by rodw on topic Pi4b and Pi5 users - What should go in a 2.9.3 image
Becasue there is a new chipset in the 5, there is as yet no known SPI interface. It that becomes available then one of the developers could look at it if they feel like it
Please Log in or Create an account to join the conversation.
23 Jul 2024 05:25 #305889
by cornholio
Replied by cornholio on topic Pi4b and Pi5 users - What should go in a 2.9.3 image
There is an spi interface, it works using the kernel module. Unfortunately going by this route is not fast enough for real-time situations.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
28 Jul 2024 22:06 #306284
by rdtsc
Replied by rdtsc on topic Pi4b and Pi5 users - What should go in a 2.9.3 image
Would an RTAI variant be applicable to the Rpi4? (Not to create more work for you Rod! But it may be more performant, or no?)
Please Log in or Create an account to join the conversation.
28 Jul 2024 22:57 #306291
by cornholio
Replied by cornholio on topic Pi4b and Pi5 users - What should go in a 2.9.3 image
It would only make sense if you are using GPIO/software stepping. SPI & Ethernet work fine on the RPi4. And honestly there are far better options, performance & price wise than any of the RPi variants. The only plus side is the physical size of the device.
Who's going to take up the mantle of building & testing the kernel ? The x86 variant is not 100% yet. Then there is the issue whether the RPi kernel has a matching RTAI patch. Then the RPi5 would require another kernel to be tested. So yes it would be a hell of a lot of work for rod.
Who's going to take up the mantle of building & testing the kernel ? The x86 variant is not 100% yet. Then there is the issue whether the RPi kernel has a matching RTAI patch. Then the RPi5 would require another kernel to be tested. So yes it would be a hell of a lot of work for rod.
Please Log in or Create an account to join the conversation.
Time to create page: 0.206 seconds