Iām glad someone else got onto this before mine arrived. Thanks for doing the work to get partial support working.
Iām using the Amlogic-ne builds, currently the 20.1 nightly from 2023-01-29.
One question I had was, which is the closest device tree to use? I picked sc2_s905x4_ugoos_x4 because it sounded like the closest, but I wasnāt sureā¦
CoreELEC 20.0-Nexus amlogic ng:
Gigabit LAN port - working
WiFi - working
Bluetooth - working
Spdif digital port - working DD and DTS
CoreELEC 20.0-Nexus amlogic ne:
Gigabit LAN port - not working
WiFi - working
Bluetooth - working
Spdif digital port - not tested yet
The dtb used on both releases: sc2_s905x4_ugoos_x4.
So far on NG, the only problem i found was after shutdown the led remains white lit.
Iām going to do more tests, iāll give feedback of the results.
Iāve been using the ne nightly releases for a little while - the box mostly works fine with wifi and bluetooth. The CEC parts donāt seem to work quite right though.
Originally, the TV remote worked to control Kodi, but the TV would also put the box into suspend or shutdown whenever I turned the TV off⦠but not turn it back on again.
I tweaked the CEC settings in Kodi, to stop it suspending ā but it still continues to suspend when the TV goes off. However the TV remote no longer controls Kodi.
Iāve followed the forum for years, but this is the first time Iām writing here.
I just got an Ugoos X4Q and I thought I could share my findings. I installed CoreELEC 20.1-Nexus amlogic-ne and used sc2_s905x4_4g_1gbit as dtb. Everything is working as expected (ethernet, wifi, bluetooth, cec, ā¦). The only issue I found was the led, which wouldnāt turn off when I powered off the box, but luckily I found the fix after checking the android dtb.img.
mount -o remount,rw /flash
fdtput -t x /flash/dtb.img /gpioleds/sys_led gpios 17 1c 0
sync
mount -o remount,ro /flash
The middle number in gpio was 28 and I changed it for 1c. Now the led settings in CoreElec hardware menu work, and when I power off the box the led also goes off. I also tested sc2_s905x4_ugoos_x4 dtb, but the led was white (instead of green) and I couldnāt find the green led settings in dtb (only red and blue).
Last thing, the IR remote was not working out of the box, but I paired it (as bluetooth) pressing the volume buttons together and then it started working. Since the menu button was not doing anything, I mapped it creating the file /etc/udev/hwdb.d/UR01_BLE.hwdb with this content:
# Ugoos UR01-BLE Consumer Control
evdev:input:b0005v005Dp0001*
KEYBOARD_KEY_c0040=c # Contextual menu
Today I set up a TV box Ugoos X4Q Pro.
LAN does not work on version 20.1ng.
On version 20.1ne LAN - ok, but image defects, as described above.
I tested with dtb: sc2_s905x4_ugoos_x4 and sc2_s905x4_4g_1gbit.
How to solve this problem ?
sorry to bring up an old topic, please redirect if this isnāt the right place.
also, please forgive this noob question: how are you all getting this to boot? I have an X4Q Plus.
I ddād the coreelec image to a microsd card, copied the dtb to root (tried both logical images, in turn). then, attempted to boot using the instructions in the wiki (hold in reset pin while inserting the power cable). But⦠it gets caught in a boot loop, apparently.
what am i missing? thanks
edit: just tried the nightly and it boots fine. now iām stuck at the āmissing partition āsuperā on emmcā. since iām just testing this out before nuking the android install, iām not sure if I can get past this step to test it. iām open to suggestions, though. thank you!