codesnake / OpenELEC.tv

Port of the OpenELEC for Amlogic-based TV boxes
http://openelec.tv
62 stars 70 forks source link

Run on MXQ #41

Open cquijano opened 9 years ago

cquijano commented 9 years ago

I have a MXQ Box and i have compiled last version:

ARCH=arm PROJECT=Amlogic DEVICE=MXQ make release

How can I run the image result ? Can I run from sdcard? is necessary flash the image in internal memory ?

Thank you.

codesnake commented 9 years ago

You can't run it from sdcard. It is necessary to flash the image into NAND memory. Note also, OE for MXQ is still in development and not yet complete.

cquijano commented 9 years ago

Thank you. I have found a way to flash MXQ easily.

  1. Format SD CARD ( fat ).
  2. Copy your release zip file into the sdcard ( in my case OpenELEC.tv/target/OpenELEC-Amlogic.MXQ.arm-5.0.0-update.zip ).
  3. Turn On MXQ while push factory button in av connector, without the SDCARD, this will take you to the factory recovery menu.
  4. Insert the SDCARD.
  5. In factory recover select option flash from EXT, select SDCARD, and select the zip file.

And that is! I have a working MXQ

[    0.000000@0] Booting Linux on physical CPU 0x200
[    0.000000@0] Initializing cgroup subsys cpu
[    0.000000@0] Initializing cgroup subsys cpuacct
[    0.000000@0] Linux version 3.10.61 (carlos@Sirio) (gcc version 4.9.2 (GCC) ) #1 SMP PREEMPT Fri Jan 30 13:40:45 CET 2015
[    0.000000@0] CPU: ARMv7 Processor [410fc051] revision 1 (ARMv7), cr=10c5387d
[    0.000000@0] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000@0] Machine: Amlogic Meson8B, model: AMLOGIC
....

OpenELEC:~ # cat /proc/cpuinfo 
Processor       : ARMv7 Processor rev 1 (v7l)
processor       : 0
BogoMIPS        : 3.75

processor       : 1
BogoMIPS        : 3.75

processor       : 2
BogoMIPS        : 3.75

processor       : 3
BogoMIPS        : 3.75

Features        : swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x0
CPU part        : 0xc05
CPU revision    : 1

Hardware        : Amlogic Meson8B
Revision        : 000a
Serial          : 1b00000000000000
mac1202 commented 9 years ago

what is your opinion on using this rom on mxq did it work well out of the box ?

cquijano commented 9 years ago

Totally out of the box ( flashing and running ) and openelec works fine on it, Kody sees very fluid and works great with HD videos.

I did not try bluetooth, because my MXQ does not have it, buy Wifi works fine with my patch. Also I only tried with HDMI ( I do not know if it works with RCA conecctions ), but it works great with HDMI ( audio and video ).

freekweijers commented 9 years ago

Does anyone know if H265 videos play well on this box with openelec?

freekweijers commented 9 years ago

And does HDMI CEC works with this device or openelec build?

mac1202 commented 9 years ago

You're talking about a patch for working wifi it is merged in codesnake source or do I need to apply it by myself ?

cquijano commented 9 years ago

@techetga , I can confirm that, CEC works.

cquijano commented 9 years ago

@mac1202 i was taking about this: https://github.com/codesnake/OpenELEC.tv/pull/59 But I dont if wifi is working in @codesnake with MXQ repo now.