Blog talk:Korogodin/04.05.2012, Первая загрузка linux'а на AM3517/c000137 — различия между версиями
Материал из SRNS
Boldenkov (обсуждение | вклад) (Новый комментарий от Boldenkov: Из лога: NAND device: Manufacturer ID: 0x2c, Chip ID: 0xca (Micron ) Creating 5 MTD partitions on "omap2-nand.0": 0x000000000000-0x000000080000 : "xl...) |
Boldenkov (обсуждение | вклад) |
||
Строка 1: | Строка 1: | ||
Из лога: | Из лога: | ||
+ | |||
NAND device: Manufacturer ID: 0x2c, Chip ID: 0xca (Micron ) | NAND device: Manufacturer ID: 0x2c, Chip ID: 0xca (Micron ) | ||
+ | |||
Creating 5 MTD partitions on "omap2-nand.0": | Creating 5 MTD partitions on "omap2-nand.0": | ||
+ | |||
0x000000000000-0x000000080000 : "xloader-nand" | 0x000000000000-0x000000080000 : "xloader-nand" | ||
+ | |||
0x000000080000-0x000000240000 : "uboot-nand" | 0x000000080000-0x000000240000 : "uboot-nand" | ||
+ | |||
0x000000240000-0x000000280000 : "params-nand" | 0x000000240000-0x000000280000 : "params-nand" | ||
+ | |||
0x000000280000-0x000000780000 : "linux-nand" | 0x000000280000-0x000000780000 : "linux-nand" | ||
+ | |||
0x000000780000-0x000010000000 : "jffs2-nand" | 0x000000780000-0x000010000000 : "jffs2-nand" | ||
+ | |||
Т. е. в параметрах ядра указано правильно, rootfs лежит в /dev/mtdblock4. mtd - memory technology devices, разделы нумеруются с нуля, поэтому наш раздел как раз четвёртый. | Т. е. в параметрах ядра указано правильно, rootfs лежит в /dev/mtdblock4. mtd - memory technology devices, разделы нумеруются с нуля, поэтому наш раздел как раз четвёртый. | ||
+ | {{wl-comment: }} |
Текущая версия на 21:12, 4 мая 2012
Из лога:
NAND device: Manufacturer ID: 0x2c, Chip ID: 0xca (Micron )
Creating 5 MTD partitions on "omap2-nand.0":
0x000000000000-0x000000080000 : "xloader-nand"
0x000000080000-0x000000240000 : "uboot-nand"
0x000000240000-0x000000280000 : "params-nand"
0x000000280000-0x000000780000 : "linux-nand"
0x000000780000-0x000010000000 : "jffs2-nand"
Т. е. в параметрах ядра указано правильно, rootfs лежит в /dev/mtdblock4. mtd - memory technology devices, разделы нумеруются с нуля, поэтому наш раздел как раз четвёртый.