Part Number: AM4376
Other Parts Discussed in Thread: TPS65218, AM4372, TPS62360
Tool/software:
I am trying to boot from NAND memory, but I am encountering an UBIFS filesystem error. I need support to resolve this issue. I am following these steps, but I keep getting errors. I have included the relevant details and logs below
steps
===========
nand erase.part NAND.SPL
nand erase.part NAND.u-boot
nand erase.part NAND.kernel
nand erase.part NAND.u-boot-spl-os
nand erase.part NAND.file-system
fatload mmc 0:1 0x82000000 MLO
nand write 0x82000000 NAND.SPL 0x2973D
fatload mmc 0:1 0x82000000 u-boot.img
nand write 0x82000000 NAND.u-boot 0xBB408
fatload mmc 0:1 0x82000000 zImage
nand write 0x82000000 NAND.kernel 0x4CA200
fatload mmc 0:1 0x82000000 am437x-idk-evm.dtb
nand write 0x82000000 NAND.u-boot-spl-os 0x12159
fatload mmc 0:1 0x82000000 rootfs.ubi
nand write 0x82000000 NAND.file-system 0x3D40000
-------------------------------------------
creat ubifs file system im flow this steps
file name ubinize.cfg
=======================
[ubifs]
mode=ubi
image=rootfs.ubifs
vol_id=0
vol_type=dynamic
vol_name=rootfs
vol_flags=autoresize
vol_size=70MiB
tar -xJf tisdk-base-image-am437x-evm-20240723134619.rootfs.tar.xz -C /home/zumipc/tftp/image/rootfs
sudo mkfs.ubifs -r /home/zumipc/tftp/image/rootfs -o rootfs.ubifs -F -m 2048 -e 129024 -c 4800
sudo ubinize -o rootfs.ubi -m 2048 -p 256KiB -s 512 -O 512 ubinize.cfg
Logs
==========
U-Boot SPL 2023.04-00001-g782d146723-dirty (Jul 24 2024 - 14:13:59 +0000)
Boot mode as per spl_boot_device is 5
---Trying to boot from--- NAND - 5
Trying to load image from device : 5SPL: Please implement spl_start_uboot() for your board
SPL: Direct Linux boot not active!
Loading Image Success from device : 5
U-Boot 2023.04-00001-g782d146723-dirty (Jul 24 2024 - 14:13:59 +0000)
CPU : AM437X-GP rev 1.2
Model: TI AM437x ETH
DRAM: 512 MiB
Board init is in process ...Please wait 11
Core: 41 devices, 16 uclasses, devicetree: separate
Warning: Device tree includes old 'u-boot,dm-' tags: please fix by 2023.07!
PMIC: TPS65218
NAND: 512 MiB
MMC: OMAP SD/MMC: 0
Loading Environment from FAT... OK
Net: Could not get PHY for ethernet@4a100000: addr 0
eth2: ethernet@4a100000
Hit any key to stop autoboot: 0
=>
=>
=>
=>
=> nand erase.part NAND.file-system
NAND erase.part: device 0 offset 0xa00000, size 0x1f600000
Erasing at 0x1ffe0000 -- 100% complete.
OK
=> fatload mmc 0:1 0x82000000 rootfs.ubi
57409536 bytes read in 4433 ms (12.4 MiB/s)
=> nand write 0x82000000 NAND.file-system 0x3D40000
NAND write: device 0 offset 0xa00000, size 0x3d40000
64225280 bytes written: OK
=> <INTERRUPT>
=>
=> mtdparts
device nand0 <nand.0>, # parts = 10
#: name size offset mask_flags
0: NAND.SPL 0x00040000 0x00000000 0
1: NAND.SPL.backup1 0x00040000 0x00040000 0
2: NAND.SPL.backup2 0x00040000 0x00080000 0
3: NAND.SPL.backup3 0x00040000 0x000c0000 0
4: NAND.u-boot-spl-os 0x00080000 0x00100000 0
5: NAND.u-boot 0x00100000 0x00180000 0
6: NAND.u-boot-env 0x00040000 0x00280000 0
7: NAND.u-boot-env.backup10x00040000 0x002c0000 0
8: NAND.kernel 0x00700000 0x00300000 0
9: NAND.file-system 0x1f600000 0x00a00000 0
active partition: nand0,0 - (NAND.SPL) 0x00040000 @ 0x00000000
defaults:
mtdids : nand0=nand.0
mtdparts: mtdparts=nand.0:256k(NAND.SPL),256k(NAND.SPL.backup1),256k(NAND.SPL.backup2),256k(NAND.SPL.backup3),512k(NAND.u-boot-spl-os),1m(NAND.u-boot),256k(NAND.u-boot-env),256k(NAND.u-boot-env.backup1),)
=> <INTERRUPT>
=>
=> ubi part NAND.file-system
ubi0: attaching mtd10
ubi0: scanning is finished
ubi0: volume 0 ("rootfs") re-sized from 283 to 3932 LEBs
ubi0: attached mtd10 (name "NAND.file-system", size 502 MiB)
ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 512
ubi0: VID header offset: 512 (aligned 512), data offset: 2048
ubi0: good PEBs: 4016, bad PEBs: 0, corrupted PEBs: 0
ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128
ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 166875711
ubi0: available PEBs: 0, total reserved PEBs: 4016, PEBs reserved for bad PEB handling: 80
=> <INTERRUPT>
=>
=> ubi part NAND.file-system<INTERRUPT>
=>
=>
=>
=> ubi
ubi ubifsload ubifsls ubifsmount ubifsumount
=> ubifsmount ubi0:rootfs
UBIFS error (ubi0:0 pid 0): ubifs_recover_master_node: failed to recover master node // Error
Error reading superblock on volume 'ubi0:rootfs' errno=-22!
=> <INTERRUPT>
=>
=>
=>
=> boot
** Invalid partition 2 **
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
No EFI system partition
No EFI system partition
Failed to persist EFI variables
BootOrder not defined
EFI boot manager: Cannot load any image
starting USB...
No working controllers found
USB is stopped. Please issue 'usb start' first.
Booting from nand ...
NAND read: device 0 offset 0x100000, size 0x80000
524288 bytes read: OK
NAND read: device 0 offset 0x300000, size 0x700000
7340032 bytes read: OK
Kernel image @ 0x82000000 [ 0x000000 - 0x474200 ]
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 8ffea000, end 8ffff004 ... OK
Working FDT set to 8ffea000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 5.4.106-g023faefa70 (oe-user@oe-host) (gcc version 9.2.1 20191025 (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10))) #1 PREEMPT Thu Jun 27 06:59:07 UTC 204
[ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: TI AM437x Industrial Development Kit
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] cma: Reserved 48 MiB at 0x9d000000
[ 0.000000] CPU: All CPU(s) started in SVC mode.
[ 0.000000] AM437x ES1.2 (neon)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129920
[ 0.000000] Kernel command line: console=ttyS0,115200n8 root=ubi0:rootfs rw ubi.mtd=NAND.file-system,2048 rootfstype=ubifs rootwait
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 454800K/524288K available (9216K kernel code, 304K rwdata, 3108K rodata, 1024K init, 259K bss, 20336K reserved, 49152K cma-reserved, 0K highmem)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] L2C: platform modifies aux control register: 0x0e030000 -> 0x3e430000
[ 0.000000] L2C: DT/platform modifies aux control register: 0x0e030000 -> 0x3e430000
[ 0.000000] L2C-310 enabling early BRESP for Cortex-A9
[ 0.000000] OMAP L2C310: ROM does not support power control setting
[ 0.000000] L2C-310 dynamic clock gating disabled, standby mode disabled
[ 0.000000] L2C-310 cache controller enabled, 16 ways, 256 kB
[ 0.000000] L2C-310: CACHE_ID 0x410000c9, AUX_CTRL 0x4e430000
[ 0.000000] random: get_random_bytes called from start_kernel+0x2b4/0x470 with crng_init=0
[ 0.000000] OMAP clockevent source: timer2 at 24000000 Hz
[ 0.000024] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
[ 0.000063] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[ 0.000085] OMAP clocksource: timer1 at 24000000 Hz
[ 0.001207] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
[ 0.001228] OMAP clocksource: 32k_counter at 32768 Hz
[ 0.002557] Console: colour dummy device 80x30
[ 0.002656] Calibrating delay loop... 597.60 BogoMIPS (lpj=2988032)
[ 0.060376] pid_max: default: 32768 minimum: 301
[ 0.060812] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.060845] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.062607] CPU: Testing write buffer coherency: ok
[ 0.062706] CPU0: Spectre v2: using BPIALL workaround
[ 0.064217] Setting up static identity map for 0x80100000 - 0x80100060
[ 0.064520] rcu: Hierarchical SRCU implementation.
[ 0.064685] EFI services will not be available.
[ 0.065384] devtmpfs: initialized
[ 0.095832] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[ 0.096589] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.096634] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[ 0.102834] pinctrl core: initialized pinctrl subsystem
[ 0.104204] DMI not present or invalid.
[ 0.104990] NET: Registered protocol family 16
[ 0.108556] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.167113] cpuidle: using governor ladder
[ 0.167187] cpuidle: using governor menu
[ 0.224224] No ATAGs?
[ 0.224260] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[ 0.224293] hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 0.263997] debugfs: Directory '49000000.edma' with parent 'dmaengine' already present!
[ 0.264048] edma 49000000.edma: TI EDMA DMA engine driver
[ 0.267071] V3_3D: supplied by V24_0D
[ 0.267868] VDD_COREREG: supplied by V24_0D
[ 0.268688] VDD_CORE: supplied by VDD_COREREG
[ 0.269486] V1_8DREG: supplied by V24_0D
[ 0.270852] V1_8D: supplied by V1_8DREG
[ 0.271774] V1_5DREG: supplied by V24_0D
[ 0.272579] V1_5D: supplied by V1_5DREG
[ 0.275365] iommu: Default domain type: Translated
[ 0.281240] SCSI subsystem initialized
[ 0.282445] mc: Linux media interface: v0.10
[ 0.282534] videodev: Linux video capture interface: v2.00
[ 0.282741] pps_core: LinuxPPS API ver. 1 registered
[ 0.282759] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.282808] PTP clock support registered
[ 0.282883] EDAC MC: Ver: 3.0.0
[ 0.285323] Advanced Linux Sound Architecture Driver Initialized.
[ 0.287486] clocksource: Switched to clocksource timer1
[ 0.305456] thermal_sys: Registered thermal governor 'fair_share'
[ 0.305470] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.305498] thermal_sys: Registered thermal governor 'step_wise'
[ 0.305515] thermal_sys: Registered thermal governor 'user_space'
[ 0.305531] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.306772] NET: Registered protocol family 2
[ 0.308307] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 0.308377] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[ 0.308485] TCP bind hash table entries: 4096 (order: 2, 16384 bytes, linear)
[ 0.308613] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.308799] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.308847] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.309174] NET: Registered protocol family 1
[ 0.310192] RPC: Registered named UNIX socket transport module.
[ 0.310218] RPC: Registered udp transport module.
[ 0.310233] RPC: Registered tcp transport module.
[ 0.310248] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.310276] PCI: CLS 0 bytes, default 64
[ 0.314276] Initialise system trusted keyrings
[ 0.314761] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[ 0.326484] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.328174] NFS: Registering the id_resolver key type
[ 0.328237] Key type id_resolver registered
[ 0.328253] Key type id_legacy registered
[ 0.328359] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.329775] Key type asymmetric registered
[ 0.329801] Asymmetric key parser 'x509' registered
[ 0.329901] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 0.329922] io scheduler mq-deadline registered
[ 0.329940] io scheduler kyber registered
[ 0.341146] OMAP GPIO hardware version 0.1
[ 0.382147] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[ 0.444213] pinctrl-single 44e10800.pinmux: 199 pins, size 796
[ 0.566936] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[ 0.575213] omap8250 44e09000.serial: No clock speed specified: using default: 48000000
[ 0.576738] printk: console [ttyS0] disabled
[ 0.576910] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 67, base_baud = 3000000) is a 8250
[ 1.259587] printk: console [ttyS0] enabled
[ 1.270009] omap_rng 48310000.rng: Random Number Generator ver. 20
[ 1.277714] random: fast init done
[ 1.281509] random: crng init done
[ 1.325946] brd: module loaded
[ 1.345989] loop: module loaded
[ 1.364303] libphy: Fixed MDIO Bus: probed
[ 1.437574] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000
[ 1.445295] libphy: 4a101000.mdio: probed
[ 1.449649] mdio_bus 4a101000.mdio: MDIO device at address 0 is missing.
[ 1.456964] cpsw 4a100000.ethernet: initialized cpsw ale version 1.4
[ 1.463426] cpsw 4a100000.ethernet: ALE Table size 1024
[ 1.468858] cpsw 4a100000.ethernet: cpts: overflow check period 500 (jiffies)
[ 1.476119] cpsw 4a100000.ethernet: Detected MACID = 88:01:f9:59:b2:23
[ 1.486284] i2c /dev entries driver
[ 1.496559] cpuidle: enable-method property 'ti,am4372' found operations
[ 1.504823] sdhci: Secure Digital Host Controller Interface driver
[ 1.511100] sdhci: Copyright(c) Pierre Ossman
[ 1.518953] omap_gpio 44e07000.gpio: Could not set line 6 debounce to 200000 microseconds (-22)
[ 1.527772] omap_hsmmc 48060000.mmc: Got CD GPIO
[ 1.561575] omap_hsmmc 47810000.mmc: RX DMA channel request failed
[ 1.568794] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.578705] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.593991] NET: Registered protocol family 10
[ 1.600859] Segment Routing with IPv6
[ 1.604863] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 1.612383] NET: Registered protocol family 17
[ 1.617672] Key type dns_resolver registered
[ 1.622358] omap_voltage_late_init: Voltage driver support not added
[ 1.630004] Loading compiled-in X.509 certificates
[ 1.642117] mmc0: host does not support reading read-only switch, assuming write-enable
[ 1.660946] mmc0: new high speed SDHC card at address aaaa
[ 1.678308] mmcblk0: mmc0:aaaa SK32G 29.7 GiB
[ 1.688076] omap-gpmc 50000000.gpmc: GPMC revision 6.0
[ 1.693272] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
[ 1.700614] mmcblk0: p1
[ 1.707884] Could not find a valid ONFI parameter page, trying bit-wise majority to recover it
[ 1.716698] ONFI parameter recovery failed, aborting
[ 1.721794] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xdc
[ 1.728261] nand: Micron NAND 512MiB 3,3V 8-bit
[ 1.732832] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[ 1.740753] nand: using OMAP_ECC_BCH8_CODE_HW ECC scheme
[ 1.746300] 10 fixed-partitions partitions found on MTD device omap2-nand.0
[ 1.753355] Creating 10 MTD partitions on "omap2-nand.0":
[ 1.758828] 0x000000000000-0x000000040000 : "NAND.SPL"
[ 1.766744] 0x000000040000-0x000000080000 : "NAND.SPL.backup1"
[ 1.775269] 0x000000080000-0x0000000c0000 : "NAND.SPL.backup2"
[ 1.783817] 0x0000000c0000-0x000000100000 : "NAND.SPL.backup3"
[ 1.792267] 0x000000100000-0x000000180000 : "NAND.u-boot-spl-os"
[ 1.800933] 0x000000180000-0x000000280000 : "NAND.u-boot"
[ 1.809082] 0x000000280000-0x0000002c0000 : "NAND.u-boot-env"
[ 1.817420] 0x0000002c0000-0x000000300000 : "NAND.u-boot-env.backup1"
[ 1.826540] 0x000000300000-0x000000a00000 : "NAND.kernel"
[ 1.835392] 0x000000a00000-0x000020000000 : "NAND.file-system"
[ 1.927613] tps62360 0-0060: tps62360_init_dcdc(): register 4 write failed with err -121
[ 1.935774] tps62360 0-0060: tps62360_probe(): Init failed with err = -121
[ 1.942900] tps62360: probe of 0-0060 failed with error -121
[ 1.949022] omap_i2c 44e0b000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.957286] omap_i2c 4819c000.i2c: bus 2 rev0.12 at 100 kHz
[ 1.977255] omap_reset_deassert: timedout waiting for gfx:0
[ 1.983003] ti-sysc: probe of 44000000.ocp:target-module@56000000 failed with error -110
[ 1.993096] ubi0: attaching mtd9
[ 1.998003] ubi0 error: validate_ec_hdr: bad VID header offset 512, expected 2048
[ 2.005551] ubi0 error: validate_ec_hdr: bad EC header
[ 2.010836] Erase counter header dump:
[ 2.014616] magic 0x55424923
[ 2.018459] version 1
[ 2.021450] ec 1
[ 2.024437] vid_hdr_offset 512
[ 2.027629] data_offset 2048
[ 2.030880] image_seq 166875711
[ 2.034565] hdr_crc 0xcd26725d
[ 2.038357] erase counter header hexdump:
[ 2.042449] CPU: 0 PID: 1 Comm: swapper Not tainted 5.4.106-g023faefa70 #1
[ 2.049388] Hardware name: Generic AM43 (Flattened Device Tree)
[ 2.055400] [<c010eb08>] (unwind_backtrace) from [<c010b2f0>] (show_stack+0x10/0x14)
[ 2.063240] [<c010b2f0>] (show_stack) from [<c0667128>] (validate_ec_hdr+0x98/0xdc)
[ 2.070996] [<c0667128>] (validate_ec_hdr) from [<c0667c54>] (ubi_io_read_ec_hdr+0x160/0x1f0)
[ 2.079623] [<c0667c54>] (ubi_io_read_ec_hdr) from [<c066d20c>] (ubi_attach+0x19c/0x13e0)
[ 2.087894] [<c066d20c>] (ubi_attach) from [<c0661850>] (ubi_attach_mtd_dev+0x464/0xaf4)
[ 2.096068] [<c0661850>] (ubi_attach_mtd_dev) from [<c0e248d8>] (ubi_init+0x1ac/0x238)
[ 2.104089] [<c0e248d8>] (ubi_init) from [<c0102648>] (do_one_initcall+0x58/0x1c4)
[ 2.111751] [<c0102648>] (do_one_initcall) from [<c0e00ee4>] (kernel_init_freeable+0x124/0x1c0)
[ 2.120562] [<c0e00ee4>] (kernel_init_freeable) from [<c096fadc>] (kernel_init+0x8/0x110)
[ 2.128835] [<c096fadc>] (kernel_init) from [<c01010e8>] (ret_from_fork+0x14/0x2c)
[ 2.136450] Exception stack(0xdc45ffb0 to 0xdc45fff8)
[ 2.141566] ffa0: 00000000 00000000 00000000 00000000
[ 2.149826] ffc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 2.158081] ffe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 2.164757] ubi0 error: ubi_io_read_ec_hdr: validation failed for PEB 71
[ 2.171547] ubi0 error: ubi_attach_mtd_dev: failed to attach mtd9, error -22
[ 2.178722] UBI error: cannot attach mtd9
[ 2.184477] input: gpio_keys as /devices/platform/gpio_keys/input/input0
[ 2.192847] hctosys: unable to open rtc device (rtc0)
[ 2.200050] ALSA device list:
[ 2.203062] No soundcards found.
[ 2.207919] VFS: Cannot open root device "ubi0:rootfs" or unknown-block(0,0): error -19
[ 2.215979] Please append a correct "root=" boot option; here are the available partitions:
[ 2.224508] 0100 65536 ram0
[ 2.224515] (driver?)
[ 2.230750] 0101 65536 ram1
[ 2.230756] (driver?)
[ 2.236910] 0102 65536 ram2
[ 2.236915] (driver?)
[ 2.243134] 0103 65536 ram3
[ 2.243140] (driver?)
[ 2.249322] 0104 65536 ram4
[ 2.249328] (driver?)
[ 2.255480] 0105 65536 ram5
[ 2.255486] (driver?)
[ 2.261665] 0106 65536 ram6
[ 2.261670] (driver?)
[ 2.267844] 0107 65536 ram7
[ 2.267849] (driver?)
[ 2.274000] 0108 65536 ram8
[ 2.274005] (driver?)
[ 2.280180] 0109 65536 ram9
[ 2.280186] (driver?)
[ 2.286335] 010a 65536 ram10
[ 2.286339] (driver?)
[ 2.292603] 010b 65536 ram11
[ 2.292609] (driver?)
[ 2.298872] 010c 65536 ram12
[ 2.298877] (driver?)
[ 2.305115] 010d 65536 ram13
[ 2.305120] (driver?)
[ 2.311384] 010e 65536 ram14
[ 2.311389] (driver?)
[ 2.317652] 010f 65536 ram15
[ 2.317657] (driver?)
[ 2.323906] b300 31166976 mmcblk0
[ 2.323913] driver: mmcblk
[ 2.330789] b301 31165440 mmcblk0p1 0523ae98-01
[ 2.330795]
[ 2.337668] 1f00 256 mtdblock0
[ 2.337673] (driver?)
[ 2.344261] 1f01 256 mtdblock1
[ 2.344267] (driver?)
[ 2.350879] 1f02 256 mtdblock2
[ 2.350885] (driver?)
[ 2.357495] 1f03 256 mtdblock3
[ 2.357501] (driver?)
[ 2.364088] 1f04 512 mtdblock4
[ 2.364093] (driver?)
[ 2.370703] 1f05 1024 mtdblock5
[ 2.370708] (driver?)
[ 2.377292] 1f06 256 mtdblock6
[ 2.377297] (driver?)
[ 2.383908] 1f07 256 mtdblock7
[ 2.383914] (driver?)
[ 2.390527] 1f08 7168 mtdblock8
[ 2.390532] (driver?)
[ 2.397118] 1f09 514048 mtdblock9
[ 2.397123] (driver?)
[ 2.403730] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
[ 2.412056] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) ]---
CTRL-A Z for help | 115200 8N1 | NOR | Minicom 2.8 | VT102 | Offline | ttyUSB0