ECE497 Lab10 gMake

From eLinux.org
Revision as of 11:05, 12 April 2010 by Yoder (talk | contribs) (Lab 08, Multithread)
Jump to: navigation, search

Below are the details of the labs we'll be doing from the DaVinci workshop. Get these files before doing the labs:

  • Go to the class SharePoint Site and get
    • DaVinci-OMAP_Workshop_v2.0.pdf
    • tto_workshop_labs_(v2.00).tar
    • makefile_profile.mak
  • Untar the labs file on your Linux host. It will create two directories, workshop and solutions. You will find the materials needed to do the labs below in the workshop directory. The directions in DaVanci-OMAP_Workshop file will tell you which directory to use for each lab.

These labs were originally done for the Digital Video Evaluation Module (DVEVM). We will be adapting them for the BeagleBoard as we go.

Lab 05, gMake

Lab 05 is on pages 125-157 of the DaVinci-OMAP_Workshop_v2.0.pdf file. Work through this lab. You'll learn how make works. When you get to part D, compare my version of the make file (makefile_profile.mak.yoder) to the one in the folder. The workshop assumes you have NFS setup to share files between the DVEVM and the host computer. Rather than share files, I've set up the makefile so use sftp and ssh to copy the executables to the Beagle when installing. If you can at the NFS working, great!, otherwise use my setup.

Lab 06, Using the OSS Driver

Lab 06 is on pages 171-186 of the DaVinci-OMAP_Workshop_v2.0.pdf file. In doing this lab you will get audio from the line-in jack on the Beagle and sent it out the speaker jack.

  • Move the setpaths files in the workshop directory to another location.
host $ cd workshop
host $ mv setpaths.sh setpaths.sh.orig
host $ mv setpaths.mak setpaths.mak.orig
  • Copy the setpaths files you got from SharePoint into the workshop directory. In Lab 6 you will edit these files so they are correct.

Lab 07, Using Video Drivers

Lab 08, Multithread

Lab 09, Prebuilt Engine