Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4060

Advanced users • issue in Rpi4-8gb When I try change bcm2711-rpi-4-b.dtb in Debian-12 64 bits

$
0
0

Code:

neuberfran@raspberrypi:~$ lsb_release -aNo LSB modules are available.Distributor ID:DebianDescription:Debian GNU/Linux 12 (bookworm)Release:12Codename:bookwormneuberfran@raspberrypi:~$ archaarch64neuberfran@raspberrypi:~$ uname -aLinux raspberrypi 6.6.20+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.20-1+rpt1 (2024-03-07) aarch64 GNU/Linuxneuberfran@raspberrypi:~$ uname -maarch64
Hi,

I stay trying this:

Code:

mkdir rasp_arm64cd rasp_arm64/git clone --depth=1 https://github.com/raspberrypi/linuxsudo apt-get install qemu-system-armsudo apt-get install lzopsudo apt-get install gcc-aarch64-linux-gnucd linux/make -j8 ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- mrpropermake -j8 ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- bcm2711_defconfigmake -j8 ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- Image modules dtbsmake -j8 ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- dtbsls -lha arch/arm64/boot/dts/broadcom/bcm2711-rpi-4-b.dtb-rw-rw-r-- 1 neuuberfran neuuberfran 55K Jul 12 13:02 arch/arm64/boot/dts/broadcom/bcm2711-rpi-4-b.dtb
Issue:

Code:

2024.04-rc4-00040-gbd0aedde3e-dirty (Mar 23 2024 - 10:37:01 -0300)DRAM: 948 MiB (effective 7.9 GiB)RPI 4 Model B (0xd03115)Core: 210 devices, 15 uclasses, devicetree: boardMMC:  mmcnr@7e300000: 1, mmc@7e340000: 0Loading Environment from FAT... OKIn:  serial,usbkbdOut:  serial,vidconsoleErr:  serial,vidconsoleNet:  eth0: ethernet@7d580000starting USB...No working controllers foundHit any key to stop autoboot: 0 9259827 bytes read in 413 ms (21.4 MiB/s)Failed to load 'broadcom/bcm2711-rpi-4-b.dtb'  Uncompressing Kernel Image to 0Moving Image from 0x80000 to 0x200000, end=1b60000ERROR: Did not find a cmdline Flattened Device TreeCould not find a valid device tree
I'm testing without any changes to bcm2711-rpi-4-b.dts (but I'll change something later) just to see if it works and I'm getting this error above.

Code:

U-Boot> printenv bootcmdbootcmd=fatload mmc 0 ${kernel_addr_r} kernel8.img;fatload mmc 0 ${fdt_addr} ${fdtfile}; booti ${kernel_addr_r} - ${fdt_addr}
Can anyone help-me?

Statistics: Posted by neuberfran — Fri Jul 12, 2024 4:34 pm



Viewing all articles
Browse latest Browse all 4060

Trending Articles