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!