|
|
Log in / Subscribe / Register

Drones running (and compiling) Linux

Drones running (and compiling) Linux

Posted Jan 22, 2015 12:32 UTC (Thu) by oldtomas (guest, #72579)
In reply to: Drones running (and compiling) Linux by bronson
Parent article: Drones running (and compiling) Linux

> Doesn't the BeagleBone Black have a dual-core PRU already built-in?

The way I read the slides [1], these are the PRUs being used. Still the compiler seems to be proprietary (ick). Perhaps the whole instruction set is -- SOCs are strange beasts, full of patents, fears and secret sauces.

[1] linux.conf.au/slides/159/AP_Linux.pdf


to post comments

Drones running (and compiling) Linux

Posted Jan 22, 2015 22:19 UTC (Thu) by tridge (subscriber, #26906) [Link]

Note that the code on the PRUs is small enough that just doing it in assembler is quite easy. We used the C compiler as it is a bit easier to maintain.

Drones running (and compiling) Linux

Posted Feb 4, 2015 18:05 UTC (Wed) by przemek.klosowski (guest, #100907) [Link]

There is a GCC backend for PRUs as well
https://github.com/dinuxbg/gnupru


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds