Beiträge von cjsosa

    Thanks dieter2,


    I have the same problem than MikeV when:


    I made the download first the sources (bitbake -c fetch dreambox-image), or


    I abort the execution of the make and then i execute the make cmd


    In both cases the compilation stops at "making root fs" and if i do the touch, and re-run the make dreambox-image it finish corectly.


    Thanks again.

    In order to fetch (download) all source files before compile, do:


    cd build
    source ./env.source
    bitbake -c fetch dreambox-image


    then, proceed as usual, in "build" dir do


    bitbake dreambox-image


    or in your openembedded distribution root do:


    make image



    thanks to all

    Hi all,


    in order to compile a 7025's image, can i do first the download of all sources and then compile they?


    Now the procedure is download and compile one by one source. Soo, if i run the procedure at the night and i go to sleep, it is possible that a compilation error stops the compilation and i lost a big bandwidth in the night... :winking_face:


    thanks in advance

    Thanks Seddi,



    Some days ago i made a program to read the input/eventX dev:


    Read UP/DOWN Buttons in LCD


    And my surprise was that the scan of the /dev/input/eventX said in my 7025:


    input0: dreambox front panel vendor 0000 product 0000 version 0000
    input1: dreambox remote control (native) vendor 0000 product 0000 version 0000
    input2: dreambox ir keyboard vendor 0000 product 0000 version 0000
    input3: dreambox ir mouse vendor 0000 product 0000 version 0000
    input4: Logitech Logitech Cordless RumblePad 2 vendor 046d product c219 version 0200


    So, now i am thinking about what is it better, to buy a dreambox ir keyboard or a logitech wireless keyboard?.


    What do you think Seddi, what do you recomend to me? the DM IR Keyboard or the logitech?


    Thanks in advance.


    PD: I think that the Dreamboy works correctly with all keyboards. I made a universal rutine in the soft that reads all events from input/eventX every time.

    Hello,


    does the IR DM Keyboard work with the DM7025? I made a lsmod and the result is:


    dreambox_keyboard 5888 0 - Live 0xc00c9000
    dreambox_rc2 5264 1 dreambox_keyboard, Live 0xc00c6000


    is the module dreambox_keyboard its module?



    thanks in advance

    Here is the solution.


    I made a C program to scan all /dev/input/eventXXX.
    Also the program identifies each input device. The start-up of my program in the 7025 said:


    input0: dreambox front panel vendor 0000 product 0000 version 0000
    input1: dreambox remote control (native) vendor 0000 product 0000 version 0000
    input2: dreambox ir keyboard vendor 0000 product 0000 version 0000
    input3: dreambox ir mouse vendor 0000 product 0000 version 0000
    input4: Logitech Logitech Cordless RumblePad 2 vendor 046d product c219 version 0200


    Then, press UP or DOWN buttons in LCD pannel:


    Key type code value : 01, 100, 1
    Press Key(0) : 0
    Key type code value : 01, 100, 0
    Release Key(0) : 0
    Key type code value : 01, 101, 1
    Press Key(0) : 0
    Key type code value : 01, 101, 0
    Release Key(0) : 0


    That is HOWTO read from pannel buttons.

    Hello,


    I can access to write in the LCD if i open /dev/dbox/lcd0 device. A very good example of HOWTO write in the LCD is the TUXTXT.


    But, how can i read the UP and DOWN button in this LCD pannel?


    Thanks in advance.


    PD.- my target is a soft for DM7025.

    hi,


    who can i stop all enigma2 process? if i do a killall enigma2 in a telnet session, enigma2 starts again.


    How can i stop (kill) it?


    thanks in advance.

    hello,


    i can compile a "XYZ part" of the OE with the cmd 'bitbake XYZ'. but if i modify the XYZ code and i try to compile again with bitbake: it saids that XYZ is updated.


    i now that if i can change the version of XYZ.bb file and then execute the bitbake command, it compiles again.


    My question, is there other way to force to compile the XYZ module using bitbake or other cmd?


    thanks in advance.

    Hi,


    i have compilled a complete oe image. Now, i want to include my own package. Currently, my package is a simple command line hello world example writen in C. I want compile a simple hello world example in a linux x86 and execute the result in my 7025. That is transcompile the simple example to mipsel in a oe distribution.


    Do you know where can i find an example or a tutorial doing it ?, that is include the simple example in oe, compile it?


    Thanks in advance.


    PD.- now i am reading about bitbake and the bb files usage... could be that the way?. Also i have seen Stück C-Code crosscompilen - wie? but this example calls directly the compiler. I want to use a Makefile.