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 10 Sep 2015 11:33 AM by  Alex Johnson
DM37x Linux BSP 2.4-4 Release
 4 Replies
Sort:
You are not authorized to post a reply.
Author Messages
Joe Charboneau
New Member
New Member
Posts:81


--
03 Sep 2015 02:15 PM

    Linux BSP 2.4-4 has been released for the DM3730 / AM3703 Torpedo and Torpedo Wireless products. With this release the following new files have been posted:

    • DM37x Linux BSP
    • DM37x Linux BSP Release Notes
    • DM37x Linux BSP Test Results
    • DM37x Linux BSP License Information
    • DM37x Linux BSP User Guide
    • Virtual Machine SDK for the DM37x Linux BSP
    • Virtual Machine SDK for the DM37x Linux BSP ReadMe
    • DM37x Linux SD Card Demo Image
    • DM37x Linux SD Card Demo Image ReadMe

    You can download these documents from the DM3730 / AM3703 Torpedo or Torpedo Wireless product pages on Logic PD's support site, or at:

    https://support.logicpd.com/ProductDownloads/DM3730AM3703TorpedoSOM.aspx

    https://support.logicpd.com/ProductDownloads/DM3730AM3703TorpedoWirelessSOM.aspx

    Alex Johnson
    New Member
    New Member
    Posts:5


    --
    09 Sep 2015 09:48 AM
    Hey, my team and I have been trying to build BSP 2.4-4 for the last few days, and we keep running into the same error, regardless of the machine we attempt to build it on. We were hoping we might get some help with it. The error that keeps showing up is:

    These packages failed to build:
    cpufrequtils

    Build Failed

    Exiting on error or interrupt


    We are using Ubuntu 14.04 in a VM. It should also be noted that we have had no issues building BSP 2.4-3 whatsoever. Thanks in advance.
    bradb
    Basic Member
    Basic Member
    Posts:203


    --
    09 Sep 2015 10:03 AM
    Alex,

    The cpufrequtils package requires the libtool package. Section 18.06 of the STP provides the steps required when using a pre-existing LTIB environment to build the DM37x Linux 2.4-4 BSP.

    18.06 Generic Build Tests

    18.06.01 LTIB build shared libraries correctly
    [DM37LINUX-1062]

    This test is performed on the build machine
    If you have a pre-existing LTIB environment, you'll need to force it to rebuild libtool for the host:


    logic@logic-desktop/:~$ ./ltib --hostcf -p libtool -m prep
    logic@logic-desktop/:~$ ./ltib --hostcf -p libtool

    Verify that it builds and returns correctly.

    To build cpufrequtils explicitly:
    logic@logic-desktop/:~$ ./ltib -p cpufrequtils -m prep
    logic@logic-desktop/:~$ ./ltib -p cpufrequtils

    Verify that it builds and returns correctly.

    Regards,
    Brad
    Alex Johnson
    New Member
    New Member
    Posts:5


    --
    09 Sep 2015 11:06 AM
    Thanks for the quick reply!

    I have entered the libtool commands as you have listed, now the error reads:

    These packages failed to build:
    libtool

    Build Failed


    I have tried purging and reinstalling libtool, but no change.

    Thanks,
    Alex
    Alex Johnson
    New Member
    New Member
    Posts:5


    --
    10 Sep 2015 11:33 AM
    UPDATE:

    I was able to successfully build 2.4-4 after installing a couple missing packages:

    > sudo apt-get install M2Crypto
    > sudo apt-get install libusb-dev
    You are not authorized to post a reply.