From 38c23716e00e0b2e96c78a401ebb0256ee80a7da Mon Sep 17 00:00:00 2001 From: Keith Benoit Date: Tue, 30 May 2017 09:14:02 -0400 Subject: [PATCH] MTDRAM Partition list This is a list of the MTDRAM 'disk' partitions on the camera. --- MTDRAM Partitions | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 MTDRAM Partitions diff --git a/MTDRAM Partitions b/MTDRAM Partitions new file mode 100644 index 0000000..37357e5 --- /dev/null +++ b/MTDRAM Partitions @@ -0,0 +1,11 @@ + + Start address End address Partition Device Description + -------------- -------------- --------- ------ --------------------- + 0x000000000000-0x000000040000 : "boot" mtd0 The U-Boot loader + 0x000000040000-0x000000050000 : "env" mtd1 Environment variables + 0x000000050000-0x000000060000 : "conf" mtd2 Configuration data + 0x000000060000-0x0000001f0000 : "os" mtd3 Linux kernel + 0x0000001f0000-0x000000330000 : "rootfs" mtd4 / file system + 0x000000330000-0x000000fe0000 : "home" mtd5 /home file system + 0x000000fe0000-0x000000ff0000 : "vd1" mtd6 ??? + 0x000000ff0000-0x000001000000 : "ver" mtd7 ???