Flash memory map for Tiny210.[SD install]

nsys
Hi,

In the SD Install (using superboot)

I cannot find flash memory map for Tiny210.
I'm searching where kernel, root filesystem is located in flash memory.

Flash Memory Map ????
0x000000000000-0x0000000?0000 : "Bootloader"
0x0000000?0000-0x000000??0000 : "Kernel"
0x000000??0000-0x0000??000000 : "File System"

Please~ teach me

ketone
Hi,

From console output, it says,

S3C NAND Driver, (c) 2008 Samsung Electronics
[    1.227033] S3C NAND Driver is using hardware ECC.
[    1.227102] NAND device: Manufacturer ID: 0xec, Chip ID: 0xda (Samsung
NAND 256MiB 3,3V 8-bit)
[    1.227183] Creating 5 MTD partitions on "s5pv210-nand":
[    1.227235] 0x0000000c0000-0x000000100000 : "misc"
[    1.228884] 0x000000100000-0x000000600000 : "recovery"
[    1.235350] 0x000000600000-0x000000b00000 : "kernel"
[    1.240266] 0x000000b00000-0x000000e00000 : "ramdisk"
[    1.244746] 0x000000e00000-0x000010000000 : "system"

Has 5 partition. "misc" and "recovery" could be the superboot.

Somebody may have better explanation.