Raspberry Pi 4 Tutorial - fatal error
- Todd Zuercher
- Offline
- Platinum Member
Less
More
- Posts: 5007
- Thank you received: 1441
06 Sep 2019 10:50 #144366
by Todd Zuercher
I have heard that using ISOLCPUS is useful on the Pi4, try isolating 2 or 3. Of the cores.
Replied by Todd Zuercher on topic Raspberry Pi 4 Tutorial
I ran the latency test with 6 glxgears running but no other abuse.
Servo thread (1ms): 73079
Base thread (25us): 93953
If I run just the servo thread the number goes up over 100,000.
Anything I should try to lower the latency on the Pi4?
I may get a 7i76E and give this a try. Right now I'm using a 6i25+7i76+7i83
John
I have heard that using ISOLCPUS is useful on the Pi4, try isolating 2 or 3. Of the cores.
Please Log in or Create an account to join the conversation.
06 Sep 2019 12:34 #144373
by BigJohnT
Did you follow the instructions on the first page to edit /boot/cmdline.txt?
gnipsel.com/linuxcnc/uspace/rpi4-rt.html
JT
Replied by BigJohnT on topic Raspberry Pi 4 Tutorial
I ran the latency test with 6 glxgears running but no other abuse.
Servo thread (1ms): 73079
Base thread (25us): 93953
If I run just the servo thread the number goes up over 100,000.
Anything I should try to lower the latency on the Pi4?
I may get a 7i76E and give this a try. Right now I'm using a 6i25+7i76+7i83
John
Did you follow the instructions on the first page to edit /boot/cmdline.txt?
gnipsel.com/linuxcnc/uspace/rpi4-rt.html
JT
Please Log in or Create an account to join the conversation.
06 Sep 2019 13:10 #144377
by andypugh
6i25 on a Pi?
Replied by andypugh on topic Raspberry Pi 4 Tutorial
I may get a 7i76E and give this a try. Right now I'm using a 6i25+7i76+7i83n
6i25 on a Pi?
Please Log in or Create an account to join the conversation.
06 Sep 2019 15:26 #144388
by JohnnyCNC
No, I have that on my mill using an J1900 (I think). Just playing with the Pi 4 right now.
Replied by JohnnyCNC on topic Raspberry Pi 4 Tutorial
I may get a 7i76E and give this a try. Right now I'm using a 6i25+7i76+7i83n
6i25 on a Pi?
No, I have that on my mill using an J1900 (I think). Just playing with the Pi 4 right now.
Please Log in or Create an account to join the conversation.
06 Sep 2019 15:29 #144390
by andypugh
6i25 might be possible:
labs.domipheus.com/blog/raspberry-pi-4-p...-works-usb-sata-gpu/
Replied by andypugh on topic Raspberry Pi 4 Tutorial
No, I have that on my mill using an J1900 (I think). Just playing with the Pi 4 right now.6i25 on a Pi?
6i25 might be possible:
labs.domipheus.com/blog/raspberry-pi-4-p...-works-usb-sata-gpu/
Please Log in or Create an account to join the conversation.
06 Sep 2019 15:33 - 06 Sep 2019 15:43 #144391
by JohnnyCNC
Replied by JohnnyCNC on topic Raspberry Pi 4 Tutorial
Did you follow the instructions on the first page to edit /boot/cmdline.txt?
gnipsel.com/linuxcnc/uspace/rpi4-rt.html
JT[/quote]
I did "go by" the instructions but apparently "follow" may be too strong of a word. I must have lost my place and skipped that. Doing this late evening when I am tired and work is nagging me via email was not a good idea.
Thanks. I'll try that tonight.
gnipsel.com/linuxcnc/uspace/rpi4-rt.html
JT[/quote]
I did "go by" the instructions but apparently "follow" may be too strong of a word. I must have lost my place and skipped that. Doing this late evening when I am tired and work is nagging me via email was not a good idea.
Thanks. I'll try that tonight.
Last edit: 06 Sep 2019 15:43 by JohnnyCNC.
Please Log in or Create an account to join the conversation.
06 Sep 2019 21:08 - 06 Sep 2019 23:44 #144420
by cakeslob
Replied by cakeslob on topic Raspberry Pi 4 Tutorial
Definitely do the cmdline thing, it brought my servo thread to under 50,000 with 6 gears running.
Might as well post my results. i tried doing the install from the uspace but couldnt get the rt kernel to go. at this line "make bcm2711_defconfig" i was getting an error about over riding or something with the kernels and didnt spend enough time on it (being new to rpi, please bear with me),I am also not sure where i am looking in the menuconfig to select the preempt kernel. I opted to use the premade image andy posted here (even though I love an openbox from scratch, i will try again later), forum.linuxcnc.org/18-computer/36879-raspberry-pi-4?start=70, and resumed my install from the rpi-emc page and everything seems to be working.I bought one of those new mesa cards ,the 7c81, I am also new to mesacards. I would appreciate help when the time comes in regards to the mesacards as well if you linuxcnc gurus dont mind
Might as well post my results. i tried doing the install from the uspace but couldnt get the rt kernel to go. at this line "make bcm2711_defconfig" i was getting an error about over riding or something with the kernels and didnt spend enough time on it (being new to rpi, please bear with me),I am also not sure where i am looking in the menuconfig to select the preempt kernel. I opted to use the premade image andy posted here (even though I love an openbox from scratch, i will try again later), forum.linuxcnc.org/18-computer/36879-raspberry-pi-4?start=70, and resumed my install from the rpi-emc page and everything seems to be working.I bought one of those new mesa cards ,the 7c81, I am also new to mesacards. I would appreciate help when the time comes in regards to the mesacards as well if you linuxcnc gurus dont mind
Last edit: 06 Sep 2019 23:44 by cakeslob.
Please Log in or Create an account to join the conversation.
07 Sep 2019 01:07 #144437
by JohnnyCNC
Replied by JohnnyCNC on topic Raspberry Pi 4 Tutorial
I had done the step with sudo nano /boot/cmdline.txt but didn't get EVERYTHING on one line. I fixed that and now I am getting:
Running 6 glxgears
Servo thread (1ms): 27207
Base thread (25us): 32552
I did get the message "Unexpected realtime delay on task 0 with period 25000"
Running 6 glxgears
Servo thread (1ms): 27207
Base thread (25us): 32552
I did get the message "Unexpected realtime delay on task 0 with period 25000"
Please Log in or Create an account to join the conversation.
09 Sep 2019 12:02 #144595
by andypugh
Replied by andypugh on topic Raspberry Pi 4 Tutorial
It would be useful if those currently experimenting with Raspberry Pis could try out this
github.com/LinuxCNC/linuxcnc/issues/643#issuecomment-529105353
(I am going to find it hard to find the time)
github.com/LinuxCNC/linuxcnc/issues/643#issuecomment-529105353
(I am going to find it hard to find the time)
Please Log in or Create an account to join the conversation.
09 Sep 2019 16:12 #144612
by JohnnyCNC
Replied by JohnnyCNC on topic Raspberry Pi 4 Tutorial
I have some spare SD cards I'll give it a try.
John
John
Please Log in or Create an account to join the conversation.
Time to create page: 0.105 seconds