How to flash Nand on imx53 custom board? (which tools to use?)

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

How to flash Nand on imx53 custom board? (which tools to use?)

Jump to solution
1,006 Views
emmanuel_fiance
Contributor I

Hello all,

Like I just join this community, before my question, just a little who I am:  I am 41 yo, I live in France and I am hardware developer (more than software :-).

Well, I just start a project with a custom IMX53 QSB. My goal is to install a Linux instead Android. I must say that I haven't any manufacturer support.

So this board is able to boot on the SD card.

My plan is to start with an existing image (from Freescale or Linaro) and burn it to the SD card and try to make it working on this board.

My second step is to flash this image under the board internal Nand.

My third step is to build my own suitable image for my project.

Well like I am newbie, I start to read freescale information, but there are so many things ...

I found necessary information to write image under the SD.

I would like to know what tools I need for my other steps:

- Which tools I need to flash the internal Nand of the board with my image?

I think I understand that Uboot can do that? but not know the process.

Also I think I need to know how to access to the Nand Flash (memory adress)? (I have an Android update from the manufacturer. this update use Uboot flash update process, so perhaps I could make some retro-engineering to find parameter I need..)

- Is there a free tools platform with I can build my own image?

(or a more open question wich tools I need to work on imx53 board? is there free tools? where to download it?)

Thanks

Emmanuel

(Please be tolerant, I am newbie with a small experience on Linux system :-)

Labels (1)
0 Kudos
1 Solution
652 Views
hippo
NXP TechSupport
NXP TechSupport

Please refer to attached document describing how to flash

SD, sect.5. "Downloading Images Using MFG Tool".

Please note that QuickStart board is not designed to boot from

NAND and there is no possibility for such option in Manufacturing Tool,

Other boards can have such option and one can look at ucl.xml,

below extract for i.MX53 EVK and You can use it as example:

Nand as media with JFFS2 File System">

Read from DDR script from U-Boot to init DDR Memory.

Doing Kernel.

Doing Initramfs.

Jumping to OS image.

View solution in original post

0 Kudos
1 Reply
653 Views
hippo
NXP TechSupport
NXP TechSupport

Please refer to attached document describing how to flash

SD, sect.5. "Downloading Images Using MFG Tool".

Please note that QuickStart board is not designed to boot from

NAND and there is no possibility for such option in Manufacturing Tool,

Other boards can have such option and one can look at ucl.xml,

below extract for i.MX53 EVK and You can use it as example:

Nand as media with JFFS2 File System">

Read from DDR script from U-Boot to init DDR Memory.

Doing Kernel.

Doing Initramfs.

Jumping to OS image.

0 Kudos