From a09771a1d5a0b53d8e7a461948dc226c5467aeec Mon Sep 17 00:00:00 2001 From: dwelch Date: Wed, 3 Jan 2018 20:56:22 -0500 Subject: [PATCH] top level directory items are generally pi1 only --- blinker04/README | 7 +++++++ blinker05/README | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/blinker04/README b/blinker04/README index 4f68377..e28dd90 100644 --- a/blinker04/README +++ b/blinker04/README @@ -1,4 +1,11 @@ +This is NOT for the pi3 nor pi2, look in the boards directory or in my +separate raspberrypi-three repo. If you are new to interrupts +I recommend first buying a pi-zero and learning there. Then aarch32 +mode on the pi3 then lastly aarch64 mode on the pi3. + +--------- + See the top level README for information on where to find the schematic and programmers reference manual for the ARM processor on the raspberry pi. Also find information on how to load and run diff --git a/blinker05/README b/blinker05/README index 282e789..833ac44 100644 --- a/blinker05/README +++ b/blinker05/README @@ -1,5 +1,5 @@ -This is NOT for the pi3, look in the boards directory or in my +This is NOT for the pi3 nor pi2, look in the boards directory or in my separate raspberrypi-three repo. If you are new to interrupts I recommend first buying a pi-zero and learning there. Then aarch32 mode on the pi3 then lastly aarch64 mode on the pi3.