Jump to content

Dario Pulcinelli

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Dario Pulcinelli

  1. Hello community, I have this TV box which came rooted, so I was able to extract the dtb from /proc/device-tree with the command from the running android dts -I fs -O dtb -o d9.dtb /proc/device-tree but the box keeps rebooting when I try to use it I've been able to boot this box with armbian 24.04 and the # FDT=/dtb/amlogic/meson-gxl-s905l-venz-v10.dtb DOESN'T WORK # FDT=/dtb/amlogic/meson-gxl-s905l3b-m302a.dtb BOOTS # FDT=/dtb/amlogic/meson-gxl-s905l3b-e900v22e.dtb BOOTS # FDT=/dtb/amlogic/meson-g12a-s905l3a-m401a.dtb DOESN'T BOOT # FDT=/dtb/amlogic/meson-g12a-s905l3a-cm311.dtb DOESN'T BOOT # FDT=/dtb/amlogic/meson-g12a-s905l3a-e900v22c.dtb DOESN'T BOOT # FDT=/dtb/amlogic/meson-gxl-s905l2-x7-5g.dtb FDT=/dtb/amlogic/meson-gxl-s905l2-ipbs9505.dtb # THIS IS THE ONE IN USE The dts from the running system seems to be radically different from the one which works (I'm attaching the one I've extracted) Is there a way to add some info from the one which I extracted to the working one to gain access to the whole amount of RAM and making the WiFi work ? I get this error on the WiFi activation during the kernel boot [ 25.315625] rtw_8822bs mmc0:0001:1: Firmware version 27.2.0, H2C version 13 [ 26.334647] rtw_8822bs mmc0:0001:1: sdio read32 failed (0x11080): -110 [ 26.334743] rtw_8822bs mmc0:0001:1: sdio write32 failed (0x11080): -110 [ 26.334908] rtw_8822bs mmc0:0001:1: sdio read32 failed (0x10080): -110 [ 26.334956] rtw_8822bs mmc0:0001:1: sdio write32 failed (0x10080): -110 [ 26.334999] rtw_8822bs mmc0:0001:1: sdio read32 failed (0x10040): -110 [ 26.335036] rtw_8822bs mmc0:0001:1: sdio write32 failed (0x10040): -110 [ 26.335119] rtw_8822bs mmc0:0001:1: sdio read32 failed (0x11700): -110 [ 26.335176] rtw_8822bs mmc0:0001:1: sdio write32 failed (0x11700): -110 [ 26.335222] rtw_8822bs mmc0:0001:1: sdio read32 failed (0x11708): -110 [ 26.335484] rtw_8822bs mmc0:0001:1: sdio write32 failed (0x11330): -110 [ 26.404367] rtw_8822bs mmc0:0001:1: sdio read32 failed (0x1022c): -110 [ 26.424320] rtw_8822bs mmc0:0001:1: sdio write32 failed (0x1022c): -110 [ 26.424376] rtw_8822bs mmc0:0001:1: sdio read32 failed (0x20): -110 [ 26.424774] rtw_8822bs mmc0:0001:1: sdio read32 failed (0x11208): -110 [ 26.424827] rtw_8822bs mmc0:0001:1: sdio write32 failed (0x11208): -110 [ 26.425082] rtw_8822bs mmc0:0001:1: sdio read32 failed (0x20): -110 [ 26.425130] rtw_8822bs mmc0:0001:1: sdio read32 failed (0x24): -110 [ 26.425168] rtw_8822bs mmc0:0001:1: sdio read32 failed (0x28): -110 [ 26.425208] rtw_8822bs mmc0:0001:1: Failed to write 4608 byte(s) to SDIO port 0x0000840c [ 26.425221] rtw_8822bs mmc0:0001:1: failed to write data to rsvd page [ 26.425333] rtw_8822bs mmc0:0001:1: failed to download rsvd page [ 26.425441] rtw_8822bs mmc0:0001:1: failed to download firmware [ 26.425548] rtw_8822bs mmc0:0001:1: failed to setup chip efuse info [ 26.425553] rtw_8822bs mmc0:0001:1: failed to setup chip information [ 26.425873] rtw_8822bs: probe of mmc0:0001:1 failed with error -110 Thanks H8eb56ae06e6447099a94c4746dc835a7S.jpg_720x720q50.avif d9.dts
  2. well I've installed the new uboot with nand-sata-install on the sd and now the 4 cores are online, thanks ! root@beelinkx2:~# lscpu Architecture: armv7l Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Thread(s) per core: 1 Core(s) per socket: 4 Socket(s): 1 Vendor ID: ARM Model: 5 Model name: Cortex-A7 Stepping: r0p5 CPU max MHz: 1008.0000 CPU min MHz: 648.0000 BogoMIPS: 118.58 Flags: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm Now I have another small problem, when I try to copy the image to the internal nand I get this Partition too small. Needed: 5172 MB Avaliable: MB I've read that this particular nand is not fully supported, but I'd like to know if there's a workaround.... [ 2.603888] mmc2: new DDR MMC card at address 0001 [ 2.608190] mmcblk2: mmc2:0001 VICO 7.22 GiB [ 2.619250] mmcblk2boot0: mmc2:0001 VICO 4.00 MiB [ 2.628928] mmcblk2boot1: mmc2:0001 VICO 4.00 MiB [ 7.096172] I/O error, dev mmcblk2boot0, sector 8064 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2 [ 7.096216] Buffer I/O error on dev mmcblk2boot0, logical block 1008, async page read [ 7.264253] sunxi-mmc 1c11000.mmc: data error, sending stop command [ 7.264303] sunxi-mmc 1c11000.mmc: send stop command failed
  3. well I've installed the new uboot with nand-sata-install on the sd and now the 4 cores are online, thanks ! root@beelinkx2:~# lscpu Architecture: armv7l Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Thread(s) per core: 1 Core(s) per socket: 4 Socket(s): 1 Vendor ID: ARM Model: 5 Model name: Cortex-A7 Stepping: r0p5 CPU max MHz: 1008.0000 CPU min MHz: 648.0000 BogoMIPS: 118.58 Flags: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm Now I have another small problem, when I try to copy the image to the internal nand I get this Partition too small. Needed: 5172 MB Avaliable: MB I've read that this particular nand is not fully supported, but I'd like to know if there's a workaround.... [ 2.603888] mmc2: new DDR MMC card at address 0001 [ 2.608190] mmcblk2: mmc2:0001 VICO 7.22 GiB [ 2.619250] mmcblk2boot0: mmc2:0001 VICO 4.00 MiB [ 2.628928] mmcblk2boot1: mmc2:0001 VICO 4.00 MiB [ 7.096172] I/O error, dev mmcblk2boot0, sector 8064 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2 [ 7.096216] Buffer I/O error on dev mmcblk2boot0, logical block 1008, async page read [ 7.264253] sunxi-mmc 1c11000.mmc: data error, sending stop command [ 7.264303] sunxi-mmc 1c11000.mmc: send stop command failed
  4. Hi Igor, first of all thank you for your prompt response. By flashing the bootloader you mean something like this ? dd if=u-boot-sunxi-with-spl.bin of=/dev/mmcblk0 bs=1024 seek=8 Thanks
  5. Hello there ! I've installed the beelink x2 image but then I've upgraded it all the way to buster and using the edge kernel root@beelinkx2:~# uname -a Linux beelinkx2 6.0.7-sunxi #trunk.0103 SMP Sun Nov 6 03:49:50 UTC 2022 armv7l GNU/Linux only problem is that I cannot get the 4 cores, just one root@beelinkx2:~# cat /proc/cpuinfo processor : 0 model name : ARMv7 Processor rev 5 (v7l) BogoMIPS : 118.58 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xc07 CPU revision : 5 Hardware : Allwinner sun8i Family Revision : 0000 I've seen there's the overlay file available on debian but I cannot make it load as in the /boot/boot.cmd it looks for .dtbo but the only file I have is a .dto root@beelinkx2:~# find /usr/lib/ -iname \*beelink\* /usr/lib/linux-image-6.0.7-sunxi/sun8i-h3-beelink-x2.dtb the debug is here root@beelinkx2:~# armbianmonitor -u System diagnosis information will now be uploaded to http://ix.io/4fm8 Please post the URL in the forum where you've been asked for. Thanks Dario
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines