From ec9e7a1b3a3de9707e180aa231d2d1db168a21d6 Mon Sep 17 00:00:00 2001 From: Jake <jake.read@cba.mit.edu> Date: Thu, 14 Mar 2019 10:11:07 -0400 Subject: [PATCH] typos for pocketbeagle --- gpio/beagleboard_pru/index.html | 8 +++++--- ring.json | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/gpio/beagleboard_pru/index.html b/gpio/beagleboard_pru/index.html index 41ff5e2..78b307e 100644 --- a/gpio/beagleboard_pru/index.html +++ b/gpio/beagleboard_pru/index.html @@ -13,16 +13,18 @@ pre code { </head> <body> -<h1>BeagleBoard PRU</h1> +<h1>PocketBeagle PRU</h1> <figure> <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> <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> diff --git a/ring.json b/ring.json index f5a1cb4..aceb551 100644 --- a/ring.json +++ b/ring.json @@ -64,12 +64,12 @@ } ], "gpio":[ - { "name":"Beagleboard PRU", + { "name":"PocketBeagle PRU, C", "serial_number":"", "subdirectory_path":"gpio/beagleboard_pru", "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", - "ic_price":43.73, + "ic_price":26.50, "ic_sales_link":"OSD3358", "cpu_frequency":200, "ring_period":0.06 -- GitLab