On Mon, May 21, 2018 at 12:13 PM, <[email protected]> wrote: > I'm using the Beaglebone Blue as part of my current rover platform and have > run into the following error after updating the system: > >> roboticscape.service - roboticscape >> Loaded: loaded (/lib/systemd/system/roboticscape.service; enabled; >> vendor preset: enabled) >> Active: failed (Result: exit-code) since Mon 2018-05-21 16:53:46 UTC; >> 5min ago >> Process: 2022 ExecStartPre=/usr/bin/rc_startup_routine (code=exited, >> status=255) >> >> May 21 16:53:46 beaglebone systemd[1]: Starting roboticscape... >> May 21 16:53:46 beaglebone rc_startup_routine[2022]: timeout reached while >> waiting for gpio driver >> May 21 16:53:46 beaglebone rc_startup_routine[2022]: TIMEOUT REACHED >> May 21 16:53:46 beaglebone systemd[1]: roboticscape.service: Control >> process exited, code=exited status=255 >> May 21 16:53:46 beaglebone systemd[1]: Failed to start roboticscape. >> May 21 16:53:46 beaglebone systemd[1]: roboticscape.service: Unit entered >> failed state. >> May 21 16:53:46 beaglebone systemd[1]: roboticscape.service: Failed with >> result 'exit-code'. > > > This affects any process trying to use the roboticscape libraries as well. > i've tried restarting but beyond that I'm not sure what other steps to take. > >> rover@beaglebone:~$ uname -a >> Linux beaglebone 4.4.91-ti-r133 #1 SMP Tue Oct 10 05:18:08 UTC 2017 armv7l >> GNU/Linux >> rover@beaglebone:~$ rc_version >> 0.4.4
So 0.4.4 is written for things setup in the kernel thru standard kernel interfaces and not just mmap'ing memory.. Please upgrade to the v4.14.x base kernel. cd /opt/scripts/tools/ sudo ./update_kernel.sh --ti-channel --lts-4_14 Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYhD96WZC8Y%2Bb%2BEK5TiGGaQTiKDR1-XoTi%3DTh_iLdhPQcg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
