Advertisement
jow-

Untitled

Nov 6th, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. [ 0.588000] Creating 5 MTD partitions on "spi32766.0":
  2. [ 0.592000] 0x000000000000-0x000000020000 : "u-boot"
  3. ^-- bootloader, 100K
  4. [ 0.600000] 0x000000020000-0x0000006c0000 : "firmware"
  5. [ 0.604000] 0x000000191828-0x0000006c0000 : "rootfs"
  6. ^-- 0x20000..0x191828 ~ 1.6MB -> kernel
  7. ^-- 0x191828..0x6c0000 ~ 5.3MB -> squashfs + jffs2
  8. [ 0.608000] mtd: partition "rootfs" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
  9. [ 0.624000] mtd: device 2 (rootfs) set to be root filesystem
  10. [ 0.628000] mtd: partition "rootfs_data" created automatically, ofs=0x400000, len=0x2c0000
  11. [ 0.636000] 0x000000400000-0x0000006c0000 : "rootfs_data"
  12. ^-- 0x40000..0x6c0000 ~ 2.8MB -> jffs2 (0x40000 is the next free block aligned addr after end of squashfs)
  13. [ 1.648000] 0x0000006c0000-0x0000007c0000 : "dsl_fw"
  14. ^-- 64KB
  15. [ 1.656000] 0x0000007c0000-0x0000007d0000 : "config"
  16. ^-- 64KB
  17. [ 1.660000] 0x0000007d0000-0x000000800000 : "boardconfig"
  18. ^-- 192KB
  19. [ 1.776000] libphy: lantiq,xrx200-mdio: probed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement