|
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?
|
|