Will this still work on a pi 5? #216
-
It was stated in the tutorial that this is for pi3 and pi4 but I guess at this point in time the pi5 wasn't released yet. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It's going to be more difficult on a Pi 5. The newer processor is quite a bit different, and I'm not sure what the QEMU situation is there. If you do try this on a Pi 5 please do take detailed notes and contribute them back here 😀 . |
Beta Was this translation helpful? Give feedback.
-
Hi, I did some progress porting this kernel to Raspberry Pi 5. However I've stuck on implementing MMU, in particular after the last I tried to replace Also since RPI 5 has all the peripherals on Southbridge RP1 chip, I can not use PL011 uart drivers the usual way without setting up PCIe driver first. Instead I use so called I would like to receive some help/advice so I can move forward) |
Beta Was this translation helpful? Give feedback.
It's going to be more difficult on a Pi 5. The newer processor is quite a bit different, and I'm not sure what the QEMU situation is there. If you do try this on a Pi 5 please do take detailed notes and contribute them back here 😀 .