New test images:
alien5: http://www.mediafire...sdcard.zip/file
k1plus: http://www.mediafire...sdcard.zip/file
k1pro: http://www.mediafire...sdcard.zip/file
Thanks Persian what about K3 pro
Posted 1 July 2018 - 13:49
New test images:
alien5: http://www.mediafire...sdcard.zip/file
k1plus: http://www.mediafire...sdcard.zip/file
k1pro: http://www.mediafire...sdcard.zip/file
Thanks Persian what about K3 pro
Posted 1 July 2018 - 14:26
What's the problem ? I can give you a working config I've already compiled with, note that you need to turn off alot of features to get it to compile since the amlogic team didn't get the dependencies right.
I need a working bitbake recipe like https://github.com/P...cool_3.14.29.bb so I can compile it in OE.
Please provide us any information that you think could help us
Well, I can't really test on bitbake beacuse it fails to build every time with this error, If you can fix it that would be great
0+0 records in
0+0 records out
0 bytes copied, 0.000247889 s, 0.0 kB/s
Model: (file)
Disk /home/oealliancebuilder/openpli-oe-core/build/tmp/deploy/images/k2pro/openpli-enigma2-homebuild-k2pro-sd.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
mkfs.vfat: file /home/oealliancebuilder/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/oealliancebuilder/openpli-oe-core/build/tmp/work/k2pro-oe-linux/openpli-enigma2-image/1.0-r0/temp/run.do_image_alien5sdimg.29393:1 exit 1 from 'mkfs.vfat -n "BOOT" -S 512 -C /home/oealliancebuilder/openpli-oe-core/build/tmp/work/k2pro-oe-linux/openpli-enigma2-image/1.0-r0/boot.img $BOOT_BLOCKS'
ERROR: Function failed: do_image_alien5sdimg (log file is located at /home/oealliancebuilder/openpli-oe-core/build/tmp/work/k2pro-oe-linux/openpli-enigma2-image/1.0-r0/temp/log.do_image_alien5sdimg.29393)
anyway I can tell you the steps to compile and maybe you can make a recipe?
looking at the recipe you linked I can see that It's somehow patching the tree for the dvb support which is not needed for the coreelec tree since the dvb drivers are already in the tree so the avl.patch is not needed for the coreelec tree
also looking at the do_compile_prepend function I don't really understand why the recipe is copying the object files and run make for each module seprately, but these might be not needed also.
anyway the recipe should do these steps only
clone the coreelec repo https://github.com/C...C/linux-amlogic (use the amlogic-3.14-nougat branch)
copy the defconfig to the kernel folder and run make to build the kernel
also the kernel should be compiled with this toolchain as I said earlier
https://releases.lin...09_linux.tar.xz
If you can fix the error I reported above I might be able to test .
appreciate your work and patience
Thanks
Posted 1 July 2018 - 14:27
I've built it for k2pro, It's probably not going to work on k1pro, If you have k2pro I I can upload it for you to test
Don't worry. Share the image and kernel config
https://drive.google...2Uiap-dFppm55XU
you might need to flash the aml_autoscript.zip from the android update app to be able to boot since I changed the uboot script
Posted 1 July 2018 - 14:51
@Persian Prince:
I have just found that probably there is a typo in the machine conf files for K1Pro, K2Pro, K1Plus and K3Pro, on two places it is typed as "avl6882" which should be "avl6862" instead:
KERNEL_MODULE_AUTOLOAD += "\ se2io_se \ ampanel \ a5stb \ mali \ rfcomm \ hidp \ bluetooth \ 6lowpan-iphc \ libcrc32c \ mceusb \ rc-core \ cfg80211 \ 8189es \ avl6882 \ " MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "\ firmware-avl6882 \ kernel-module-avl6862 \ "
Posted 1 July 2018 - 18:28
Another problem when building the feeds
| DEBUG: Executing shell function do_install
| install: cannot stat '/home/oealliancebuilder/openpli-oe-core/build/tmp/work/aarch64-oe-linux/enigma2-plugin-softcams-cccam/2.3.2-r0/CCcam.aarch64': No such file or directory
| WARNING: /home/oealliancebuilder/openpli-oe-core/build/tmp/work/aarch64-oe-linux/enigma2-plugin-softcams-cccam/2.3.2-r0/temp/run.do_install.12796:1 exit 1 from 'install -m 0755 /home/oealliancebuilder/openpli-oe-core/build/tmp/work/aarch64-oe-linux/enigma2-plugin-softcams-cccam/2.3.2-r0/CCcam.aarch64 /home/oealliancebuilder/openpli-oe-core/build/tmp/work/aarch64-oe-linux/enigma2-plugin-softcams-cccam/2.3.2-r0/image/usr/bin/CCcam'
| ERROR: Function failed: do_install (log file is located at /home/oealliancebuilder/openpli-oe-core/build/tmp/work/aarch64-oe-linux/enigma2-plugin-softcams-cccam/2.3.2-r0/temp/log.do_install.12796)
ERROR: Task (/home/oealliancebuilder/openpli-oe-core/meta-openpli/recipes-openpli/enigma2-softcams/enigma2-plugin-softcams-cccam_2.3.2.bb:do_install) failed with exit code '1'
NOTE: Tasks Summary: Attempted 5397 tasks of which 5392 didn't need to be rerun and 1 failed.
Summary: 1 task failed:
/home/oealliancebuilder/openpli-oe-core/meta-openpli/recipes-openpli/enigma2-softcams/enigma2-plugin-softcams-cccam_2.3.2.bb:do_install
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Makefile:129: recipe for target 'feed' failed
make: *** [feed] Error 1
This is because the cccam binaries provided by openpli at http://downloads.ope...CCcam-2.3.2.zip doesn't contain a binary for aarch64.
Can I tell bitbake to ignore cccam and not build it since I don't want it for now
Posted 1 July 2018 - 21:25
@Persian Prince:
I have just found that probably there is a typo in the machine conf files for K1Pro, K2Pro, K1Plus and K3Pro, on two places it is typed as "avl6882" which should be "avl6862" instead:KERNEL_MODULE_AUTOLOAD += "\ se2io_se \ ampanel \ a5stb \ mali \ rfcomm \ hidp \ bluetooth \ 6lowpan-iphc \ libcrc32c \ mceusb \ rc-core \ cfg80211 \ 8189es \ avl6882 \ " MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "\ firmware-avl6882 \ kernel-module-avl6862 \ "
Posted 1 July 2018 - 22:33
New test images:
alien5: http://www.mediafire...sdcard.zip/file
k1plus: http://www.mediafire...sdcard.zip/file
k1pro: http://www.mediafire...sdcard.zip/file
Thank for your big effort Persian Prince.I've tested k1plus test image and remote still not working.
I also tried 3 different remote.conf files they didn't work,too
In my zip attached
'remote-android.conf' is from working android part of my box.
'remote-vitmod-le.conf is again from working image of vitmod-le.
'remote-pliextras' is from your gith source.
I don't know what is the problem,why remote doesn't work
Posted 2 July 2018 - 07:56
New test images:
alien5: http://www.mediafire...sdcard.zip/file
k1plus: http://www.mediafire...sdcard.zip/file
k1pro: http://www.mediafire...sdcard.zip/file
Thanks Persian what about K3 pro
It's not ready yet. (Obviously)
@Persian Prince:
I have just found that probably there is a typo in the machine conf files for K1Pro, K2Pro, K1Plus and K3Pro, on two places it is typed as "avl6882" which should be "avl6862" instead:
KERNEL_MODULE_AUTOLOAD += "\ se2io_se \ ampanel \ a5stb \ mali \ rfcomm \ hidp \ bluetooth \ 6lowpan-iphc \ libcrc32c \ mceusb \ rc-core \ cfg80211 \ 8189es \ avl6882 \ " MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "\ firmware-avl6882 \ kernel-module-avl6862 \ "
Thanks a lot for the report, fixed: https://github.com/P...de3eeaa37e8df2a
avl6882 needs a firmware but what about avl6862?
nieuws about azbox hd ????????
Should be any? Is there a problem?
Another problem when building the feeds
| DEBUG: Executing shell function do_install
| install: cannot stat '/home/oealliancebuilder/openpli-oe-core/build/tmp/work/aarch64-oe-linux/enigma2-plugin-softcams-cccam/2.3.2-r0/CCcam.aarch64': No such file or directory
| WARNING: /home/oealliancebuilder/openpli-oe-core/build/tmp/work/aarch64-oe-linux/enigma2-plugin-softcams-cccam/2.3.2-r0/temp/run.do_install.12796:1 exit 1 from 'install -m 0755 /home/oealliancebuilder/openpli-oe-core/build/tmp/work/aarch64-oe-linux/enigma2-plugin-softcams-cccam/2.3.2-r0/CCcam.aarch64 /home/oealliancebuilder/openpli-oe-core/build/tmp/work/aarch64-oe-linux/enigma2-plugin-softcams-cccam/2.3.2-r0/image/usr/bin/CCcam'
| ERROR: Function failed: do_install (log file is located at /home/oealliancebuilder/openpli-oe-core/build/tmp/work/aarch64-oe-linux/enigma2-plugin-softcams-cccam/2.3.2-r0/temp/log.do_install.12796)
ERROR: Task (/home/oealliancebuilder/openpli-oe-core/meta-openpli/recipes-openpli/enigma2-softcams/enigma2-plugin-softcams-cccam_2.3.2.bb:do_install) failed with exit code '1'
NOTE: Tasks Summary: Attempted 5397 tasks of which 5392 didn't need to be rerun and 1 failed.
Summary: 1 task failed:
/home/oealliancebuilder/openpli-oe-core/meta-openpli/recipes-openpli/enigma2-softcams/enigma2-plugin-softcams-cccam_2.3.2.bb:do_install
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Makefile:129: recipe for target 'feed' failed
make: *** [feed] Error 1
This is because the cccam binaries provided by openpli at http://downloads.ope...CCcam-2.3.2.zip doesn't contain a binary for aarch64.
Can I tell bitbake to ignore cccam and not build it since I don't want it for now
I don't test the feeds, I just test the image build that's all
Open Vision sources: https://github.com/OpenVisionE2
Posted 2 July 2018 - 07:57
New test images:
alien5: http://www.mediafire...sdcard.zip/file
k1plus: http://www.mediafire...sdcard.zip/file
k1pro: http://www.mediafire...sdcard.zip/file
Thank for your big effort Persian Prince.I've tested k1plus test image and remote still not working.
I also tried 3 different remote.conf files they didn't work,too
In my zip attached
'remote-android.conf' is from working android part of my box.
'remote-vitmod-le.conf is again from working image of vitmod-le.
'remote-pliextras' is from your gith source.
I don't know what is the problem,why remote doesn't work
Maybe we need a kernel module for it ...
Open Vision sources: https://github.com/OpenVisionE2
Posted 2 July 2018 - 14:22
New test image for "k1pro" with my new changes regarding avl6862 tuner: http://www.mediafire...sdcard.zip/file
Test and report please
Open Vision sources: https://github.com/OpenVisionE2
Posted 2 July 2018 - 14:35
New test image for "k1pro" with my new changes regarding avl6862 tuner: http://www.mediafire...sdcard.zip/file
Test and report please
No tuner found.
Bootlog: http://www.heypasteit.com/clip/0IJQ06
Posted 3 July 2018 - 01:25
in k1 pro
############################################## # CoreELEC # # https://coreelec.org # ############################################## CoreELEC (official): 8.90.4 (S905.arm) CoreELEC:~ # lsmod Module Size Used by hci_uart 30134 1 nfsv3 23413 1 nfs 169368 2 nfsv3 lockd 67751 2 nfs,nfsv3 sunrpc 207138 6 nfs,lockd,nfsv3 r848a 34365 1 avl6862 253453 1 dhd 752447 0 8021q 19007 0 btsdio 4394 0 bluetooth 339002 4 btsdio,hci_uart cfg80211 374858 1 dhd 6lowpan_iphc 10183 1 bluetooth mali 192433 5 ir_rc6_decoder 4037 0 aml_fe 5226 0 ir_nec_decoder 2733 0 aml 94299 12 aml_fe dvb_core 113135 2 aml,aml_fe videobuf2_vmalloc 5553 1 dvb_core videobuf2_memops 1780 1 videobuf2_vmalloc frame_vector 2742 2 videobuf2_vmalloc,videobuf2_memops videobuf2_common 36014 1 dvb_core wifi_dummy 806 0 meson_ir 3997 0 rc_core 33912 4 meson_ir,ir_nec_decoder,ir_rc6_decoder amlvideodri 12666 1 videobuf_res 5378 1 amlvideodri videobuf_core 16643 2 amlvideodri,videobuf_res videodev 161922 3 amlvideodri,videobuf2_common media 25277 2 videodev,dvb_core dwc_otg 233249 0 fbcon 38031 0 bitblit 4468 1 fbcon softcursor 1168 1 bitblit font 7327 1 fbcon
Posted 3 July 2018 - 03:38
New test images:
alien5: http://www.mediafire...sdcard.zip/file
k1plus: http://www.mediafire...sdcard.zip/file
k1pro: http://www.mediafire...sdcard.zip/file
k2pro: http://www.mediafire...sdcard.zip/file
no new test image for wetekplay2?
Posted 3 July 2018 - 05:56
I own a genuine DM800se v2 with the new twin DVB-C/T2 SiLabs tuner. Could somebody be willing to compile a complete image with OScam? I have no Desktop PC and no Linux skills. A downloadable .nfi file would be greatly appreciated.
Ask in this thread: https://forums.openp...all-dreamboxes/
Maybe "zeros" could help you.
I spend my time on not-ready boxes
New test images:
alien5: http://www.mediafire...sdcard.zip/file
k1plus: http://www.mediafire...sdcard.zip/file
k1pro: http://www.mediafire...sdcard.zip/file
no new test image for wetekplay2?
We didn't change anything for wetekplay2 so you could compile a new image yourself
Test images are for the time we do change the sources.
Open Vision sources: https://github.com/OpenVisionE2
Posted 3 July 2018 - 06:47
Hi Everyone, the link below for Dm7020Hdv2 image on page 1 is no longer working. Could update the link please? Thanks
dm7020hdv2 : http://www.mediafire...020hdv2.nfi.zip
Posted 3 July 2018 - 09:12
Images for K1pro and K2pro should be the same because hardware is identical, K2pro only has more memory.
Like Azbox Elite, Premium and Premium+
Will test latest K1pro on a K2pro tonight
Dreambox Two, GT-Media V8XS, GT-Media M7x, GT-Media v9 prime, Gt-Media Finder Meter 2, , TBS 6903-x v2, Octagon SF8008 single, Edision OS Mini 4k, Zgemma h9s SE, GT-Media V8UHD, Raspberry Pi 4, T95 Max + (CoreElec/Tvheadend), Freesky Triplo X, Zgemma h9 twin, Zgemma h9s, Amiko SHD 8900, Gt-Media GTC, Octagon SX88+, Octagon SX88, Vu Zero, Vu+ Zero 4K, Mecool K1/K2/K3, Azamerica s2010, Azamerica s810B, Nazabox Xgame, Koqit K1 mini, TBS 5520se, TBS 5925, TBS 6922se, Openbox X5, Openbox S9, AZBOX TITAN twin, AZBOX Premium+, AZBOX Elite , Rasp Pi, Rasp Pi 2/3, Orange Pi PC, Coolsat 5000, Dm528s, DM800se, Satlink 6933, Satlink 6960, Satlink 6932, GT-Media V8, Gt-Media V8 Meter, PixelView PlayTV USB SBTVD ISDB-T (dib0700), Mygica S270 ISDB-T (Siano Rio). C-Band Motorized dish - 5,00m (20ºE - 116.8ºW), Ku-Band Motorized dish - 1,80m (3ºw - 116,8ºW)
0 members, 1 guests, 0 anonymous users