how to flash the images for imx6sl lollipup v5.1.1 with TFTP and NFS server.

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

how to flash the images for imx6sl lollipup v5.1.1 with TFTP and NFS server.

496 Views
vikaskolapudi
Contributor I

Hi All,

Previously we used to have TFTP and NFS flashing procedure for kitkat 4.4.3, and now do we have similar procedure to flash the images on to the sd card via TFTP and NFS.

If yes, Can you please point me to the document or steps to flash.

1.When I am flashing images by following the steps :

$ cd ~/myandroid/

$ sudo chmod +x ./device/fsl/common/tools/fsl-sdcard-partition.sh

$ sudo ./device/fsl/common/tools/fsl-sdcard-partition.sh -f <soc_name> /dev/sdX

# <soc_name> can be imx6q, imx6dl, imx6sl, imx6sx and imx7d.

But I am facing issue after booting on the console I am getting binder transaction failed.

2.When I tried using MFG tool, I am getting GUI, but not console access.

Is there any other way that I could flash the  images?

Please help me to resolve this.

Thanks in Advance,

Joseph Vikas.

Labels (6)
0 Kudos
2 Replies

394 Views
vikaskolapudi
Contributor I

Hi Victor,

Thank you for the reply.

I have tried the above commands and resulting the same.

Please find the Attached image. I see some buffer I/O error, please help me to resolve this issue.

I think I am very close to the command line but something is missing.

In programming images I followed 6.1.3 section as my board is IMX6SL. I am not clear with the steps can you please guide me.buffer_InputOutput_error.png

0 Kudos

394 Views
b36401
NXP Employee
NXP Employee

After you created partitions on SD card you need to put the images on them:

$ sudo dd if=u-boot.imx of=/dev/sdX bs=1K seek=1 

$ sudo dd if=boot.img of=/dev/sdX1

$ sudo dd if=system.img of=/dev/sdX5

$ sudo dd if=recovery.img of=/dev/sdX2

Please refer to "Programming Images" chapter of Android User's Guide for the detais.

Have a great day,

Victor

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

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

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

0 Kudos