SD card Formatting for sabre sd platform

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SD card Formatting for sabre sd platform

413 Views
kapilkumar
Contributor III

Hello Friends,

I am trying to build u-boot on sabre sd platform through sd card(8 GB) and had downloaded the source code from      git clone git://git.denx.de/u-boot.git   . Compilation of the source code is successful and also uboot.imx created.Then, i tried to copy the uboot.imx using below command:

  sudo dd if=u-boot.imx of=/dev/sdb bs=1k seek=1;

  sync

After that i tried booting on the board from card , nothing is coming on the serial console.

Please , provide me guidelines.

Regards & Thanks

Kapil Kumar

0 Kudos
1 Reply

340 Views
igorpadykov
NXP Employee
NXP Employee

HI Kapil

one can try uboot from official release (uboot-imx-imx_v2014.04):

Board Support Packages (27)

L3.14.28_1.0.0_iMX6QDLS_BUNDLE (REV L3.14.28_1.0.0)

http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=RDIMX6SABREBRD&fpsp=1&tab=Design_Tool...

then follow guidelines from Linux Guide, included in that package

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos