This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to read image from NAND

Other Parts Discussed in Thread: AM1705

I am a novice , this my first project on AM1705.

I made the board on the Sitara AM1705 processor, wrote U-boot into NAND, then, by means of U-boot, wrote a Linux kernel and file system into NAND, then, from under Linux, wrote my application into NAND.

Now I need to read from NAND my image (u-boot + linux kernel + rootFS + my application) and to write it in other boards.

How it is possible to read an image from NAND? For this purpose I will need Code Composer Studio and JTAG?