Jump to content

stroma

Members
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. @Aurelio: Yes I used method described in the youtube video above. You will need serial cable connection to the PCB and adb. The 4 pin connector on the PCB is used for the serial connection. Cheap USB<->Serial converter can be used, note the voltage level of the signals is 3V3 (only GND, RX and TX pins are needed), serial speed is 115200 bps. I can't say much about the performance compared to RPi. Since the armbian filesystem is on USB 2.0 flash the file operations are rather slow. I successfully installed OctoPrint with web camera support and it seems to fork fine. I still not try to write the image to internal eMMC, I want to be able to backup the stock android and have a method to restore it if needed. For now I backed up the eMMC content with dd if=/dev/mmcblk1 iflag=fullblock oflag=direct bs=512k | gzip > tvbox-backup.img.gz but I'm not sure if this file is useful. Edit: armbianmonitor result
  2. Yes, @Aurelio, it was proudly advertised as 4GB RAM, 64GB eMMC version. I know it was a scam before I buy it. To be honest I expected to get 1G/8G 🙂 However, good luck with the refund.
  3. I managed to boot Armbian image from a usb flash drive. It seems I have 800MB RAM and 3GB eMMC 🙂 root@armbian:~# free -m total used free shared buff/cache available Mem: 803 163 127 4 512 559 Swap: 401 0 401 [ INFO ] The device name: [ Amlogic Meson GXL (S905X) P212 Development Board ] [ INFO ] The device eMMC name: [ /dev/mmcblk2 ] [ INFO ] The device eMMC size: [ 3GB ]
  4. @schultzz The information you need is in first post on this thread, Unbrick paragraph.
  5. Yes it is pretty crappy box but I got mine for 17$ so I could not resist to buy it. Mine is "4GB/64GB" version it seems they all are 1GB/8GB in reality. Here is couple of pictures of the PCB, the eMMC (BIWIN UM18A8G861S) and DDR (Lanson L5TC2G83EFR) chips are not well known at all.
  6. Thanks @jock I've seen this paragraph but I thought this nvram was already included in never images, according to this post and also the tutorial from @awawa (link on the first page)
  7. Hi I am not able to connect my H96Max 4GB RAM/64GB eMMC with RK3318_V1.4 blue PCB to a wifi network. The wifi module is marked as SP2734C. I'm trying to connect with nmtui, I can see available network SSIDs, but the connection attempt always fails. I tested wifi connection from stock android image and it works good, so the wifi module itself should be OK. pi@rk3318-box:~$ uname -a Linux rk3318-box 5.19.15-rockchip64 #trunk SMP PREEMPT Thu Oct 13 16:33:06 UTC 2022 aarch64 GNU/Linux pi@rk3318-box:~$ dmesg | grep brcm [ 19.505134] brcmfmac: F1 signature read @0x18000000=0x16034334 [ 19.559777] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4334-sdio for chip BCM4334/3 [ 19.561271] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac4334-sdio.rockchip,rk3318-box.bin failed with error -2 [ 19.585315] usbcore: registered new interface driver brcmfmac [ 19.761972] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4334-sdio for chip BCM4334/3 [ 19.762154] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available [ 19.762745] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4334/3 wl0: Jul 24 2019 12:58:36 version 6.10.191 (TOB) (r) FWID 01-b049404e [ 20.213106] Bluetooth: hci0: BCM4334B0 'brcm/BCM4334B0.hcd' Patch Also tested with latest mainlined armbian image - same result. Is there something else I can try?
  8. I Just found this youtube video describing hot to install armbian on Q96 Max TV box. It seems the guy forces Q96 to boot an armbian image from USB flash drive. Unfortunately it is in Korean and is not clear to me if the image can be actually written to the eMMC. Perhaps someone can help with the translation of the required steps.
  9. @jock, just tested the experimental image with kernel 5.19.15 and libreelec patches and as you suggested the HDMI output is OK. It's a pity that mainlined armbian has this HDMI issue on my board. It seems the solution is to stay at older kernel revision. Thanks for the help.
  10. Hello, First I want to thank to jock and other guys for the great work big effort to make this project possible. I have H96Max 4GB RAM/64GB eMMC with RK3318_V1.4 blue PCB inside, which seems to be well known here. I successfully booted several Armbian images from the SD card. All seems to work as expected and described in this thread. However when I test newer kernels I have weird problem with the HDMI signal with text being distorted (see attached images). With jocks Armbian_22.05.0-trunk_Rk3318-box_bullseye_current_5.15.35_minimal.img.xz and ...._5.15.16_minimal.img.xz the HDMI is OK and text is not distorted, like on the images below https://ibb.co/cFDyXTC https://ibb.co/vmRTqCX When jock Armbian_22.08.0-trunk_Rk3318-box_bullseye_edge_5.18.10_minimal.img.xz is used the text is weird as if some scan lines are sort of missing or skipped The problem also persists when I tested with nightly stables https://github.com/armbian/community/releases/download/202307/Armbian_23.02.0-trunk_Rk3318-box_sid_edge_6.1.11_minimal.img.xz, as shown on images bwlow https://ibb.co/dLJJL6f https://ibb.co/svB9n4g Please note, I tested HDMI with different monitors and TV, also the video from the stock Android image is OK. I've read the whole thread, and several other threads also but did not find similar issue with newer kernels (>=5.18). Can someone points me the direction where to dig? Thanks.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines