Hi and thanks for the great work!
I have a mayor issue which is driving me nuts. It wont boot.
After the raspberry pi splash screen the screen goes black and says no signal. I have the correct resolution on my screen and all. I tried to comment out dtoverlay=vc4-kms-v3d but it did'nt solve the issue. I also tried to write dtoverlay=vc4-fkms-v3d which also didn't work, the screen goes black but the screen still recives a signal.
My config-file looks like this, any ideas to make it boot?
I have a mayor issue which is driving me nuts. It wont boot.
After the raspberry pi splash screen the screen goes black and says no signal. I have the correct resolution on my screen and all. I tried to comment out dtoverlay=vc4-kms-v3d but it did'nt solve the issue. I also tried to write dtoverlay=vc4-fkms-v3d which also didn't work, the screen goes black but the screen still recives a signal.
My config-file looks like this, any ideas to make it boot?
Code:
# Kernelarm_64bit=1kernel=Image# Ramdiskgpio=21=ip,pu[gpio21=1]initramfs ramdisk.img followkernel[gpio21=0]initramfs ramdisk-recovery.img followkernel[all]# Audiodtparam=audio=on# Audio DAC#dtoverlay=allo-boss-dac-pcm512x-audio#dtoverlay=allo-piano-dac-pcm512x-audio#dtoverlay=allo-piano-dac-plus-pcm512x-audio#dtoverlay=hifiberry-dacplus#dtoverlay=i-sabre-q2m#dtoverlay=iqaudio-dac#dtoverlay=justboom-dac# Boot devicedtoverlay=android-sdcard#dtoverlay=android-usb#dtoverlay=android-nvme# Cameracamera_auto_detect=1start_x=1# CPUarm_boost=1#arm_freq=1500# Displaydisable_overscan=1# Display panel[gpio21=1]#dtoverlay=cutiepi-panel#dtoverlay=vc4-kms-dsi-7inch#dtoverlay=vc4-kms-dsi-lt070me05000#dtoverlay=vc4-kms-dsi-lt070me05000-v2[all]#dtoverlay=rpi-backlight# Fan#dtoverlay=gpio-fan#dtoverlay=i2c-fan#dtoverlay=rpi-poe#dtoverlay=rpi-poe-plus# Graphics accelerationdisable_fw_kms_setup=1[gpio21=1]dtoverlay=vc4-fkms-v3d[all]# I2Cdtparam=i2c_arm=on# I2S#dtparam=i2s=on# IR#dtoverlay=gpio-ir,gpio_pin=18# Keys#dtoverlay=gpio-key,gpio=21,keycode=116,label="POWER"#dtoverlay=gpio-key,gpio=26,keycode=115,label="VOLUME_UP"#dtoverlay=gpio-key,gpio=20,keycode=114,label="VOLUME_DOWN"# RTC#dtoverlay=i2c-rtc,ds3231# Sensors#dtoverlay=android-i2c-sensor,mpu6050# Serial consoleenable_uart=1# SPIdtparam=spi=on# Touchscreen#dtoverlay=ads7846,cs=1,penirq=25,penirq_pull=2,speed=50000,keep_vref_on=0,swapxy=0,pmax=255,xohms=150,xmin=200,xmax=3900,ymin=200,ymax=3900#dtoverlay=edt-ft5406#dtoverlay=goodix#dtoverlay=rpi-ft5406# USBdtoverlay=dwc2,dr_mode=peripheral[cm4]dtoverlay=dwc2,dr_mode=otg[all]include config_user.txt
Statistics: Posted by rydestahl — Tue Jun 25, 2024 11:23 am