Enigma2 Image for PowerPC Dreamboxes - Howto

  • one question


    Code
    . env.source && bitbake -Db ../openembedded/packages/gstreamer/gstreamer_0.10.25.bb -c clean && bitbake -Db ../openembedded/packages/gstreamer/gstreamer_0.10.25.bb


    are the same with


    Code
    source ./env.source 
    bitbake -cclean gstreamer 
    bitbake gstreamer
  • Yes, the same - but three actions done separately. The first bitbakes a specific .bb. The second bitbakes the latest .bb in the folder.


    Also -Db for debug (see bitbake man page for more info).


    Good night. :)

    2 Mal editiert, zuletzt von pcd ()

  • thanks a lot pcd.


    i'll upload the new image to the same location with the same name, in 10 minutes will be there.


    Then i'll go to install pcd 7.0 in flash, BA and try the new image with BA.


    i'll inform !!


    Good Night :winking_face:

  • Good News !!!!


    Image Install to flash successfully.


    Boot with no problem.


    Try to Increase memore and have problem :


    Code
    Increase avaliable memory
    
    
    Execution Progress:
    
    
    /bin/sh: ./move2cf.sh Permission denied
    Execution finished!!


    any idea?


  • I have a good idea - it needs permission to execute (chmod 755) ! :grinning_squinting_face:

  • open ftp and where to give 755 permisions?


    can i do that from building?

  • I am surprised it is not executable already.


    In dreambox-df2.bb you find :-


    cp -r -p /home/pcd/tuxbox-600E2A/dm600pvr/build/tmp/work/A_importsE2/091115/etc/* ${D}/etc


    You can add a line after it :-


    chmod 755 /etc/*.sh

    Einmal editiert, zuletzt von pcd ()

  • Thanks,


    line added, building again and then flashing again....


    any idea about screenshot and OSD Shot?

  • You will find all the special Pcd 7.0 image items in dreambox-df2.bb and then find them in A_importsE2.


    After you have learnt everything - these are the functions I did not manage to do for powerpc e2 :-


    pip
    mp3
    aio-grab for 7020 (osd+tv)


    Perhaps you can develop these one day ! :)


    The Hein Holz thread may help you.

  • Zitat

    Originally posted by geobest
    Thanks,


    line added, building again and then flashing again....


    any idea about screenshot and OSD Shot?


    You will have to search - these items were discussed somewhere - a long time ago.


    I do not have much time - these days I make other images and plugin webmedia.


    But please ask if you have something difficult - I will try to help.


    Cheers, pcd.

  • Zitat

    Originally posted by geobest
    some where here?


    Yes, Please look in the 7020 and 600 enigma2 images sections.


    Screenshot works with command :-


    /usr/bin/grab -j 100


    Works for only tv picture for 7020 - but tv+osd for 600.


  • after that change i take error on command

    Code
    . env.source && bitbake -Db ../openembedded/packages/dreambox/dreambox-df2.bb -c clean && bitbake -Db ../openembedded/packages/dreambox/dreambox-df2.bb



    Attached full log file

  • Zitat

    Originally posted by pcd
    Perhaps you should only do the line for the .sh you want to be executable (not all .sh in /etc).



    aby idea?

  • Work perfect !!!!


    Question,


    if i put it to flash and install Barry allen
    can put also enigma 1 images or not ?

  • at the end of dreambox-df2.bb i add


    Code
    cp -r ~/dreambox/enigma2/changes/terrabyter/resolv.conf ${D}/etc
    cp -r ~/dreambox/enigma2/changes/terrabyter/hostname ${D}/etc
    cp -r ~/dreambox/enigma2/changes/terrabyter/interfaces ${D}/etc/network
    cp -r ~/dreambox/enigma2/changes/terrabyter/satellites.xml ${D}/etc/tuxbox


    first two commands work perfect the other two does not work


    any idea?

  • You have to create/install the folders (network, tuxbox) before the command.


    At the time of bitbake - the image does not exist.

    Einmal editiert, zuletzt von pcd ()