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.

AM3358: AM335x help in backup NAND to SD or TFTP

Part Number: AM3358

Hello

I have custom board built using AM3358, Do not have any documentation.

Before experimenting with this board, how can I backup nand to tftp or sd card from u-boot (Using UART Console).

I cannot login to Linux cause this board is custom do not have any documentation on this.

Need help with backup nand and to 

 copy only  "0x000000780000-0x000020000000 : "File System""  from nand to sd card or to pc using tftp (from U-boot)

Details from Board:

Machine: am335xevm

NAND read: device 0 offset 0x280000, size 0x500000
5242880 bytes read: OK
## Booting kernel from Legacy Image at 82000000 ...
Image Name: Linux-3.2.0
Created: 2020-07-15 0:39:58 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3111120 Bytes = 3 MiB
Load Address: 80008000
Entry Point: 80008000

ONFI param page 0 valid
NAND device: Manufacturer ID: 0x2c, Chip ID: 0xdc (Micron MT29F4G08ABADAWP)
Creating 8 MTD partitions on "omap2-nand.0":
0x000000000000-0x000000020000 : "SPL"
0x000000020000-0x000000040000 : "SPL.backup1"
0x000000040000-0x000000060000 : "SPL.backup2"
0x000000060000-0x000000080000 : "SPL.backup3"
0x000000080000-0x000000260000 : "U-Boot"
0x000000260000-0x000000280000 : "U-Boot Env"
0x000000280000-0x000000780000 : "Kernel"
0x000000780000-0x000020000000 : "File System"

=> mtdparts
device nand0 <nand.0>, # parts = 8
#: namesizeoffsetmask_flags
0: NAND.SPL 0x000200000x000000000
1: NAND.SPL.backup1 0x000200000x000200000
2: NAND.SPL.backup2 0x000200000x000400000
3: NAND.SPL.backup3 0x000200000x000600000
4: NAND.u-boot 0x001e00000x000800000
5: NAND.u-boot-env 0x000200000x002600000
6: NAND.kernel 0x005000000x002800000
7: NAND.file-system 0x1f8800000x007800000

-Suds