Hi,
I try to create the rootFs tarball according to TI-Android-ICS-4.0.3-DevKit-3.0.1 DeveloperGuide.
According to the instruction:
make TARGET_PRODUCT=<product name> fs_tarball</code>
Q1: what the meaning of </code>?
when i try the command without the </code>, i got the following errors:
gabi@gabi-VirtualBox:~/rowboat-android/TI-Android-ICS-4.0.3_AM335x_3.0.1$ make TARGET_PRODUCT=am335xevm fs_tarball
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.0.3
TARGET_PRODUCT=am335xevm
TARGET_BUILD_VARIANT=eng
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=IML74K
============================================
rm -rf /home/gabi/rowboat-android/TI-Android-ICS-4.0.3_AM335x_3.0.1/out/target/product/am335xevm/android_rootfs
mkdir /home/gabi/rowboat-android/TI-Android-ICS-4.0.3_AM335x_3.0.1/out/target/product/am335xevm/android_rootfs
cp -r /home/gabi/rowboat-android/TI-Android-ICS-4.0.3_AM335x_3.0.1/out/target/product/am335xevm/root/* /home/gabi/rowboat-android/TI-Android-ICS-4.0.3_AM335x_3.0.1/out/target/product/am335xevm/android_rootfs
cp: cannot stat `/home/gabi/rowboat-android/TI-Android-ICS-4.0.3_AM335x_3.0.1/out/target/product/am335xevm/root/*': No such file or directory
make: *** [fs_tarball] Error 1
Help!
thnaks
Gabi