Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to boot up RPi 3b+ #4

Open
mharishankar opened this issue Aug 11, 2020 · 5 comments
Open

Unable to boot up RPi 3b+ #4

mharishankar opened this issue Aug 11, 2020 · 5 comments

Comments

@mharishankar
Copy link

mharishankar commented Aug 11, 2020

Hi,
Is your build intended to work with the Pi model 3b+? I followed your instructions exactly as is multiple times from scratch, but the Pi doesn't boot up and gives me red flashing light (4 flashes in a row). I also get no HDMI output though monitor is plugged in.

Thanks!

@kkamagui
Copy link
Owner

@mharishankar , I guess you used the wrong firmware or OS image. This repository is for RPI 3, not RPI 3B or 3B+. So, that's the reason I think. :)

@mharishankar
Copy link
Author

mharishankar commented Aug 12, 2020

Got it, thanks for the clarification! I'll change the firmware + kernel image.

Can you also clarify why rpi3.mk in build/ seems to repeat the same targets multiple times? Eg make all executes linux as well as update_rootfs, but update_rootfs executes filelist-tee which executes linux again. Is there any good reason for doing this?

@kkamagui
Copy link
Owner

@mharishankar , hmm... I'm not sure, but is update_rootfs just copies the Linux kernel executable? As I know, update_rootfs makes a root filesystem. So it just copies the kernel into the filesystem. :)

@mharishankar
Copy link
Author

mharishankar commented Aug 13, 2020

Yup I removed the redundant remakes of linux from update_rootfs and some other places, and make all works just fine. Also, I was able to get everything working on a Pi 3B without major issues! (Pi 3B+ didnt work, and I didnt try with Pi 3; looks like you're referencing 3-b.dtb in build/ so I think your repo is currently configured for 3B).

@kkamagui
Copy link
Owner

@mharishankar , it's fine. 👍 I hope everything goes well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants