pretoriano80

Results 54 comments of pretoriano80

@jasonacox i got this [Mini Smart Switch](https://a.aliexpress.com/_mOLnb2q) and it's a 3,4 device and it's also cheap. With mine,on **tinytuya scan** i get this: `Access rejected by 192.168.188.50: Unexpected Payload from...

It still fails ,with and without adding ncurses dependency to target. ``` FAILED: pcre2test : && /home/ubuntu/LibreELEC.tv/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/bin/host-gcc -march=native -O2 -Wall -pipe -I/home/ubuntu/LibreELEC.tv/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/include -Wno-format-security -DDUMMYOPT -Wl,-rpath,/home/ubuntu/LibreELEC.tv/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/lib -L/home/ubuntu/LibreELEC.tv/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/lib -rdynamic CMakeFiles/pcre2test.dir/src/pcre2test.c.o -o pcre2test...

Hmmm,the error presented after distclean build,so no leftover.I will try a git reset HARD on master,followed by a distclean & build.

@heitbaum tested the updated PR too,all good here. :+1:

I wonder if these are somehow related ,i mean if using embedded heimdal could also fix the browse issue .

When building for RPi4 i get these QA reports : ``` path does not exist: /home/ubuntu/LibreELEC.tv/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/libdrm-2.4.112/usr/bin/amdgpu_stress path does not exist: /home/ubuntu/LibreELEC.tv/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/libdrm-2.4.112/usr/bin/kms-steal-crtc path does not exist: /home/ubuntu/LibreELEC.tv/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/libdrm-2.4.112/usr/bin/kms-universal-planes ```

Ok,i will merge it on my LE10 branch and test it.I can test both on x86/64 and aarch64.

Here are my tests resuls so far: **Build system:** Ubuntu 20.04 AARCH64 **Build test:** PROJECT=Generic ARCH=x86_64 --> build **OK** PROJECT=RPi DEVICE=RPi4 ARCH=arm --> build **OK** **Results:** https://github.com/LibreELEC/LibreELEC.tv/pull/5276 addressed the issue...

I 've found another issue,this time the Generic x86/64 build is failing due to **digital_devices** cross-compile error. Build system - **Ubuntu 20.04 aarch64** LibreELEC - **LE10** Project - **Generic x86/64**...

@heitbaum any idea how to proceed with these issues.Or there's no point to merge this stuff into the "old" LE10 branch ? And any idea on the digital_devices error,it seems...