Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
[ROM] OpenELEC for Amlogic-based TV boxes (M8, MXQ, TV110, MX2/G18)
Collapse
This is a sticky topic.
X
X
-
Originally posted by codesnake View PostUnfortunately it seems it has non-working SD-card slot, so I cannot boot it from SD-card.
You need to create a bootable SD card using the bootloader.img file from your factory ROM (open up the zip package to get it) using the bootcardmaker tool here https://www.dropbox.com/s/m486f45yk5...maker.zip?dl=0
Run the tool as administrator and select your bootloader.img file (you'll need to rename it to bootloader.bin for it to get recognized by the tool).
The tool will write the bootloader to the start of the SD card making it bootable. Your box will try to boot using the SD first of all when you press the reset button and power it on.
Put whatever recovery files you need on the card. For example, you can put the files from your factory ROM on there (aml script, recovery.img and update zip package) and it should start to flash it or you can select the update zip package from recovery menu. If you use an aml script, just check it says /sdcard rather than /udisk for the path of the update package.
Good luck!
Comment
-
Originally posted by robbertvanb View PostI suppose you already tried this (that worked for me when I thought my MXQ was bricked)?:
You need to create a bootable SD card using the bootloader.img file from your factory ROM (open up the zip package to get it) using the bootcardmaker tool here https://www.dropbox.com/s/m486f45yk5...maker.zip?dl=0
Run the tool as administrator and select your bootloader.img file (you'll need to rename it to bootloader.bin for it to get recognized by the tool).
The tool will write the bootloader to the start of the SD card making it bootable. Your box will try to boot using the SD first of all when you press the reset button and power it on.
Put whatever recovery files you need on the card. For example, you can put the files from your factory ROM on there (aml script, recovery.img and update zip package) and it should start to flash it or you can select the update zip package from recovery menu. If you use an aml script, just check it says /sdcard rather than /udisk for the path of the update package.
Good luck!
Comment
-
Originally posted by codesnake View PostYes, there are news. I bricked my MXQ boxBugs are Sons of Glitches!
If you like my work and it's helped you, you can always shout me a beer or two Click - Here
Links : Visit JustMe ROMs - EM8 Square Roms - EM8 OpenELEC Rom - ADB GUI
JustMe
Comment
-
Originally posted by bignelly79 View PostAnything I csn do to help finish off the MXQ version?Bugs are Sons of Glitches!
If you like my work and it's helped you, you can always shout me a beer or two Click - Here
Links : Visit JustMe ROMs - EM8 Square Roms - EM8 OpenELEC Rom - ADB GUI
JustMe
Comment
-
Originally posted by codesnake View PostPlease open an issue at https://github.com/codesnake/OpenELEC.tv/issues and specify at least one example stream that suffers from the above problem.
In the patch 0009-aml-Change-the-sample-rates-that-are-supported-by-AL.patch, 32000 is missing from the sample rates that are changed, i.e. it needs "case 32000:" appended after "case 22050:"
Code:+#ifdef HAS_LIBAMCODEC+ // Change the sample rates that are supported by ALSA but unsupported by HDMI to the closest supported value + switch (sampleRate) + { + case 5512: + case 8000: + case 11025: + case 16000: + case 22050: + sampleRate = 44100; + break; + case 64000: + sampleRate = 88200; + break; + case 384000: + sampleRate = 192000; + break; + } +#endif +
Comment
What's Going On
Collapse
There are currently 2379 users online. 1 members and 2378 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment