Skip to content
Snippets Groups Projects
Commit ec9e7a1b authored by Jake Read's avatar Jake Read
Browse files

typos for pocketbeagle

parent 7eb16ddc
No related branches found
No related tags found
No related merge requests found
Pipeline #3233 passed
...@@ -13,16 +13,18 @@ pre code { ...@@ -13,16 +13,18 @@ pre code {
</head> </head>
<body> <body>
<h1>BeagleBoard PRU</h1> <h1>PocketBeagle PRU</h1>
<figure> <figure>
<img src='ring.jpg' height=50%> <img src='ring.jpg' height=50%>
<figcaption>Ring oscillator with the BeagleBoard's PRU</figcaption> <figcaption>Ring oscillator with the PocketBeagle's PRU</figcaption>
</figure> </figure>
<p>The crowned champion of the ring test, the PRU hits 16.6MHz</p> <p>The crowned champion of the ring test, the PRU hits 16.6MHz</p>
<p>This ring oscillator runs on the beagleboard's PRU -> 'Programmable Realtime Unit'. The PRU is especially insteresting for the ring test because it (a 200MHz cpu) shares memory with the Beagleboards' larger onboard processor. This is probably exciting when we run big (and asychronous) software on the large processor, (i.e. an OS, which processes operations in a queue) and want to do tightly controlled realtime work at the same time. Memory sharing means we can pass messages between these contexts quickly.</p> <p>This ring oscillator runs on the PocketBeagle's PRU -> 'Programmable Realtime Unit'. The PRU is juse one component of the SOC which makes up a pocket beagle, namely the <a href="https://octavosystems.com/octavo_products/osd335x-sm/">Octavo Systems' OSD3358</a> with 256 BGA pads. The same PRU is embedded in the <a href="http://www.ti.com/product/AM3356/samplebuy">TI Sitara AM3356</a> processor.</p>
<p>The PRU is especially insteresting for the ring test because it (a 200MHz cpu) shares memory with the PocketBeagle's larger onboard processor. This is probably exciting when we run big (and asychronous) software on the large processor, (i.e. an OS, which processes operations in a queue) and want to do tightly controlled realtime work at the same time. Memory sharing means we can pass messages between these contexts quickly.</p>
<a href="https://github.com/beagleboard/cloud9-examples/blob/master/extras/pru/ring.pru0c">Here's a link to the source code on github, along with other beagleboard pru examples</a> <a href="https://github.com/beagleboard/cloud9-examples/blob/master/extras/pru/ring.pru0c">Here's a link to the source code on github, along with other beagleboard pru examples</a>
......
...@@ -64,12 +64,12 @@ ...@@ -64,12 +64,12 @@
} }
], ],
"gpio":[ "gpio":[
{ "name":"Beagleboard PRU", { "name":"PocketBeagle PRU, C",
"serial_number":"", "serial_number":"",
"subdirectory_path":"gpio/beagleboard_pru", "subdirectory_path":"gpio/beagleboard_pru",
"dev_board_price":27.36, "dev_board_price":27.36,
"dev_board_sales link":"https://www.digikey.com/product-detail/en/ghi-electronics-llc/POCKETBEAGLE-SC-569/POCKETBEAGLE-SC-569-ND/7603326", "dev_board_sales link":"https://www.digikey.com/product-detail/en/ghi-electronics-llc/POCKETBEAGLE-SC-569/POCKETBEAGLE-SC-569-ND/7603326",
"ic_price":43.73, "ic_price":26.50,
"ic_sales_link":"OSD3358", "ic_sales_link":"OSD3358",
"cpu_frequency":200, "cpu_frequency":200,
"ring_period":0.06 "ring_period":0.06
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment