Hi All,
I tried this steps for another way and it is working on L2.6.35_10.12.01.
root@william-desktop:~# fdisk -u /dev/sdb
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 1
First sector (62-7744511, default 62): 16384
Last sector, +sectors or +size{K,M,G} (16384-7744511, default 7744511): 1064960
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 2
First sector (62-7744511, default 62): 1064961
Last sector, +sectors or +size{K,M,G} (1064961-7744511, default 7744511): 1081345
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 3
First sector (62-7744511, default 62): 1081346
Last sector, +sectors or +size{K,M,G} (1081346-7744511, default 7744511):
Using default value 7744511
Command (m for help): t
Partition number (1-4): 2
Hex code (type L to list codes): 53
Changed system type of partition 2 to 53 (OnTrack DM6 Aux3)
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks.
time sudo ./sdimage -f ./imx28_ivt_uboot.sb -d /dev/sdb
time sudo dd if=./uImage of=/dev/sdb bs=512 seek=256 conv=sync,notrunc
time sudo dd if=./rootfs.ext2 of=/dev/sdb3 bs=2048;sync
MX28 U-Boot > run bootcmd_mmc