Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork841
-
Hello, so the PI's are really scarce right now here in good ol Germany. I have only a Rasperry PI 2 W. Am I wrong or could I use this instead of the 3? Because they have the same Cortex-A53 64-bit, right? |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 3 comments 3 replies
-
Never tested it on one, but looks like it should work, at least CPU wise. I don’t know if they changed anything in the address map. It seems to have only 512 MiB DRAM. From the top of my head I can’t remember right now if I made any assumptions about DRAM size somewhere. Give it a try with the rpi3 BSP. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Thanks I give it a try. Maybe I will update with my experience later. |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
-
Hello. |
BetaWas this translation helpful?Give feedback.
All reactions
-
I tried chapter 05 on the Pi Zero 2 W with the |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
-
Any update is greatly appreciated. I am reading tutorial with a pi zero 2w.
|
BetaWas this translation helpful?Give feedback.
All reactions
-
I got the tutorial to work with the Pi Zero 2 W. Here's some instructions: The partition that came with my SDXC card was not good enough. Needed to remove partition 1 and replace it with one created by parted with
This is about a 2GB partition, which should be more than enough. Having replaced the partition, now initialized it with parted via
It might be better to just create a Linux boot disk for the Pi and start with Partition 1 from that. Remove all the unneeded stuff and should be good to go. I've had a lot of trouble on Linux with Docker not mapping my Let me know what you get to. |
BetaWas this translation helpful?Give feedback.
All reactions
This discussion was converted from issue #161 on May 09, 2022 13:53.