Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

If you would like to add a small suite of interface diagnostic applications to the SD card, run these commands with your formatted SD card mounted on your PC:

Code Block
cd $RTOS_INSTALL_ROOT/pdk_am57xx_1_0_8/packages

# set up the environment for building the diagnostic applications
source pdksetupenv.sh

cd $RTOS_INSTALL_ROOT/pdk_am57xx_1_0_8/packages/ti/board/diag
make am572x_phycore_rdk_sd
cd $RTOS_INSTALL_ROOT/pdk_am57xx_1_0_8/packagispackages/ti/board/bin/am572x_phycore_rdk/sd

# In the following command, replace <user> with your host's username
cp * /media/<user>/boot/
sync

...