Jump to content

rodw

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Sorry guys, I did not get notifications on this thread. Thanks for all the responses. Back to my quote here: There is a simple method to get preempt_rt on a raspberry pi running Debian which I have documented in the Linuxcnc docs here http://linuxcnc.org/docs/2.9/html/getting-started/getting-linuxcnc.html#_install_debian_bookworm_on_a_raspberry_pi No code or patches required! I have not tried it against the standard Pi image but I think it would still work as the Pi now uses Debian under the hood. In any case, the Pi's chroot build environment does let you patch the kernel quite simply. Armbian's looked like it should allow that too but it failed for me after applying the preempt-rt patches I have done it in other ways with help from one of your guys, bit there was a regression that affected latency, If there was a simple way to do the same on Armbian I would have included it in those docs to spread the word. Note my post here was driven from a certain amount of frustration while I was writing the docs I linked to. Anyway, we'll get over the line eventually...
  2. I know I'm trying to be lazy but why can't we install the PREEMPT_RT kernel from the Debian Bookworm Repositories? eg with: sudo apt install linux-image-rt-arm64. This appears to work but it does not boot into the new RT kernel. Downloaded the deb file and used sudo dpkg-i and it also failed to boot yet this command works if we install a RT kernel we built in the build environment Ran armbian-config and tried to install the kernel but alas its not displayed in the list. Why not? I can pull down Debian Bookworm for the Raspberry Pi from the Debian site and install preempt_rt this way. Why does Armbian make it so hard? Is there away to select the kernel to boot like we can do in grub on X86 PC's after installing it with apt? I know there is a high probability it might crash but at least I'd like to see that with my own eyes. It would be nice if we could install a real time kernel the same way we can do on other platforms. Help and ideas appreciated.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines