I want to install ubuntu-sdk, is it ok for udoo neo ?

Discussion in 'UDOO NEO' started by David wang, Jan 19, 2016.

  1. David wang

    David wang New Member

    Joined:
    Dec 1, 2015
    Messages:
    29
    Likes Received:
    8
    Because I use the phone-wireless network as my udoo neo wifi connection in office, so I need to double confirm that whether the sdk is ok now for this platform! I donot want to waste my money! Thanks!
    The url
    https://developer.ubuntu.com/en/start/ubuntu-sdk/

    When I type in command line terminal, "sudo apt-get install ubuntu-sdk", there are some informations as follows
    Code:
    sudo apt-get install ubuntu-sdk
    [sudo] password for udooer:
    Reading package lists... Done
    Building dependency tree      
    Reading state information... Done
    ...........
      unity-settings-daemon unity-voice-service unity-webapps-qml unity8
      unity8-private upstart-app-launch upstart-app-launch-tools
      usermetricsservice wdiff whoopsie-preferences zeitgeist zeitgeist-core
      zeitgeist-datahub
    The following packages will be upgraded:
      libgstreamer-plugins-base1.0-0 libxml2
    2 upgraded, 432 newly installed, 0 to remove and 75 not upgraded.
    Need to get 226 MB/241 MB of archives.
    After this operation, 678 MB of additional disk space will be used.
    Do you want to continue? [Y/n] n
    Abort.
     
  2. David wang

    David wang New Member

    Joined:
    Dec 1, 2015
    Messages:
    29
    Likes Received:
    8
    In other ways, can somebody tell me the difference between ubuntu os and udoo ubuntu os. Thanks in advance!
     
  3. klakier2121

    klakier2121 Member

    Joined:
    Dec 5, 2015
    Messages:
    48
    Likes Received:
    15
    QT Creator is not supported by UDOO Neo
     
  4. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    David wang likes this.
  5. David wang

    David wang New Member

    Joined:
    Dec 1, 2015
    Messages:
    29
    Likes Received:
    8
    Ok, tomorrow, I will try to try it.
    If there are some good news, I wll tell you!
     
    Andrea Rovai likes this.
  6. klakier2121

    klakier2121 Member

    Joined:
    Dec 5, 2015
    Messages:
    48
    Likes Received:
    15
    Great news! QT is such a powerful tool
     
    Andrea Rovai likes this.
  7. David wang

    David wang New Member

    Joined:
    Dec 1, 2015
    Messages:
    29
    Likes Received:
    8
  8. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    I didn't understand what you said, could you explain?
     
  9. David wang

    David wang New Member

    Joined:
    Dec 1, 2015
    Messages:
    29
    Likes Received:
    8
    Please read the webpage which you supply firstly! Can you try it successfully step by steps?
     
  10. David wang

    David wang New Member

    Joined:
    Dec 1, 2015
    Messages:
    29
    Likes Received:
    8
    Do not carry about this problem , I will follow this forum all the time!
     
  11. Xykon

    Xykon Member

    Joined:
    Nov 1, 2013
    Messages:
    64
    Likes Received:
    20
    Is there an RSS feed for the blog? There is a link at the bottom of the page to http://www.udoo.org/feed.php but that gives a 404 error.
     
  12. Francesco

    Francesco Active Member

    Joined:
    Jun 23, 2015
    Messages:
    220
    Likes Received:
    110
  13. Francesco

    Francesco Active Member

    Joined:
    Jun 23, 2015
    Messages:
    220
    Likes Received:
    110
    Please note the "standard" Ubuntu OS is built for x86 or amd64. UDOO, being an ARM board, it uses the armhf port. This could be enough to break compatibility with ubuntu-sdk.

    The main differences between Ubuntu (armhf) and UDOObuntu are:
    - custom kernel
    - custom bootloader
    - libdrm, X, QT, chromium packages rebuilt to use the integrated GPU

    So, if ubuntu-sdk runs on a standard armhf Ubuntu, it will run also on UDOObuntu.
     
    David wang likes this.
  14. delba

    delba Administrator Staff Member

    Joined:
    May 8, 2013
    Messages:
    1,064
    Likes Received:
    9
    Fixed it. Sorry for the broken link.
    Cheers
     
  15. David wang

    David wang New Member

    Joined:
    Dec 1, 2015
    Messages:
    29
    Likes Received:
    8
    acording to your idea, the gtk package maybe need to be rebuild for uboobuntu .
     
  16. Francesco

    Francesco Active Member

    Joined:
    Jun 23, 2015
    Messages:
    220
    Likes Received:
    110
    If you want to use GPU-related features directly from GTK, yes.
    For instance QT has video player components. These components talk directly with the GPU to decode the video. If you just need to display widgets on the screen, you don't need to rebuild GTK.
     
    Andrea Rovai likes this.

Share This Page