Page 18 of 22

Re: OpenELEC Beta 4.95.2 and more

PostPosted: Sat Feb 21, 2015 12:07 am
by MikeDotBe
ok .. then ... could you explain me how to get the serial console.
?

Re: OpenELEC Beta 4.95.2 and more

PostPosted: Sat Feb 21, 2015 12:11 am
by vpeter
MikeDotBe Wrote:could you explain me how to get the serial console
You need an adapter which you obviously don't have. I assume that if you would have one then you would know how to use it. It is something like this but probably on USB. Then you open Putty program and open serial port and you see lot of messages when system boots.

Re: OpenELEC Beta 4.95.2 and more

PostPosted: Sat Feb 21, 2015 12:14 am
by MikeDotBe
indeed i don"t...

Re: OpenELEC Beta 4.95.2 and more

PostPosted: Sat Feb 21, 2015 12:30 am
by MikeDotBe
are you planning to get a Matrix with Firmware 2.3?

Re: OpenELEC Beta 4.95.2 and more

PostPosted: Sat Feb 21, 2015 1:09 am
by vpeter
MikeDotBe Wrote:are you planning to get a Matrix with Firmware 2.3?
You probably mean revision v2.3? The answer for this is no. I got both my devices for free from a good friend named diabloss to get openelec running on it.

And I also think it should already work for v2.3 revision because mfgtool starts and already writes u-boot bootloader on it. But then something goes wrong.

Re: OpenELEC Beta 4.95.2 and more

PostPosted: Sat Feb 21, 2015 2:47 am
by vpeter
MikeDotBe, check that file Profiles\MX6Q Linux Update\OS Firmware\partitition-emmc.sh exists.

Re: OpenELEC Beta 4.95.2 and more

PostPosted: Sat Feb 21, 2015 7:21 pm
by Dinos52
Here the answer from TBS support about HW revisions

On 03.2.2015 г. 12:43, administrator wrote:
> Subject: What HW revision?
> Product Model: Matrix (TBS2910)
> Support Type: Technical
> Hi,
> I just purchased a Matrix-TV Board and now I'm wondering witch HW revision this board has.
> S/N T2910S140800108. On the board I see a print TBS 2910V23. In forums, they mention HW revisions 1.2, 1.3 and 2.1. Do I have 2.3 or what?

hi,
yes, you have V2.3, but from user perspective that should be considered the same as 2.1 or 2.x

best regards,
constantine

Re: OpenELEC Beta 4.95.2 and more

PostPosted: Sat Feb 21, 2015 8:16 pm
by vpeter
If v2.3 is similar to v2.1 then MikeDotBe has problem only transferring data with MfgTool2 from Windows machine to matrix. But I don't know what is the problem. Published image is fine used by others already. Could be Windows version, admin rights, bad cables, ....

Re: OpenELEC Beta 4.95.2 and more

PostPosted: Mon Feb 23, 2015 5:43 pm
by MikeDotBe
Yes i do have that file in both 4.95.3, 4.97.1 and 5.0.0
None of thoose version does install on the matrix.

As sais previously also tryed to do it with "run as admin", but got an error message sayin gthat mfgtools.exe can't be found (exe file is in the same directory as the reinstall.bat file).

here is the partition emmc file content
Code: Select All Code
#!/bin/sh

# SYSTEM partition size in MB
SYSTEM_ROM_SIZE=250

# set device
node=$1

# destroy the partition table
echo --------------------------------------
dd if=/dev/zero of=${node} bs=1024 count=1

# call sfdisk to create partition table
echo --------------------------------------
sfdisk --force -uM ${node} << EOF
,${SYSTEM_ROM_SIZE},0x0c
;
EOF

echo --------------------------------------
sfdisk -uM --list ${node}
echo --------------------------------------
#sfdisk -d ${node}
#echo --------------------------------------


exit 0

#############################################
# original script

# partition size in MB
BOOT_ROM_SIZE=10


# call sfdisk to create partition table
# destroy the partition table
node=$1
dd if=/dev/zero of=${node} bs=1024 count=1

sfdisk --force -uM ${node} << EOF
${BOOT_ROM_SIZE},,83
EOF


Re: OpenELEC Beta 4.95.2 and more

PostPosted: Mon Feb 23, 2015 5:55 pm
by vpeter
One last thing you can try. Open file cfg.ini and put this content in. Then right click on MfgTool2.exe and run as administrator.
If it doesn't work I'm out of ideas.