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.
In other ways, can somebody tell me the difference between ubuntu os and udoo ubuntu os. Thanks in advance!
Ubuntu SDK, since it's based on 14.04, should be compatible with UDOO boards, but I've never tested it. Anyway, for QT5.5 you can enter our betatest program: http://www.udoo.org/qt-5-5-1-for-udoo-quad-wanna-try-our-alpha-version/
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.
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.
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.