Hi,
I am using an AM3352 with SPL + U-Boot, booting from NAND. This is my current partitioning scheme:
device nand0 <omap2-nand.0>, # parts = 15 #: name size offset mask_flags 0: SPL 0x00020000 0x00000000 0 1: SPL.backup1 0x00020000 0x00020000 0 2: SPL.backup2 0x00020000 0x00040000 0 3: SPL.backup3 0x00020000 0x00060000 0 4: u-boot 0x00080000 0x00080000 0 5: u-boot.backup1 0x00080000 0x00100000 0 6: u-boot.backup2 0x00080000 0x00180000 0 7: u-boot.backup3 0x00080000 0x00200000 0 8: kernel 0x00260000 0x00280000 0 9: fs 0x01400000 0x004e0000 0 10: drivers 0x00500000 0x018e0000 0 11: app 0x00a00000 0x01de0000 0 12: upgd 0x00200000 0x027e0000 0 13: dmin 0x00a00000 0x029e0000 0 14: dgen 0x04c20000 0x033e0000 0
I would like to know if there's a way I can print or at least differentiate each SPL partition withou having to recompile and generate 4 different images.
Regards,
Guilherme