-
Notifications
You must be signed in to change notification settings - Fork 123
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
Rpi4 64 bit image not working #214
Comments
Hi, Thanks |
ok I gave the files at https://github.com/g-vidal/rpi23-gen-image (#212) but I still got the same messages regarding nf_tables and the pi still didn't want to boot x.x |
the override in kernel config is ok most of the time. do i understand correctly: the image compiles fine but does not boot? would you post your config?
did you enable |
Wouldn't the config file be too long to post here? BTW you are correct; the image compiles fine but does not boot.
ljones |
you could remove or replace with y/n and compile again to test if its a problem with those settings. pls also see last commit in pull #215 for refernce. I don't have a pi4 to test this. |
Ok I tried again to build but no luck on the pi4, same problem. I did notice that the green LED on the pi does not even light. (Tried to upload a log file there but being the size that it is I'm not sure if it is complete or will even work). ljones |
Hello!
Had a problem trying to create a 64 bit image for the raspberry pi 4 - the image did not boot at all. But partway through I saw the following;
[code]
make: Entering directory '/media/ramdisk/rpi23-gen-image-master/images/buster/build/chroot/usr/src/linux'
scripts/kconfig/conf --syncconfig Kconfig
.config:1188:warning: symbol value 'm' invalid for NF_TABLES_BRIDGE
.config:2467:warning: symbol value 'm' invalid for MT76_LEDS
.config:3849:warning: symbol value 'm' invalid for SMS_SIANO_RC
.config:6992:warning: override: reassigning to symbol KEY_DH_OPERATIONS
.config:6993:warning: override: reassigning to symbol BCM_VC_SM
.config:6993:warning: symbol value 'm' invalid for BCM_VC_SM
.config:6994:warning: override: reassigning to symbol TCG_TIS
.config:6995:warning: override: reassigning to symbol DRM_VC4_HDMI_CEC
.config:6997:warning: override: reassigning to symbol CEPH_LIB
.config:6999:warning: override: reassigning to symbol CEPH_FS
.config:7002:warning: override: reassigning to symbol BLK_DEV_RBD
.config:7003:warning: override: reassigning to symbol CPU_FREQ_DEFAULT_GOV_ONDEMAND
[/code]
Not sure about those warnings and then it suddenly ended up going into an interactive kernel configuration.
ljones
The text was updated successfully, but these errors were encountered: