DM357 DVSDK Errata

From Texas Instruments Embedded Processors Wiki

Jump to: navigation, search
Translate this page to   

Invalid Kernel Address in bootcmd

In some versions of the Getting Started Guide for the DM357 EVM the value given in the bootcmd and flash instructions use the wrong kernel address. The following sections of the Getting Started Guide are impacted:

If you use the value of 0x400000 you may see a failure to boot the kernel when mounting the root file system, particularly if the root file system is located on the NAND Flash device.

In all of the above sections all instances of the value 0x400000 should be replaced with 0x02200000.

If you are already using the value 0x02200000 in your bootcmd setting no action is required.

Wrong Location Given for Data Directory

In some versions of the Getting Started Guide for the DM357 EVM the location given in section 4.3.3 is incorrect. In step 1 the location should be cd /home/<useracct>/dvsdk_#_#/clips. If the data.tar.gz file is extracted in the dvsdk_demos_#_#_# directory you will see errors like the following during the make clean and make process:

 make[2]: Entering directory '/home/<useracct>/dvsdk_#_#/dvsdk_demos_#_#_#/dm357/data'
 make[2]: *** No rule to make target 'clean'. Stop.
 make[2]: Leaving directory '/home/<useracct>/dvsdk_#_#/dvsdk_demos_#_#_#/dm357/data'
 make[1]: *** [data/.clean] Error 2

To fix this issue the following actions should be performed:

  1. Extract the data.tar.gz file in the clips directory located at the root of the DVSDK. i.e.
    1. cd /home/<useracct>/dvsdk_#_#/clips
    2. cp /mnt/cdrom/data.tar.gz .
    3. tar zxf data.tar.gz
  2. Remove the data directory extracted in the dvsdk_demos_#_#_# directory.
    1. rm -rf /home/<useracct>/dvsdk_#_#/dvsdk_demos_#_#_#/dm357/data

Additional Information

You can find additional information about the DM357 in the DM357 DVSDK FAQ page.

Leave a Comment
Personal tools
Namespaces
Variants
Actions
Navigation
Print/export
Toolbox