I have an embedded system that I want to read its nand flash and write it back to another system's nand flash. I have access to root of Linux system which is running on device. The system is based on AM3874 and I have access to its JTAG too. My questions are:
1- Can I do this by login to system as root and writing nand flash data to a SD card and then one new system write it back to nand flash?
2- If the answer to above question is yes, what is the procedures and what software I need?
3- If the answer is no, Can I use JTAG interface to read NAND Flash and writing it to another device?