Results 1 to 2 of 2

Thread: Issue Deploying Qt app to my Beaglebone Black

  1. #1
    Join Date
    Oct 2014
    Posts
    2
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Issue Deploying Qt app to my Beaglebone Black

    Hi All,

    I want to learn how to use Qt on the Beaglebone Black. I used the steps outlined on “embedded.von-kannen.net”. I created a vm using the recommended version of lubuntu and followed all of the instructions to download and build Qt Creator and install Qt on the BBB. I was having great success and able to build a simple Helloworld app. I setup the debugger and it reported that it could connect to the target( the BBB ). Then the issue.

    I tried to deploy the app to the target and got the following error: “The remote file system has 0 megabytes of free space, but 5 megabyte are required” . When I examine the BBB using “free -m” it reports that I have 372 megabytes of free space available.

    Is there some process that should be running on the BBB and if so what is it?

    Regards,
    Mark

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Issue Deploying Qt app to my Beaglebone Black

    SSH server is the only required piece of software on the target board. However 'free' returns the amount of RAM available, not free disk space. The latter cam be checked with df.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. QT on BeaglBone Black
    By Harsh0505 in forum Newbie
    Replies: 0
    Last Post: 14th December 2013, 14:58
  2. Problem configuring Qt for BeagleBone Black
    By sask1236 in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 7th November 2013, 07:30
  3. Qt creator for Beaglebone black
    By Nagarajan in forum Newbie
    Replies: 0
    Last Post: 24th October 2013, 06:28
  4. Replies: 2
    Last Post: 30th September 2013, 13:18
  5. Configure for Buiding Qt with Beaglebone
    By shindo216 in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 5th August 2013, 16:37

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.