Please use Freescale web to download the packages.
The following is Summary page link :
http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX6_SW
The demo image for SABRE Platform and SABRE Board for Smart Devices :
Documentation :
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi
Sachu
Go to Run-time software, and select required BSP image.
Thanks
Saurabh
Hi
i would like to use dd utility for flashing the image means I have an SD card so using dd utility i can copy the images easily,but what is the problem iam facing means before using dd utility i need to create partistion.
please tell how can create partision
sudo fdisk /dev/sdb
Download the U-Boot image:
# sudo dd if=u-boot.imx of=/dev/sdx bs=1K seek=1; sync
Download the boot image:
# sudo dd if=boot.img of=/dev/sdx1; sync
Download the Android system root image:
# sudo dd if=system.img of=/dev/sdx5; sync
Download the Android recovery image:
# sudo dd if=recovery.img ox2; syncf=/dev/sd
Please use Freescale web to download the packages.
The following is Summary page link :
http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX6_SW
The demo image for SABRE Platform and SABRE Board for Smart Devices :
Documentation :
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thanks for your response..
I download the android_KK4.4.3_2.0.0-ga_core_image_6qsabresd.tar.gz file .I need to flash the Image by using SD card
could you please help me how can create partion.
from the Document section I couldnt understand how to create partion and how to flash the images
please help me