-
Posts
26 -
Joined
-
Last visited
Reputation Activity
-
ccs1664 reacted to mrdeathjr in QPLOVE RK3566 (X88PRO Clone)
This case is a clone of X88PRO:
However i use HK1 rom because regular x88pro lack of many features like saf and without this dolphin-emu and others dont allow use external devices
another thing added in HK1 rom is cpu thermals, cpu load and memory load in status bar
but use this rom make frontal screen in tvbox dont work
In my case armbian works using information from this themes:
armbian used is based on station-m2 image from here:
https://www.armbian.com/station-m2/
https://github.com/armbian/community
HDMI - works (need to check hot plugging)
HDMI sound - works
USB 2.0 - works
USB 3.0 - works (using now usb 3.0 hub with power adapter)
LAN - Works
WLAN - Works
SD-Card booting and detection - works
RKDevTool installing and loading images on/from eMMC - works
GPU - works
Hardware video acceleration (except for browsers) - works
Dualboot if you flash new bootloader (SD-Card boot high priority) - works
Loader* from vontar work ok for use sd boot
*For use this follow steps in vontar guide, work ok in dual boot (armbian on sd and android in emmc)
sd used is a microdata 64gb from aliexpress (work ok):
https://es.aliexpress.com/item/1005007142224952.html
rk3566-box-demo.dtb dont recognize usb keyboard but using rk3566-box-demo_x96x6_24_custom.dtb from x96 x6 theme work correctly and hub work on usb 2.0 and on usb 3.0 too
also in usb 3.0 port have a 500GB HDD Laptop USB Drive
In other things can install xfce desktop, lightdm, xorg, chromium, firefox, nm (for lan), xarchiver, dolphin appimage
also can enable panvk using this:
VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/panfrost_icd.aarch64.json PAN_I_WANT_A_BROKEN_VULKAN_DRIVER=1
from here:
Add some images of tvbox, i make a mod (i dont have experience with tools) for add a fan, results are very impressive this tvbox at max stay around 79 to 80 degrees but now with fan stay around 35 to 45 degrees
Images from system
Dolphin-emu 2506
-
ccs1664 got a reaction from Ducdanh Nguyen in mxq pro 4k 5g allwinner h313 can't sd card boot
Hi
I think that a boot on this TV box it should be not so hard, I never tested an Allwiner.
Please, start reading some advices from this post from 2023:
once that h313, probably follows at the same procedure of the H61X ...
I hope to help you
ccs
-
ccs1664 got a reaction from wyim in how to install armbian to emmc
Hi, after the boot, there´s a script called install-aml.sh, maybe located in /boot or / system, run it to install in emmc!
Run it using the bash command: sh install-aml.sh.
Once copied to emmc, reboot the box soon and install all the packages that you need.
This file does a physical copy of whole system to emmc, it uses the "dd" command, precisely.
-
ccs1664 reacted to mumpitzstuff in T95Z Plus (ethernet working for kernel 5.3.0)
I tried to install Armbian_19.11.3_Aml-g12_buster_legacy_5.3.0_20191126.img.xz to my T95Z Plus box (S912 with 3GB RAM) but got only wifi running. Any ethernet connection was not possible. I used meson-gxm-khadas-vim2.dtb in uEnv.ini and was able to boot the box into debian buster. The following steps are needed to get the ethernet running (it is may be valuable for other problems too):
- go to the directory where all the dtb files are located
sudo apt-get install device-tree-compiler sudo dtc -I dtb -O dts -f meson-gxm-khadas-vim2.dtb -o meson-gxm-T95Z-Plus.dts sudo nano meson-gxm-T95Z-Plus.dts Now search for "ethernet-phy@0" and insert the following 2 lines:
compatible = "ethernet-phy-id0381.5c11\0ethernet-phy-ieee802.3-c22"; max-speed = < 0x3e8 >; And replace:
reg = < 0x00 >; with reg = < 0x01 >; Now save the file and compile it:
dtc -I dts -O dtb -o meson-gxm-T95Z-Plus.dtb meson-gxm-T95Z-Plus.dts and insert the new file in uEnv.ini and restart the system.
The same procedure can be used for other things too. If you have a working dtb file for an old distribution, just generate the dts from the old dtb and compare the relevant parts with a new dts file (see above how to generate it).
PS: This Armbian release has some strange issues related to DNS if you are using pi-hole! Any url can not be resolved a few seconds after reboot. Can partly be resolved by comment out the name server in "/etc/resolvconf/resolv.conf.d/head" and restart the system. And sometimes it was needed to start armbian-config and reset the interfaces and configure dhcp again (sometimes needed after each reboot).
Attachments:
*.modified: the modified working dts file
*.original: the dts file generated from meson-gxm-khadas-vim2.dtb (ethernet not working)
meson-gxm-T95Z-Plus.dts.modified meson-gxm-T95Z-Plus.dts.original
-
ccs1664 got a reaction from Ryanfab in how to install armbian to emmc
Hi, after the boot, there´s a script called install-aml.sh, maybe located in /boot or / system, run it to install in emmc!
Run it using the bash command: sh install-aml.sh.
Once copied to emmc, reboot the box soon and install all the packages that you need.
This file does a physical copy of whole system to emmc, it uses the "dd" command, precisely.
-