Search

Technical Discussion Group Forum

This forum is provided for user discussion. While Beacon EmbeddedWorks support staff and engineers participate, Beacon EmbeddedWorks does not guarantee the accuracy of all information within in the Technical Discussion Group (TDG).

The "Articles" forums provide brief Articles written by Beacon EmbeddedWorks engineers that address the most frequently asked technical questions.

To receive email notifications when updates are posted for a Beacon EmbeddedWorks product download, please subscribe to the TDG Forum of interest.

TDG Forum

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 14 Jan 2016 08:32 AM by  bradb
Minicom, Termcap and LTIB
 7 Replies
Sort:
You are not authorized to post a reply.
Author Messages
jemiaha
New Member
New Member
Posts:10


--
26 Sep 2013 08:48 AM

    You may notice that if you select the Minicom package in the LTIB configuration that your build fails. It seems LTIB cannot get the termcap package from the LTIB GPP anymore. It's uncertain if this a permanent situation. An alternate source for the package and patch is here:
    http://bitshrine.org/gpp/...mcap-mini-1.2.tar.gz
    http://bitshrine.org/gpp/...mcap-1.2-vt102.patch

    The wget utility may not work. Enter the links into your browser and download them into the LTIB-package-pool directory. Switch to that directory and create the MD5sum files like so:
    md5sum termcap-mini-1.2.tar.gz > termcap-mini-1.2.tar.gz.md5
    md5sum termcap-1.2-vt102.patch > termcap-1.2-vt102.patch.md5

    With the files now stored in the local repository LTIB should no longer attempt to download them and your build should proceed correctly.


    The two files are kept by the Application Support Team so if the links above are broken in the future please file a support ticket and they can be sent to you.

    .
    Ken Willoughby
    New Member
    New Member
    Posts:9


    --
    12 Jan 2016 10:33 AM
    Can someone provide new links or files? I am having the same problem.
    bradb
    Basic Member
    Basic Member
    Posts:203


    --
    12 Jan 2016 02:34 PM
    Ken, 

    Please use these commands below to get access to the files listed earlier in this post. 

    $ wget http://bitshrine.org/gpp/...mcap-1.2-vt102.patch  
    $ wget http://bitshrine.org/gpp/...mcap-mini-1.2.tar.gz  
    $ md5sum termcap-1.2-vt102.patch > termcap-1.2-vt102.patch.md5   
    $ md5sum termcap-mini-1.2.tar.gz > termcap-mini-1.2.tar.gz.md5 

    Be sure to use the full file name in the first two commands.  The name displayed here is shorted by the forum editor with dots in the middle.

    If for whatever reason, these commands don't work for you I will also make the files available for download in my next post. 

    Regards, 
    Brad




    bradb
    Basic Member
    Basic Member
    Posts:203


    --
    12 Jan 2016 02:46 PM

    Ken,

    Below is a link to the following files:

    termcap-1.2/
    termcap-1.2/termcap-1.2-vt102.patch
    termcap-1.2/termcap-1.2-vt102.patch.md5
    termcap-1.2/termcap-mini-1.2.tar.gz
    termcap-1.2/termcap-mini-1.2.tar.gz.md5


    termcap-1.2.tar.bz2.zip

     

    Regards,

    Brad

    Ken Willoughby
    New Member
    New Member
    Posts:9


    --
    12 Jan 2016 02:51 PM
    It failed. Maybe due to being behind a firewall or proxy.
    logic@logic-Virtualbox:~/logic/Logic_BSPs/Linux_3.0/1027480_LogicPD_Linux_BSP_2.4-4$ wget http://bitshrine.org/gpp/...mcap-mini-1.2.tar.gz
    --2016-01-12 14:49:02-- http://bitshrine.org/gpp/...mcap-mini-1.2.tar.gz
    Resolving bitshrine.org (bitshrine.org)... failed: Name or service not known.
    wget: unable to resolve host address `bitshrine.org'
    bradb
    Basic Member
    Basic Member
    Posts:203


    --
    12 Jan 2016 03:26 PM
    Ken,

    Can you ping bitshrine.org?

    logic@logic-desktop:~$ ping bitshrine.org
    PING bitshrine.org (66.96.145.106) 56(84) bytes of data.
    64 bytes from 106.145.96.66.static.eigbox.net (66.96.145.106): icmp_seq=1 ttl=247 time=92.2 ms
    64 bytes from 106.145.96.66.static.eigbox.net (66.96.145.106): icmp_seq=2 ttl=247 time=91.4 ms
    64 bytes from 106.145.96.66.static.eigbox.net (66.96.145.106): icmp_seq=3 ttl=247 time=92.5 ms
    64 bytes from 106.145.96.66.static.eigbox.net (66.96.145.106): icmp_seq=4 ttl=247 time=93.0 ms
    64 bytes from 106.145.96.66.static.eigbox.net (66.96.145.106): icmp_seq=5 ttl=247 time=92.9 ms

    Regards,
    Brad
    bradb
    Basic Member
    Basic Member
    Posts:203


    --
    12 Jan 2016 03:52 PM
    Ken,

    Below is a link with ideas to help you resolve the error (wget: unable to resolve host address `bitshrine.org' ).

    http://serverfault.com/qu...et-cant-resolve-host

    Regards,
    Brad
    bradb
    Basic Member
    Basic Member
    Posts:203


    --
    14 Jan 2016 08:32 AM
    Ken,

    Any luck getting the wget working in your virtual machine?   

    Another option might be to try downloading a fresh virtual box machine from our support site so you can get the files you need.

    Virtual Machine SDK for the DM37x Linux BSP

    You are not authorized to post a reply.