Jump to content


starz

Member Since 16 Mar 2018
Offline Last Active 02 Jan 2019 00:41
-----

Posts I've Made

In Topic: Howto build unofficial pli for your unsupported receiver

17 October 2018 - 04:28

how to flash Mecool KIII pro, step by step.
thank you

No need to flash box.
-write sd.img file to your sdcard with imagewriter or librelec sdcard creator.put your sdcard to box and start it.

Librelec sdcard tool is here https://libreelec.tv...usb-sd-creator/

Or win32discimager is here
https://sourceforge....in32diskimager/

In Topic: Howto build unofficial pli for your unsupported receiver

25 September 2018 - 17:21

Where Is this new image from for amiko a5


You can find it here for test
https://www.mediafir...sdcard.zip/file

In Topic: Howto build unofficial pli for your unsupported receiver

28 August 2018 - 08:07

@muhamad @starz

The problem was "-sd" which I forgot to remove and it's ok now.

You don't need to remove the build or tmp folders just use my cleanup script and build again: https://github.com/P...leanup-build.sh


Ok thank a lot:)

In Topic: Howto build unofficial pli for your unsupported receiver

27 August 2018 - 21:38

 

 

 

....

 

thanks for reply,,ok i try delete folder tmp and update again

 

still same error

 

ok it's about latest changes on gith sources that made by dear Persian Prince.I think it will be fixed soon.

 

 

--first change this line in your local file "sdcard_image-amlogic.bbclass" to this;

SDIMG = "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}-sd.img"

--then in your local file "mecool.inc" to this;

IMAGE_FSTYPES ?= "ext4 amlogicsdimg"

............

    rm -f ${DEPLOY_DIR_IMAGE}/*-sd.img; \

I think without this, it crashes with boot.img

 

 

And dear Persian Prince for k1plus,can you check this in file "rtl8189es-aml_1.0.bb"..

workdir source gives LIC_FILES_CHKSUM error with this.

S = "${WORKDIR}/android_hardware_wifi_realtek_drivers_8189es-f971e4bcbfb5a6109fe2e65dab375f5c63712093/rtl8189ES/"

and works like this on me.

S = "${WORKDIR}/android_hardware_wifi_realtek_drivers_8189es-f971e4b/rtl8189ES/"

Thanks :)


In Topic: Howto build unofficial pli for your unsupported receiver

27 August 2018 - 15:30

hi persian prince

after update pli extras with ./update.sh still same error:

Disk /home/python/openpli-oe-core/build/tmp/deploy/images/k2pro/openpli-enigma2-pli-extras-k2pro.img: 604MB
| Sector size (logical/physical): 512B/512B
| Partition Table: msdos
| Disk Flags:
|
| Number Start End Size Type File system Flags
| 1 4194kB 113MB 109MB primary fat16 boot, lba
| 2 113MB 604MB 491MB primary ext4
|
| mkfs.vfat: file /home/python/openpli-oe-core/build/tmp/work/k2pro-oe-linux/openpli-enigma2-image/1.0-r0/boot.img already exists
| mkfs.fat 4.1 (2017-01-24)
| WARNING: /home/python/openpli-oe-core/build/tmp/work/k2pro-oe-linux/openpli-enigma2-image/1.0-r0/temp/run.do_image_amlogicsdimg.7098:1 exit 1 from 'mkfs.vfat -n "BOOT" -S 512 -C /home/python/openpli-oe-core/build/tmp/work/k2pro-oe-linux/openpli-enigma2-image/1.0-r0/boot.img $BOOT_BLOCKS'
| ERROR: Function failed: do_image_amlogicsdimg (log file is located at /home/python/openpli-oe-core/build/tmp/work/k2pro-oe-linux/openpli-enigma2-image/1.0-r0/temp/log.do_image_amlogicsdimg.7098)
ERROR: Task (/home/python/openpli-oe-core/meta-openpli/recipes-openpli/images/openpli-enigma2-image.bb:do_image_amlogicsdimg) failed with exit code '1'
NOTE: Tasks Summary: Attempted 5909 tasks of which 5675 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
/home/python/openpli-oe-core/meta-openpli/recipes-openpli/images/openpli-enigma2-image.bb:do_image_amlogicsdimg
Summary: There were 2 WARNING messages shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Makefile:125: recipe for target 'image' failed
make: *** [image] Error 1

how to fix this error,can you help me.

THANKS


Delete your tmp folder and try again please.