This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/AM3358: Configuring the SDK for labs

Part Number: AM3358

Tool/software: Linux

Hİ 

I see such an article here.

http://processors.wiki.ti.com/index.php/Sitara_Linux_Training:_Linux_Host_Configuration

Compile the sitara-board-port-uboot sources to help bypass the build time

  • cd /home/sitara/board-port/sitara-board-port-uboot
  • git checkout board-port-<sdk version>
  • make ARCH=arm CROSS_COMPILE=/home/sitara/<sdk install dir>/linux-devkit/sysroots/i686-arago-linux/usr/bin/arm-linux-gnueabihf- am335x_evm_config
  • make ARCH=arm CROSS_COMPILE=/home/sitara/<sdk install dir>/linux-devkit/sysroots/i686-arago-linux/usr/bin/arm-linux-gnueabihf-

 

I write this on my computer

git checkout board-port-04.02.00.09

 

I get this error

error: pathspec 'board-port-04.02.00.09' did not match any file(s) known to git.

how can i solve this problem ?