LinuxCNC + Orange Pi (allwincnc)
03 Aug 2021 14:03 #216826
by Dolence
Replied by Dolence on topic LinuxCNC + Orange Pi (allwincnc)
Hey Ninja!
The CPU can be locked on the armbian-config tool. Select the same clock for min and max and the governor as performance.
Also, edit your /boot/armbianEnv.txt and add this to the end of it:
On your INI file, you have to add the option to ignore if the machine was homed or not, since you don't have the switches/sensors wired yet. It can be done by adding this to the TRAJ section:
I'm still having some issues. So please, report your test results here! Thanks.
The CPU can be locked on the armbian-config tool. Select the same clock for min and max and the governor as performance.
Also, edit your /boot/armbianEnv.txt and add this to the end of it:
extraargs=isolcpus=1,2,3 idle=poll
On your INI file, you have to add the option to ignore if the machine was homed or not, since you don't have the switches/sensors wired yet. It can be done by adding this to the TRAJ section:
NO_FORCE_HOMING = 1
I'm still having some issues. So please, report your test results here! Thanks.
Please Log in or Create an account to join the conversation.
03 Aug 2021 14:04 #216827
by envyvan
Replied by envyvan on topic LinuxCNC + Orange Pi (allwincnc)
I use the encoder funtion to connect the MPG Jog wheel.
Not the one for feedback.
I'm not sure the SOC board have enough CPU power to do the real encoder close loop stuff.
Not the one for feedback.
I'm not sure the SOC board have enough CPU power to do the real encoder close loop stuff.
Please Log in or Create an account to join the conversation.
03 Aug 2021 14:07 - 03 Aug 2021 14:09 #216828
by Dolence
Replied by Dolence on topic LinuxCNC + Orange Pi (allwincnc)
These aren't for H3. Our boards use the Mali 400, which should be working with the already installed Lima drivers out of the box. Unfortunately it seems to be not performing as expected. I read somewhere that the older proprietary Mali drivers could reach 300+ fps in glxgears. Unfortuantely it only works in very ancient kernels.
Should I use this to install from that page, or do I need a variant for ARM?
apt install mali-t76x-x11-driver
apt install mali-t76x-wayland-driver
apt install mali-t76x-fbdev-driver
Last edit: 03 Aug 2021 14:09 by Dolence.
Please Log in or Create an account to join the conversation.
03 Aug 2021 14:10 #216830
by Dolence
Replied by Dolence on topic LinuxCNC + Orange Pi (allwincnc)
What's the armbian version you are using?
I use the encoder funtion to connect the MPG Jog wheel.
Not the one for feedback.
I'm not sure the SOC board have enough CPU power to do the real encoder close loop stuff.
Please Log in or Create an account to join the conversation.
03 Aug 2021 14:24 #216833
by envyvan
Replied by envyvan on topic LinuxCNC + Orange Pi (allwincnc)
Hi Dolence,
I currently runing with Armbian_21.02.3_Orangepipc_buster_current_5.10.21_xfce
I currently runing with Armbian_21.02.3_Orangepipc_buster_current_5.10.21_xfce
Please Log in or Create an account to join the conversation.
03 Aug 2021 14:37 #216834
by Dolence
Replied by Dolence on topic LinuxCNC + Orange Pi (allwincnc)
I'm asking because Michael wrote this on Russian forum:
In general, H3 is no longer supported normally. For in the uboot (bootloader) code, developers are constantly muddying up various new items that interfere with the work with the coprocessor.
I wanna know which Armbian version you guys are using with your working H3 boards. Which version is the latest supported or known to work with the current version of this project?
In general, H3 is no longer supported normally. For in the uboot (bootloader) code, developers are constantly muddying up various new items that interfere with the work with the coprocessor.
I wanna know which Armbian version you guys are using with your working H3 boards. Which version is the latest supported or known to work with the current version of this project?
Please Log in or Create an account to join the conversation.
03 Aug 2021 18:17 #216857
by Bari
Replied by Bari on topic LinuxCNC + Orange Pi (allwincnc)
Why I mentioned that we need our own u-boot branch for this project since those devs usually could care less about real time. We could ask them to stop stomping all over the memory space for the ARISC if that is the real issue. They might not even be aware of anyone using them.
Please Log in or Create an account to join the conversation.
03 Aug 2021 22:37 #216871
by Bari
Replied by Bari on topic LinuxCNC + Orange Pi (allwincnc)
I used to write firmware for x86 (BIOS, coreboot, etc) and work with u-boot. I am actually more comfortable with firmware than writing applications in abstract languages. i prefer 1's and 0's.
The following user(s) said Thank You: envyvan
Please Log in or Create an account to join the conversation.
04 Aug 2021 00:00 #216875
by envyvan
Replied by envyvan on topic LinuxCNC + Orange Pi (allwincnc)
I only running this project on Armbian_21.02.3 and seems like it works just fine with me.
I will keep work with it until most of the function has been test.
A notice issue is halui would cause a warning, but seem like every thing run normal.
I will keep work with it until most of the function has been test.
A notice issue is halui would cause a warning, but seem like every thing run normal.
Please Log in or Create an account to join the conversation.
04 Aug 2021 13:30 - 04 Aug 2021 14:25 #216907
by tjtr33
Replied by tjtr33 on topic LinuxCNC + Orange Pi (allwincnc)
Hi Dolence
I am running
Armbian_21.02.3_Orangepiplus2e_buster_current_5.10.21_xfce_desktop
on an Opi+2e, with HDMI output and logitec wireles usb kbd & mouse
from a SanDisk 32G sd card ( class A )
I use isolcpus=1,2,3 idle=poll
I am using Lima video ( thru no effort on my part, it was automatic)
I am running Lichuan LCDA357H/ LC57H38 stepservos right now in a test rig
at 1588rpm with 1/4 step and 100 acceleration. Trying for faster, but have occasional amp faults that i havent figured out yet.
My setup is not ready for real use use yet. The OPi is running fine tho.
tomp
I am running
Armbian_21.02.3_Orangepiplus2e_buster_current_5.10.21_xfce_desktop
on an Opi+2e, with HDMI output and logitec wireles usb kbd & mouse
from a SanDisk 32G sd card ( class A )
I use isolcpus=1,2,3 idle=poll
I am using Lima video ( thru no effort on my part, it was automatic)
I am running Lichuan LCDA357H/ LC57H38 stepservos right now in a test rig
at 1588rpm with 1/4 step and 100 acceleration. Trying for faster, but have occasional amp faults that i havent figured out yet.
My setup is not ready for real use use yet. The OPi is running fine tho.
tomp
Last edit: 04 Aug 2021 14:25 by tjtr33. Reason: clarify
Please Log in or Create an account to join the conversation.
Time to create page: 0.226 seconds