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 ?