No it doesntWhat exactly you are looking for? the boot.img is in that original FW
[hr]
S802/S812-Libreelec images for 7/8/9
-
Demetris -
December 7, 2016 at 10:38 PM -
Thread is Resolved
-
-
Hi thanks for the update.
I do not understand why i cannot install any another version apart from LibreELEC-S802.MXIII-1G.arm-8.0.RC4.img (but this gives me permission denied when i try installtointernal)
every other image gives me :
*** Error in mount_storage: mount_common: could not mount /flash/SYSTEM ***
### starting debugging shell... type exit to quit ###
sh: can't access tty. job control turned offi tried the latest LibreELEC-S8X2.arm-8.0.1-MXIII-1G.img still no luck
-
Hi thanks for the update.I do not understand why i cannot install any another version apart from LibreELEC-S802.MXIII-1G.arm-8.0.RC4.img (but this gives me permission denied when i try installtointernal)
every other image gives me :
*** Error in mount_storage: mount_common: could not mount /flash/SYSTEM ***
### starting debugging shell... type exit to quit ###
sh: can't access tty. job control turned offi tried the latest LibreELEC-S8X2.arm-8.0.1-MXIII-1G.img still no luck
Your /SYSTEM partition is corrupted try a full wipe from recovery.
-
I don't know but new images are upSent from the Island of Venus
Thanks for the quick release and your dedication to this project
Tested it on my MXIII2GB, everything works fine except wifi and bluetooth, AP6330
So I have rolled back to your release from 29 Mar where the wifi works. -
Your /SYSTEM partition is corrupted try a full wipe from recovery.
didn't work for me. looks like il be using 8.0.RC4.img on the sd.
i was able to install this https://forum.libreelec.tv/thread-1506.html to the internal if that helps anyone. but on my box it crashed a few times, think i just have a crappy box
The 8.0.RC4.img works perfect from sd.
Thanks
-
didn't work for me. looks like il be using 8.0.RC4.img on the sd.
i was able to install this https://forum.libreelec.tv/thread-1506.html to the internal if that helps anyone. but on my box it crashed a few times, think i just have a crappy box
The 8.0.RC4.img works perfect from sd.
Thanks
I also have the same problem and error message with my MX3. RC4 works no problem but anything newer than that I get the same error message as what you posted.
Not sure what is different between RC4 and the builds after that would prevent LE from working off of SD card.
-
Demetris, guys,
I have a Minix X8 with a broken EMMC. as I've read, this happens a lot to those.
now, my only chance is to be able to run From the SD Card.
I have access to UART console and while trying LibreELEC-S802.S82.arm builds the kernel gets stuck after the last message:
[ 3.761576@2] amlogic-thermal aml_thermal: amlogic thermal probe done
[ 3.768109@2] ALSA device list:
[ 3.771258@2] #0: AML-M8AUDIO
[ 3.774519@2] Freeing unused kernel memory: 184K (c0909000 - c0937000)on TV is shows: Error in mount_flash: mount_common: Could not mount /dev/system
the board's spec is:
Brand MINIX
Model NEO X8-H
CPU Brands Amlogic
CPU Model Amlogic S802-H Cortex A9r4 Processor
CPU Cores Quad Core
GPU Octo Core Mali-450
Memory 2GB DDR3
Internal Storage 16GB eMMC
Wifi Connectivity 802.11n Dual Band Wi-Fi (2.4GHz/5.8GHz), Bluetooth 4.0
Bluetooth Bluetooth 4.0I'm sure it is similar to many other board out there but so far I wasn't able to boot any LibreELEC.
I'd be glad to help test if there's a build that could work.
I've managed to run Armbian on it, with desktop (no luck running kodi however) but there the build is different as I have the right u-boot env variables and kernel, ramdisk and dtb images.
any help is much appreciated.thanks in advance!
-
it seems actually that I get a kernel crash
m8_k200_v1#bootm
## ANDROID Format IMAGE
## Booting kernel from Legacy Image at 12000000 ...
Image Name: Linux-3.10.99
Image Type: ARM Linux Kernel Image (gzip compressed)
Data Size: 4905012 Bytes = 4.7 MiB
Load Address: 00208000
Entry Point: 00208000
Verifying Checksum ... OK
Ramdisk start addr = 0x124ae800, len = 0x2eb200
Flat device tree start addr = 0x1279a000, len = 0x4f62 magic=0xedfe0dd0
Uncompressing Kernel Image ... OK
uboot time: 11079683 us.
EFUSE machid is not set.
Using machid 0xf81 from environment
From device tree /memory/ node aml_reserved_end property, for relocate ramdisk and fdt, relocate_addr: 0x52f4001
Loading Ramdisk to 05008000, end 052f3200 ... OK
Loading Device Tree to 05000000, end 05007f61 ... OKStarting kernel ...
[ 0.686537@1] Unable to handle kernel NULL pointer dereference at virtual address 00000018
[ 0.689310@1] pgd = c0004000
[ 0.692207@1] [00000018] *pgd=00000000
[ 0.695900@1] Internal error: Oops: 5 [#1] PREEMPT SMP ARM
[ 0.701358@1] Modules linked in:
[ 0.704569@1] CPU: 1 PID: 136 Comm: kthread_hdmi Not tainted 3.10.99 #1
[ 0.711155@1] task: ef45e400 ti: ef478000 task.ti: ef478000
[ 0.716711@1] PC is at set_mode_and_show_logo+0x10/0xe0
[ 0.721904@1] LR is at set_mode_and_show_logo+0x10/0xe0
[ 0.727105@1] pc : [<c0436bc4>] lr : [<c0436bc4>] psr: 60000113 -
I will investigate thanks for the report
Sent from the Island of Venus
-
might be that the crash is due to missing 'logo' kernel cmdline param.
when I use:
setenv fb_addr 0x15100000
setenv outputmode 1080p
setenv condev "console=ttyS0,115200n8 console=tty0 no_console_suspend consoleblank=0"
setenv bootargs "boot=/dev/mmcblk0p1 disk=/dev/mmcblk0p2 ${condev} logo=osd1,loaded,${fb_addr},${outputmode},full"I end up only with:
Starting kernel ...[ 0.732711@0] aml_keys: version 0 can not be init c0980068
[ 0.732869@0] aml_keys: version 0 can not be init c0980068
[ 0.741188@0] [RN5T618] NO BATTERY_PARAMETERS FOUNDand the same "Error in mount_flash: mount_common: Could not mount /dev/system" on TV
[hr]
I will investigate thanks for the reportSent from the Island of Venus
thanks very much for looking into this.
it would help to know which uboot variables I should set and what kernel cmdline to use so it boots from SD instead of looking for the system partition on flash.
as I said, the EMMC flash is broken.thanks again
-
managed to run Lakka.tv easily with this:
setenv condev "console=ttyS0,115200n8 console=tty0 no_console_suspend consoleblank=0"
setenv bootargs "${condev} bootfromsd"
mmcinfo
fatload mmc 0 ${loadaddr} kernel
bootmhowever, only the Lakka-S802.M8.arm variant would boot, the S82 variant doesn't boot.
maybe this will help point you in the right direction.
thanks!
[hr]
managed to run your build for LibreELEC-S802.M8.arm-8.0.RC4
it seems I was missing the right uboot varsI started it with:
setenv condev "console=ttyS0,115200n8 console=tty0 no_console_suspend consoleblank=0"
setenv bootargs "${condev} bootfromsd"
mmcinfo
fatload mmc 0 ${loadaddr} kernel
bootmit expanded the 2nd partition, rebooted and it is now running fine.
thanks and keep up the good work! -
managed to run Lakka.tv easily with this:
setenv condev "console=ttyS0,115200n8 console=tty0 no_console_suspend consoleblank=0"
setenv bootargs "${condev} bootfromsd"
mmcinfo
fatload mmc 0 ${loadaddr} kernel
bootmhowever, only the Lakka-S802.M8.arm variant would boot, the S82 variant doesn't boot.
maybe this will help point you in the right direction.
thanks!
[hr]
managed to run your build for LibreELEC-S802.M8.arm-8.0.RC4
it seems I was missing the right uboot varsI started it with:
setenv condev "console=ttyS0,115200n8 console=tty0 no_console_suspend consoleblank=0"
setenv bootargs "${condev} bootfromsd"
mmcinfo
fatload mmc 0 ${loadaddr} kernel
bootmit expanded the 2nd partition, rebooted and it is now running fine.
thanks and keep up the good work!
ive got the same issues as you, with the same box too!im not that savvay enough to do what youve done, ill have to wait for a update/fix. thank you for your time and effort in finding the issue!
i was using the s82 builds, should i be using the m8 build??
-
ive got the same issues as you, with the same box too!im not that savvay enough to do what youve done, ill have to wait for a update/fix. thank you for your time and effort in finding the issue!
i was using the s82 builds, should i be using the m8 build??
you should definitely use the M8 builds. the box isn't compatible with other variants in terms of peripherals.
I'm using the build from here LibreELEC-S802.M8.arm-8.0.RC4: LibreELEC-S802.M8.arm-8.0.RC4.img.gz | by Demetris. for MXQ TV Boxwhat's the behaviour you have from your box? maybe I could assist with a step-by-step.
-
i created an SD card with this build before for my Android M8 box. I plugged the SD card is and started up box with the toothpick method but now all I get is "No signal detected"
Does anyone know how I can fix this?
Thanks
-
Good day All I am using a Minix X8H with image LibreELEC-S8X2.arm-8.0.1-M8.img.gz and a Harmony remote 890 universal. I have tried several remote cong but none are currently working.The PIVOS xios worked fine in previous builds and were functional. Does any one have a working remote.cong or any suggestions other than HDMI CEC function or perhaps post their remote.cong Thank you in advanced and and thank you Demetris.
-
RC4 works good and boots fine on my MXIII but for some strange reason none of the newer builds work.
Any ideas?
TIA!!
-
Hey guys and Demetris thanks for your builds. I want to upgrade a Matricom g-box (original 802 processor) that is running openelec currently to Libreelec 8. All i would have to do is drop LibreELEC-S8X2.arm-8.0.1-M8.tar in update folder or is there more to do?
Thanks! -
@Bluejay you may have to make a FILE called .nocompat and place it in your .Update folder along side the .Tar for the update.
Make sure it does NOT end up .nocompat.txtDemetris
Only just got around to installing the latest image you released, must say is working very well on my TRMK1 (M8C)
Including WiFi, Bluetooth and remote!!!
Thank you!!! You absolute legend!!!Sent from my SM-G930F using Tapatalk
-