can the pru be executed when the beaglebone is off?
15 views
Skip to first unread message
diego
unread,
Jan 18, 2018, 1:56:28 PM1/18/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BeagleBoard
Hi.
I want to implement a low-cost energy process that is independent of the main CPU and runs when the Beaglebone is powered off. can PRU the beagle to run alone even if it does not have the operating system.
Thank you
Przemek Klosowski
unread,
Jan 18, 2018, 3:22:36 PM1/18/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
I want to implement a low-cost energy process that is independent of the main CPU and runs when the Beaglebone is powered off. can PRU the beagle to run alone even if it does not have the operating system.
The PRU is conjoined with the main CPU, so it won't run if you power the beaglebone off, of course. You could probably put CPU to sleep but keep PRU going, but I am not sure how much power will it save--you'd still have to power memory and all the peripheral chips (PMIC etc).
In general, beaglebone is not exactly a low power platform. If you want long-running power efficient operation, you probably should use one of the low-end microcontrollers like CortexM, or MSP430 to do the low energy part, and maybe power up the Beaglebone to do the high-power stuff if you need it.