MakeFile for compile vuuno original image

Discussion in 'Vu+ Open Embedded & Firmware Develop' started by Andrea, Aug 2, 2011.

Users Viewing Thread (Users: 0, Guests: 0)

  1. Andrea Vu+ Newbie

    Hi,

    I have tried the last makefile but without success where can I find the right file?

    Can someone post the file ?

    Thak you
    Best regards
  2. angelofsky1980 BlackHole Drivers Coder

    You can catch this one and modify to build Uno images editing the Makefile itself and write vuuno on the machine name instead of bm750 or vusolo.
  3. Andrea Vu+ Newbie

    Hi,

    there are these errors when i try to do the makefile:
    ....after answering "yes" it freezes....

    It appear that there is no server to download the files, i have tried both with vuuno and bm750 but same errors.

    have you some ideas?

    thanks
  4. dalraist Moderator

    You can force getting proper RSA in this way:
    Code:
    export CVS_RSH=ssh
    cvs -d anoncvs@cvs.tuxbox.org:/cvs/tuxbox -z3 co -P .
    Then, re-run Makefile and it should work.
    gemchug74, angelofsky1980 and Andrea like this.
  5. Andrea Vu+ Newbie

    Thank you, the trick working very well.
  6. Andrea Vu+ Newbie

    Hi,
    I have got this errors:

    NOTE: Running task 2125 of 2337 (ID: 36, /home/zeus/vu+/vuuno/openembedded/recipes/quilt/quilt-native_0.48.bb, do_package_write)
    NOTE: Running task 2126 of 2337 (ID: 38, /home/zeus/vu+/vuuno/openembedded/recipes/quilt/quilt-native_0.48.bb, do_package_stage)
    NOTE: Tasks Summary: Attempted 2126 tasks of which 0 didn't need to be rerun and 5 failed.
    ERROR: '/home/zeus/vu+/vuuno/openembedded/recipes/tcltk/tcl-native_8.4.19.bb' failed
    ERROR: '/home/zeus/vu+/vuuno/openembedded/recipes/curl/curl_7.19.7.bb' failed
    ERROR: '/home/zeus/vu+/vuuno/openembedded/recipes/dbus/dbus_1.2.3.bb' failed
    ERROR: '/home/zeus/vu+/vuuno/openembedded/recipes/wlan-rt73/wlan-rt73.bb' failed
    ERROR: '/home/zeus/vu+/vuuno/openembedded/recipes/v4l-dvb/v4l-dvb-modules_hg.bb' failed
    make: *** [image] Error 1

    Have someone some idea on how to solve this errors?
    ...and how can I debug this errors?
  7. angelofsky1980 BlackHole Drivers Coder

    Try this command:
    Code:
    cd vuuno/build
    bitbake -c clean tcl-native curl dbus wlan-rt73 v4l-dvb-modules
    
    Then relaunch makefile to build image.
  8. dimfil BH Lover

    I encountered the same problem... After compiling I got:

    After issuing the command
    I got the error:
    Any ideas?
  9. mirecek1965 Vu+ Newbie

    I succesfully initialize git repository with edited makefile from angelofsky for vuuno.

    Openembedded for the Vuplus environment has been initialized
    properly. Now you can either:

    - make the 'image'-target to build an image, or
    - go into vuuno/build/, source env.source and start on your own!

    What command please i have run, i am totally newbie on compiling, to now i only compile ***** for me, but want try something other. As hobby. Thank you.
  10. angelofsky1980 BlackHole Drivers Coder

    Goto into vuuno/build directory and send these commands:
    Code:
    . ./env.source
    bitbake vuplus-image -c build
    
  11. mirecek1965 Vu+ Newbie

    Thank you. I run "make image" and over two hours this something do, eg. "NOTE: Running task 795 of 2497 ...." It seems working, then i wait to end.
  12. angelofsky1980 BlackHole Drivers Coder

    The only thing you can do now is wait :)
  13. mirecek1965 Vu+ Newbie

    Now i end with this, any suggestions? Thank you.

    NOTE: fetch http://sources.openembedded.org//autofs-4.1.4-locking-fix-1.patch
    --2011-11-01 14:43:14-- http://sources.openembedded.org//autofs-4.1.4-locking-fix-1.patch
    Resolving sources.openembedded.org... 140.211.169.152
    Connecting to sources.openembedded.org|140.211.169.152|:80... connected.
    HTTP request sent, awaiting response... 404 Not Found
    2011-11-01 14:43:14 ERROR 404: Not Found.

    NOTE: Task failed: Fetch failed: http://kernel.org/pub/linux/daemons/autofs/v4/autofs-4.1.4-locking-fix-1.patch;patch=1
    ERROR: TaskFailed event exception, aborting
    ERROR: Build of /home/mros/vu+/vuuno/openembedded/recipes/autofs/autofs_4.1.4.bb do_fetch failed
    ERROR: Task 369 (/home/mros/vu+/vuuno/openembedded/recipes/autofs/autofs_4.1.4.bb, do_fetch) failed
    NOTE: Tasks Summary: Attempted 2215 tasks of which 2215 didn't need to be rerun and 9 failed.
    ERROR: '/home/mros/vu+/vuuno/openembedded/recipes/tcltk/tcl-native_8.4.19.bb' failed
    ERROR: '/home/mros/vu+/vuuno/openembedded/recipes/libdvdread/libdvdread_git.bb' failed
    ERROR: '/home/mros/vu+/vuuno/openembedded/recipes/dbus/dbus_1.2.3.bb' failed
    ERROR: '/home/mros/vu+/vuuno/openembedded/recipes/webkit/qtwebkit-e_2.2.bb' failed
    ERROR: '/home/mros/vu+/vuuno/openembedded/recipes/curl/curl_7.19.7.bb' failed
    ERROR: '/home/mros/vu+/vuuno/openembedded/recipes/libdvdnav/libdvdnav_git.bb' failed
    ERROR: '/home/mros/vu+/vuuno/openembedded/recipes/wlan-rt73/wlan-rt73.bb' failed
    ERROR: '/home/mros/vu+/vuuno/openembedded/recipes/v4l-dvb/v4l-dvb-modules_hg.bb' failed
    ERROR: '/home/mros/vu+/vuuno/openembedded/recipes/autofs/autofs_4.1.4.bb' failed
    make: *** [image] Chyba 1
  14. angelofsky1980 BlackHole Drivers Coder

    There is a problem when your linux PC try to download a patch for autofs package because the kernel.org site is down for maintenance and the patch file doesen't exist on the Openembedded.org site :(
  15. mirecek1965 Vu+ Newbie

    Thank you, i will wait
  16. setifien Vu+ Newbie

    Hi all,
    i'm new here and i hope everybody is fine.

    I'm trying to compile vuplus image with your MakeFile.
    But i have the problems about files : fakeroot and libdvdread

    They can't be downloaded and i didn't find them anywhere on the web.

    Anyone have a solution to my issue ?

    Code:
    ERROR: '/home/vuplus/vusolo/openembedded/recipes/fakeroot/fakeroot-native_1.12.4.bb' failed
    ERROR: '/home/vuplus/vusolo/openembedded/recipes/libdvdread/libdvdread_git.bb' failed
    Thank's

    Ps: sorry for my english, i'm french.
  17. angelofsky1980 BlackHole Drivers Coder

    Here attached there are the files you requested to put into sources dir of your SDK.

    BE CAREFULL: unpack files_missing.tar.gz and place the tar.gz files into sources directory.
    Remove also the *.lock files eventually present into your sources dir!

    Attached Files:

    Zatmy and setifien like this.
  18. setifien Vu+ Newbie

    Thank's a lot, all was fine untill he's asking me for 2 other files :
    - wlan-rt73.tar.gz
    - autofs-4.1.4-locking-fix-1.patch
  19. setifien Vu+ Newbie

    For wlan-rt73, the true file that he's look for is :

    - 2008_0506_RT73_Linux_STA_Drv1.1.0.1.tar.bz2

    Found them, if anyone need those files.

    Ps: don't forget to unrar "autofs-4.1.4-locking-fix.1"

    Attached Files:

  20. setifien Vu+ Newbie

    Thank's for all !

    I've just compiled my first Vu+ Solo image for a try.

    For information, when all is done, you can find files in "./${MACHINE}/build/tmp/deploy/images/" and root file system in "./${MACHINE}/build/tmp/rootfs/vuplus-image/"
    balaperdida, a911 and angelofsky1980 like this.

Share This Page

Facebook: