please choosego to mobile | Continue to access the PC version
View: 12018|Reply: 14

OpenElec installation instructions are missing

[Copy link]

15

threads

105

posts

387

credits

Intermediate member

Rank: 3Rank: 3

credits
387
Published in 2016-2-13 06:08:31 | Show all floors |Read mode
OpenElec is an interesting project.
I've doownloaded the latest build. The tar file includes the following:

[root@karma OpenELEC-H3.arm-7.0-devel-20160209212926-r22052-gf608afb]# ls -la
total 68
drwxr-xr-x 5 root  root     4096 Feb  9 11:33 .
drwxrwxr-x 8 serge ucp_user 4096 Feb 12 22:53 ..
drwxr-xr-x 3 root  root     4096 Feb  9 11:33 3rdparty
-rw-r--r-- 1 root  root      423 Feb  9 11:33 CHANGELOG
drwxr-xr-x 2 root  root     4096 Feb  9 11:33 licenses
-rw-r--r-- 1 root  root     4129 Feb  9 11:33 README.md
-rw-r--r-- 1 root  root       73 Feb  9 11:33 RELEASE
drwxr-xr-x 2 root  root     4096 Feb  9 11:33 target

There was no an .img file.
I can't figure out how to install it to the TF card. Where are the install instructions?

By the way, the .img.gz should be corrupt or other problem:
[root@karma Banana.PI]# tar xzvf OpenELEC-H3.arm-7.0-devel-20160209212926-r22052-gf608afb.img.gz
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Error exit delayed from previous errors

2

threads

144

posts

1066

credits

Gold member

Rank: 6Rank: 6

credits
1066
Published in 2016-2-13 06:37:40 | Show all floors
No, the .img.gz isn't a tar-archive and that's why there is an error when you're trying to extract it like a tar-archive. Gunzip it, then write it on the card.

15

threads

105

posts

387

credits

Intermediate member

Rank: 3Rank: 3

credits
387
 Author| Published in 2016-2-13 06:53:35 | Show all floors
I was able to decompress the img file:

[root@karma Banana.PI]# gunzip -d OpenELEC-H3.arm-7.0-devel-20160209212926-r22052-gf608afb.img.gz

[root@karma Banana.PI]# ls -alh OpenELEC-H3.arm-7.0-devel-20160209*
-rw-rw-r-- 1 user ucp_user 548M Feb 12 23:15 OpenELEC-H3.arm-7.0-devel-20160209212926-r22052-

gf608afb.img
-rw-rw-r-- 1 user ucp_user 113M Feb 12 22:52 OpenELEC-H3.arm-7.0-devel-20160209212926-r22052-

gf608afb.tar
-rw-rw-r-- 1 user ucp_user  40K Feb 12 22:36 OpenELEC-H3.arm-7.0-devel-20160209.scipts.bin.zip

And put it on the 2Gb TF card:
[root@karma Banana.PI]# dd if=OpenELEC-H3.arm-7.0-devel-20160209212926-r22052-gf608afb.img  of=
${card} bs=1M oflag=direct

[root@karma Banana.PI]# fdisk -lu ${card}
Disk /dev/sdc: 1967 MB, 1967128576 bytes
61 heads, 62 sectors/track, 1015 cylinders, total 3842048 sectors
Units = sectors of 1 * 512 = 512 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1   *        2048     1050624      524288+   c  W95 FAT32 (LBA)
/dev/sdc2         1052672     1118208       32768+  83  Linux


Nevertheless, the installation boots without the red LED lit on and keyboard/mouse do not run (USBs not initiated?).
Is it a problem due to the small TF card size or the image itself?


15

threads

105

posts

387

credits

Intermediate member

Rank: 3Rank: 3

credits
387
 Author| Published in 2016-2-13 07:07:24 | Show all floors
Then I changed the Boot.scr file. The system booted, but still without the red LED lit on, but this time with both keyboard/mouse enabled and I was able to pass the initial configuration.
Could the red LED be enabled ?
How could the remote control be used with it?

4

threads

1118

posts

9141

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
9141
Published in 2016-2-13 08:24:10 from mobile | Show all floors
there is no red led, because this project is using mainline u-boot. It is not important, except for indication maybe. Are you really missing this led? Read FAQ topic for remote.

15

threads

105

posts

387

credits

Intermediate member

Rank: 3Rank: 3

credits
387
 Author| Published in 2016-2-13 18:39:53 | Show all floors
I would like to see the LED, as it is important for troubleshooting. The 1st time I brought up the system I thought it was not booting as nothing indicated the working state.
I was able to open Kodi through Web interface and everything looks to be operational.
I shall try to explore its other features, but already the 1st look gives an excellent impression!

4

threads

1118

posts

9141

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
9141
Published in 2016-2-13 18:50:13 from mobile | Show all floors
I never missed that because I always use serial console, in which u-boot output can be seen.

2

threads

17

posts

96

credits

Registered member

Rank: 2

credits
96
Published in 2016-2-14 04:49:20 | Show all floors
could you describe step by step how to install OpenElec on OPi2.
What and how to install.

Aha: for beginer

15

threads

105

posts

387

credits

Intermediate member

Rank: 3Rank: 3

credits
387
 Author| Published in 2016-2-14 16:45:01 | Show all floors
Installation is two steps:

Uncompress the image:
gunzip -d OpenELEC-H3.arm-7.0-devel-20160209212926-r22052-gf608afb.img.gz

Put the image to your card:
dd if=OpenELEC-H3.arm-7.0-devel-20160209212926-r22052-gf608afb.img  of=
${card} bs=1M oflag=direct

Boot from your card and complete configuration. There is nothing more to do.

2

threads

17

posts

96

credits

Registered member

Rank: 2

credits
96
Published in 2016-2-15 15:41:36 | Show all floors
Thx. Instalation is done but i`m stuck on "welcom" screen.

Any USB is not working. How to use mouse or kb? Or i need tv remote for IR reciever ?
You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list