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

Will this works on raspberry pi 4 #19

Open
changsheng1239 opened this issue Oct 1, 2020 · 0 comments
Open

Will this works on raspberry pi 4 #19

changsheng1239 opened this issue Oct 1, 2020 · 0 comments

Comments

@changsheng1239
Copy link

Built it and try to run on the latest raspberry pi 4 and it's not booting at all. Seems like the .elf files are not compatible.

I also tried generating a CPIO archive from the latest official boot archive.
updated the config.txt and cmdline.txt like the one in this repo, and it boots up but seems like not able to mount the rootfs from ram. Probably something wrong with my config.txt or cmdline.txt?

cmdline.txt:

dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 elevator=deadline rootwait consoleblank=0 rootfstype=ramfs

config.txt:

dtparam=audio=on

[pi4]
# Enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-fkms-v3d
max_framebuffers=2

[all]
#dtoverlay=vc4-fkms-v3d

initramfs initrd
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

1 participant