Hi igor,
Thanks for your suggestion, Your comments made me move to next step.
I followed in the Doc, Sec 5.1.3
Build sdimage in host Linux computer. sdimage.c is in the “uuc” package in LTIB. Use below steps to build sdimage in Linux:
./ltib -p uuc.spec -m prep
cd rpm/BUILD/uuc-2.6.35.3-1.1.0
gcc sdimage.c -o sdimage
(Any C compiler can be used in the Linux)
and it generated sdimage.out file.
I could do till above. While I am running below command it gives "bash: sdimage: command not found..." error.
sdimage –f imx28_linux.sb –d /dev/sdd (sdd in my case)
and SInce i have not installed in /usr/bin, I did following commands
sudo ./sdimage -f imx28_linux.sb -d /dev/sdd it shows following error,
can't open file imx28_linux.sb
then i copied imx28_linux.sb from /rootfs/boot and save it in /rpm/BUILD/uuc-2.6.35.3-1.1.0
and i had run the command, and it was showing following error,
Can't found boot stream partition
and also please let me know how to create SDcard with following three parttion using commands in the terminal
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 974 1840896 b W95 FAT32
/dev/sdb2 974 977 5339+ 53 OnTrack DM6 Aux3
/dev/sdb3 977 1016 74572 83 Linux
Kindly help me to resolve the above error as soon as possible
Thanks,
Karthik