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 07 Aug 2014 10:00 AM by  Adam Ford
Rebuild Linux Demo SD Card with GUI
 0 Replies
Sort:
You are not authorized to post a reply.
Author Messages
Adam Ford
Advanced Member
Advanced Member
Posts:794


--
07 Aug 2014 10:00 AM

    The Linux Demo SD card is build from TI's DVSDK package.

    The link is  http://software-dl.ti.com...atest/index_FDS.html

     

    Follow the instructions to download and install the DVSDK for the OMAP-L138

     

    Once this is installed

    (make sure Ubuntu has the necessary prerequisite:) 

    sudo apt-get install uboot-mkimage

     

    Let's build the SD card:

     (go into the new directory)

    cd ti-dvsdk_omapl138-evm_04_03_00_06

     

    (set a variable)

    export DVDSK=`pwd`

     (note the next command assumes the SD card is at /dev/sdb.  If it is not, change/dev/sdb)

    sudo $DVSDK/bin/mksdboot.sh --device /dev/sdb --sdk $DVSDK

     Once complete, you should be able to boot the SD card with the TI GUI installed.

    -adam

    You are not authorized to post a reply.