Added Details for using Raspberry PI 2b with this Tutorial.#22
Conversation
|
@floanwelt Many thanks for updating the docs! I'm using a raspberry pi 3b, but having some trouble. I believe the GPIO base address is the same between BCM2836 (raspberry pi 2) and BCM2837 (raspberry pi 3), but it didn't seem to work for me. When I boot up, I get the power LED displayed, but not the ACT LED. This is the disassembly of my compiled binary: and this is the hexdump of the kernel.img file: and just for full measure: Can you confirm if you generated the same binary, and if you know if it works on a raspberry pi 3? I'm using standard firmware, and tried even with no config.txt file. Thanks! |
|
I found someone else has already managed this, so for raspberry pi 3b, see here: And for other exercises, see here: |
|
Here is the code for Pi 0 if anyone's interested. References to BCM2835 Peripherals included in the comments. |
Hey there,
I added some Details about the peripheral Address for the Raspberry PI 2b for the ok01 tutorial.
It took me quite a while to find out these things in the beginning and nearly put me off.
This will make it easier for beginner to get into it, if they have a 2b Model instead.
I hope it is helpful.
Cheers,
Florian