[hr]
remote is ok When I boot from SD,however when I boot from Internal memory(emmc) My remote control does not work!!!
I have Grab remote.conf file from Android firmware (it's available in /system/etc) and copy it to Configuration folder: /storage/.config
but doesn't work, when I execuct /usr/lib/libreelec/remote-config by myself, error: have no /dev/amremote .
why?thank you for you answ
Posts by shangjian.xiexie
-
-
ODroid-C2 is Amlogic S905, not S905X. Also it is a very specific hardware platform, so it is ok to not boot on your generic amlogic device.
Other S905(X) devices are not yet fully included in the libreelec git. For the latest S905(X) kernel and libreelec source, see kzsaq's git:
GitHub - kszaq/LibreELEC.tv: 'Just enough OS' for Kodi
and the release threads here in the forum.
thank you !
when I compile GitHub - kszaq/LibreELEC.tv: 'Just enough OS' for Kodi some errors occurred,but compile GitHub - LibreELEC/LibreELEC.tv: Just enough OS for KODI success!
does they use different gcc?
error like that :
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc.a when searching for -lgcc
/usr/bin/ld: cannot find -lgcc
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc_s.so when searching for -lgcc_s
/usr/bin/ld: cannot find -lgcc_s
collect2: error: ld returned 1 exit status
Makefile:88: recipe for target 'fullbench32' failed
make[2]: *** [fullbench32] Error 1
make[2]: *** Waiting for unfinished jobs....
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc.a when searching for -lgcc
/usr/bin/ld: cannot find -lgcc
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc_s.so when searching for -lgcc_s -
I have a S905X amlogic,compile with source code : git clone GitHub - LibreELEC/LibreELEC.tv: Just enough OS for KODI,and PROJECT=Odroid_C2 ARCH=aarch64 make image -j8,I made a usb-sd creater:
{
boot.ini
KERNEL
KERNEL.md5
meson64_odroidc2.dtb
SYSTEM
SYSTEM.md5
}
finally
can't boot!!!!!!!!!!!!!!!!!!
can't boot!!!!!!!!!!!!!!!!!!
can't boot!!!!!!!!!!!!!!!!!!
can't boot!!!!!!!!!!!!!!!!!!
why ?why ? -
here is a recipe I use (perhaps not perfect)
Codegit clone https://github.com/kszaq/LibreELEC.tv.git cd LibreELEC.tv git checkout -b 7.0.2.009 7.0.2.009 PROJECT=S905 ARCH=aarch64 make -j13 image PROJECT=S905 ARCH=aarch64 make -j13 amlpkg optional (I do not use these): PROJECT=S905 ARCH=aarch64 ./scripts/create_addon pvr.hts PROJECT=S905 ARCH=aarch64 ./scripts/create_addon tvheadend
Thank you for you advice;
did you try to compile kodi as a executable file that can run on s905 with Embedded-linux system .
not run on Linux-desktop ,not an apk on android . -
1. Source code = LE buildroot, kernel code - self-explanatory.
2. Compile - LibreELEC
3. LE buildroot automatically downloads all packages, including kernel.thank you for your answer !!! I have a Embedded-linux run on my s905-amlogic now.
how can I compile to a executable file that can run on my Embedded-Linux for arm easily: ./libreelec
not an apk ,not img.
Looking forward to your advice
it's cool than an img file. -
-
how can i compile source code ? have no introduction
-
You're right - this is not needed any more. Additionally you will see a message with device tree name on update screen.Hi,I'm jason from china. now i have some question want to ask you ,Looking forward to your answer:
1. what's the relation about source code and kernel code ,as i know ,kernel code provide by amlogic,so how i can Transplant source code to kernel code .
2. How can i compile source code
3. you LibreELEC-S905.aarch64-7.0.2.009.img.gz is compile from source code and kernel code ?or just source code .