Hi,
I'm very new to Android porting .I have *PandaBoard Revision B1* . I have all the *images of latest build 151* of Panda board. I started following the procedure as provided to flash the pre-built image.
I'm stuck with writing data to SDcard as , the command provided is little tricky and no completely understandable. Can you please provide me the SDCard format type (ext2,ext3,FAT,NTFS....)for writing the data in more details. I'm completely unclear with the command provided in procedure.
# Create media (this assumes your SD card is /dev/mmcblk0, you may have to replace the device name) $ bzr branch lp:~vishalbhoj/linaro-image-tools/panda-dt $ sudo panda-dt/linaro-android-media-create --dev panda --mmc /dev/mmcblk0 --system system.tar.bz2 --userdata userdata.tar.bz2 --boot boot.tar.bz2
Waiting for your reply eagerly. Thank you.
Hi Praveen,
Insert an SD card Run 'dmesg' and look for a line that looks like [288582.790722] sdc: sdc1 sdc2 sdc3 sdc4 < sdc5 sdc6 > Run the tip of linaro image tools ./linaro-image-tools/linaro-android-media-create --mmc /dev/sdc --dev panda --system system.tar.bz2 --userdata userdata.tar.bz2 --boot boot.tar.bz2
Regards, Vishal
On 9 August 2012 09:35, praween kr praween.erk@gmail.com wrote:
Hi,
I'm very new to Android porting .I have *PandaBoard Revision B1* . I have all the *images of latest build 151* of Panda board. I started following the procedure as provided to flash the pre-built image.
I'm stuck with writing data to SDcard as , the command provided is little tricky and no completely understandable. Can you please provide me the SDCard format type (ext2,ext3,FAT,NTFS....)for writing the data in more details. I'm completely unclear with the command provided in procedure.
# Create media (this assumes your SD card is /dev/mmcblk0, you may have to replace the device name) $ bzr branch lp:~vishalbhoj/linaro-image-tools/panda-dt $ sudo panda-dt/linaro-android-media-create --dev panda --mmc /dev/mmcblk0 --system system.tar.bz2 --userdata userdata.tar.bz2 --boot boot.tar.bz2
Waiting for your reply eagerly. Thank you.
Praween kr. Android Geek Mob No:- +81-80-4797-9684 Reach me:-https://twitter.com/#%21/praween_k http://www.plurk.com/t/English#hot
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
On Thu, 2012-08-09 at 09:57 +0530, Vishal Bhoj wrote:
Insert an SD card Run 'dmesg' and look for a line that looks like [288582.790722] sdc: sdc1 sdc2 sdc3 sdc4 < sdc5 sdc6 > Run the tip of linaro image tools ./linaro-image-tools/linaro-android-media-create --mmc /dev/sdc --dev panda --system system.tar.bz2 --userdata userdata.tar.bz2 --boot boot.tar.bz2
The 'sdc' name may be a different on different PCs, e.g. on mine it is 'sdb'. It is very important that this is got correct, otherwise there is a risk of overwriting the contents of the wrong disk drive or a USB stick.
linaro-android@lists.linaro.org