[Gta04-owner] GTA04 and ubifs (kernel problem)
Denis 'GNUtoo' Carikli
GNUtoo at no-log.org
Sat Feb 11 16:56:54 CET 2012
hi,
ubifs is initialized before the NAND partitions:
[ 1.282257] UBI error: ubi_init: UBI error: cannot initialize UBI, error
-19
[ 2.928405] 0x000000680000-0x000020000000 : "File System"
which makes it impossible to boot on an ubifs filesystem without an initramfs.
I've tried to move NAND initialization at the beginning inside board-
omap3gta04.c but it didn't succeed to initialize it before.
The full log is here:
Texas Instruments X-Loader 1.4.4ss (Dec 22 2011 - 15:47:09)
OMAP3630/3730-GP ES2.1
Board detected: GTA04A3
Memory: Micron MCP 256MB/bank
Loading u-boot.bin from nand
U-Boot 2011.03-rc1 (Jan 24 2012 - 16:49:37)
OMAP3630/3730-GP ES2.1, CPU-OPP2, L3-165MHz, Max CPU Clock 1 Ghz
GTA04 + LPDDR/NAND
I2C: ready
DRAM: 512 MiB
NAND: 512 MiB
MMC: OMAP SD/MMC: 0
In: serial
Out: serial
Err: serial
Die ID #559000229ff800000163810c1900900f
Hit any key to stop autoboot: 0
GTA04 #
GTA04 #
GTA04 #
GTA04 #
GTA04 #
GTA04 #
GTA04 #
GTA04 #
GTA04 #
GTA04 #
GTA04 #
GTA04 #
GTA04 #
GTA04 #
GTA04 #
GTA04 # printenv
baudrate=115200
bootcmd=if mmc rescan ${mmcdev}; then if run loadbootscript; then run
bootscript; else if run loaduimage; then run mmcboot; else run nandboot; fi;
fi; else run nandboot; fi
bootdelay=1
bootscript=echo Running bootscript from mmc ...; source ${loadaddr}
console=ttyO2,115200n8
defaultdisplay=dvi
dieid#=559000229ff800000163810c1900900f
dvimode=1024x768MR-16 at 60
filesize=1E52
gta04=002
jffs2root=root=/dev/mtdblock4 rootfstype=jffs2 rw
loadaddr=0x82000000
loadbootscript=if fatload mmc ${mmcdev} ${loadaddr} boot.scr; then; else nand
read 250000 ${loadaddr} 10000; fi
loadimg=i2c dev 0; mmc rescan 0; run loadimg0; lcm fb ${imgaddr};
loadimg0=if fatload mmc 0 ${imgaddr} ${imgfile}.rgb16; then; elif fatload mmc
0 80800000 ${imgfile}.rgb16z; then unzip 80800000 ${imgaddr}; elif nand read
80800000 ${imgnandaddr} 40000; then unzip 80800000 ${imgaddr}; fi
loadkernel=if fatload mmc ${mmcdev} ${loadaddr} uImage.bin; then; else nand
read 250000 ${loadaddr} 10000; fi
loaduimage=fatload mmc ${mmcdev} ${loadaddr} uImage
mmcargs=setenv bootargs console=${console} mpurate=${mpurate} vram=${vram}
omapfb.mode=dvi:${dvimode} omapfb.debug=y omapdss.def_disp=${defaultdisplay}
root=${mmcroot} rootfstype=${mmcrootfstype}
mmcboot=echo Booting from mmc ...; run mmcargs; bootm ${loadaddr}
mmcdev=0
mmcroot=/dev/mmcblk0p2 rw
mmcrootfstype=ext3 rootwait
mpurate=800
mtdids=nand0=nand
mtdparts=mtdparts=nand:0x00080000(x-loader),0x001e0000(u-boot),0x00020000(u-
boot-env),0x00400000(kernel),-(filesystem)
nandargs=setenv bootargs console=${console} mpurate=${mpurate} vram=${vram}
omapfb.mode=dvi:${dvimode} omapfb.debug=y omapdss.def_disp=${defaultdisplay}
${ubifsroot} ${mtdparts} panic=3
nandboot=echo Booting from nand ...; run nandargs; nand read ${loadaddr}
280000 400000; bootm ${loadaddr}
nandroot=ubi0:om-gta04-rootfs
nandrootfstype=ubifs ubi.mtd=4,2048
ubifsroot=rootfstype=ubifs ubi.mtd=4,2048 root=ubi0:om-gta04-rootfs
ubi.vid_hdr_offs=2048
usbtty=cdc_acm
vram=12M
Environment size: 2042/131068 bytes
GTA04 # run nandboot
Booting from nand ...
NAND read: device 0 offset 0x280000, size 0x400000
4194304 bytes read: OK
## Booting kernel from Legacy Image at 82000000 ...
Image Name: shr/3.2.0+gitr3+60c3a2b52fcb480b
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3732440 Bytes = 3.6 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.2.0-gta04 (gnutoo at trisquel) (gcc version 4.6.3
20111117 (prerelease) (GCC) ) #1 PREEMPT Thu Feb 9 12:33:08 CET 2012
[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing
instruction cache
[ 0.000000] Machine: GTA04
[ 0.000000] Reserving 12582912 bytes SDRAM for VRAM
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] OMAP3630 ES1.2 (l2cache iva sgx neon isp 192mhz_clk )
[ 0.000000] Clocking rate (Crystal/Core/MPU): 26.0/332/600 MHz
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total
pages: 126848
[ 0.000000] Kernel command line: console=ttyO2,115200n8 mpurate=800
vram=12M omapfb.mode=dvi:1024x768MR-16 at 60 omapfb.debug=y omapdss.def_disp=dvi
rootfstype=ubifs ubi.mtd=4,2048 root=ubi0:om-gta04-rootfs
ubi.vid_hdr_offs=2048 mtdparts=nand:0x00080000(x-loader),0x001e0000(u-
boot),0x00020000(u-boot-env),0x00400000(kernel),-(filesystem) panic=3
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 500MB = 500MB total
[ 0.000000] Memory: 491340k/491340k available, 32948k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xe0800000 - 0xf8000000 ( 376 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc074e010 (7449 kB)
[ 0.000000] .init : 0xc074f000 - 0xc0787000 ( 224 kB)
[ 0.000000] .data : 0xc0788000 - 0xc0822238 ( 617 kB)
[ 0.000000] .bss : 0xc082225c - 0xc0f3b1c5 (7268 kB)
[ 0.000000] NR_IRQS:410
[ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96
interrupts
[ 0.000000] Total of 96 interrupts on 1 active controller
[ 0.000000] OMAP clockevent source: GPTIMER12 at 32768 Hz
[ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every
131071999ms
[ 0.000000] Console: colour dummy device 80x30
[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc.,
Ingo Molnar
[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.000000] ... MAX_LOCK_DEPTH: 48
[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.000000] ... CLASSHASH_SIZE: 4096
[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
[ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
[ 0.000000] ... CHAINHASH_SIZE: 16384
[ 0.000000] memory used by lock dependency info: 3695 kB
[ 0.000000] per task-struct memory footprint: 1152 bytes
[ 0.001190] Calibrating delay loop... 512.57 BogoMIPS (lpj=2002944)
[ 0.080657] pid_max: default: 32768 minimum: 301
[ 0.082092] Mount-cache hash table entries: 512
[ 0.087554] Initializing cgroup subsys cpuacct
[ 0.087646] Initializing cgroup subsys devices
[ 0.087677] Initializing cgroup subsys freezer
[ 0.088195] CPU: Testing write buffer coherency: ok
[ 0.096435] devtmpfs: initialized
[ 0.104919] omap_hwmod: usbtll_fck: missing clockdomain for usbtll_fck.
[ 0.112518] print_constraints: dummy:
[ 0.114746] NET: Registered protocol family 16
[ 0.115875] GPMC revision 5.0
[ 0.125305] OMAP GPIO hardware version 2.5
[ 0.137786] running gta04_init()
[ 0.137786] omap_mux_init: Add partition: #1: core, flags: 0
[ 0.143310] Running gta04_init_rev()
[ 0.143737] gta04_rev 3
[ 0.153076] Reprogramming SDRC clock to 332000000 Hz
[ 0.165924] Revision GTA04A3
[ 0.172332] Found NAND on CS0
[ 0.172332] Registering NAND on CS0
[ 0.173126] gta04_init done...
[ 0.173217] hw-breakpoint: debug architecture 0x4 unsupported.
[ 0.198150] Calibrating delay loop (skipped) already calibrated this CPU
[ 0.198303] Switched to new clocking rate (Crystal/Core/MPU): 26.0/332/800
MHz
[ 0.198944] OMAP DMA hardware revision 5.0
[ 0.238677] bio: create slab <bio-0> at 0
[ 0.245208] SCSI subsystem initialized
[ 0.250976] usbcore: registered new interface driver usbfs
[ 0.251556] usbcore: registered new interface driver hub
[ 0.252197] usbcore: registered new device driver usb
[ 0.255096] omap_i2c omap_i2c.1: bus 1 rev1.4.0 at 2600 kHz
[ 0.268646] twl4030: PIH (irq 7) chaining IRQs 368..375
[ 0.269256] twl4030: power (irq 373) chaining IRQs 376..383
[ 0.271667] twl4030: gpio (irq 368) chaining IRQs 384..401
[ 0.276733] print_constraints: VUSB1V5: 1500 mV normal standby
[ 0.279113] print_constraints: VUSB1V8: 1800 mV normal standby
[ 0.281372] print_constraints: VUSB3V1: 3100 mV normal standby
[ 0.290924] twl4030_usb twl4030_usb: Initialized TWL4030 USB module
[ 0.294525] print_constraints: VMMC1: 1850 <--> 3150 mV at 3150 mV normal
standby
[ 0.297210] print_constraints: VDAC: 1800 mV normal standby
[ 0.299468] print_constraints: VAUX2: 2800 mV normal standby
[ 0.301666] print_constraints: VDVI: 1800 mV normal standby
[ 0.303924] print_constraints: VSIM: 2800 mV normal standby
[ 0.306304] print_constraints: VAUX1: 2500 <--> 3000 mV at 3000 mV normal
standby
[ 0.308502] print_constraints: VAUX3: 2500 mV normal standby
[ 0.311004] print_constraints: VAUX4: 2800 <--> 3150 mV at 2800 mV normal
standby
[ 0.312957] omap_i2c omap_i2c.2: bus 2 rev1.4.0 at 400 kHz
[ 0.315673] omap_i2c omap_i2c.3: bus 3 rev1.4.0 at 100 kHz
[ 0.318939] Advanced Linux Sound Architecture Driver Version 1.0.24.
[ 0.323883] Switching to clocksource 32k_counter
[ 0.377258] usbhs_omap usbhs_omap: xclk60mhsp2_ck set parentfailed
error:-22
[ 0.379394] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
[ 0.383056] musb-hdrc musb-hdrc: USB OTG mode controller at fa0ab000 using
PIO, IRQ 92
[ 0.385070] NET: Registered protocol family 2
[ 0.385955] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.391204] TCP established hash table entries: 16384 (order: 5, 131072
bytes)
[ 0.392211] TCP bind hash table entries: 16384 (order: 7, 589824 bytes)
[ 0.399932] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.400024] TCP reno registered
[ 0.400085] UDP hash table entries: 256 (order: 2, 20480 bytes)
[ 0.400360] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes)
[ 0.401519] NET: Registered protocol family 1
[ 0.403869] RPC: Registered named UNIX socket transport module.
[ 0.403900] RPC: Registered udp transport module.
[ 0.403900] RPC: Registered tcp transport module.
[ 0.403930] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.431793] VFS: Disk quotas dquot_6.5.2
[ 0.431976] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.440612] JFFS2 version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 0.442291] msgmni has been set to 959
[ 0.444580] cryptomgr_test used greatest stack depth: 6684 bytes left
[ 0.450683] Block layer SCSI generic (bsg) driver version 0.4 loaded (major
253)
[ 0.450836] io scheduler noop registered
[ 0.450836] io scheduler deadline registered
[ 0.451080] io scheduler cfq registered (default)
[ 0.460540] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.467834] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 72) is a OMAP
UART0
[ 0.469696] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 73) is a OMAP
UART1
[ 0.471069] omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 74) is a OMAP
UART2
[ 1.193664] console [ttyO2] enabled
[ 1.198791] omap_uart.3: ttyO3 at MMIO 0x49042000 (irq = 80) is a OMAP
UART3
[ 1.239379] brd: module loaded
[ 1.261413] loop: module loaded
[ 1.273803] omap2-nand driver initializing
[ 1.282257] UBI error: ubi_init: UBI error: cannot initialize UBI, error
-19
[ 1.290863] usbcore: registered new interface driver catc
[ 1.296539] catc: v2.8:CATC EL1210A NetMate USB Ethernet driver
[ 1.303039] usbcore: registered new interface driver kaweth
[ 1.308898] pegasus: v0.6.14 (2006/09/27), Pegasus/Pegasus II USB Ethernet
driver
[ 1.316986] usbcore: registered new interface driver pegasus
[ 1.322906] rtl8150: v0.6.2 (2004/08/27):rtl8150 based usb-ethernet driver
[ 1.330322] usbcore: registered new interface driver rtl8150
[ 1.336578] usbcore: registered new interface driver asix
[ 1.342498] usbcore: registered new interface driver cdc_ether
[ 1.348846] usbcore: registered new interface driver cdc_eem
[ 1.354980] usbcore: registered new interface driver dm9601
[ 1.361114] usbcore: registered new interface driver smsc95xx
[ 1.367401] usbcore: registered new interface driver gl620a
[ 1.373504] usbcore: registered new interface driver net1080
[ 1.379669] usbcore: registered new interface driver plusb
[ 1.385650] usbcore: registered new interface driver rndis_host
[ 1.392089] usbcore: registered new interface driver cdc_subset
[ 1.398529] usbcore: registered new interface driver zaurus
[ 1.404602] usbcore: registered new interface driver MOSCHIP usb-ethernet
driver
[ 1.412384] cdc_ncm: 04-Aug-2011
[ 1.416046] usbcore: registered new interface driver cdc_ncm
[ 1.423400] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.433410] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
[ 2.443725] ehci-omap ehci-omap.0: new USB bus registered, assigned bus
number 1
[ 2.452148] ehci-omap ehci-omap.0: irq 77, io mem 0x48064800
[ 2.472595] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
[ 2.479705] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.486846] usb usb1: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 2.494415] usb usb1: Product: OMAP-EHCI Host Controller
[ 2.499999] usb usb1: Manufacturer: Linux 3.2.0-gta04 ehci_hcd
[ 2.506103] usb usb1: SerialNumber: ehci-omap.0
[ 2.515136] hub 1-0:1.0: USB hub found
[ 2.519287] hub 1-0:1.0: 3 ports detected
[ 2.550903] Initializing USB Mass Storage driver...
[ 2.556427] usbcore: registered new interface driver usb-storage
[ 2.562744] USB Mass Storage support registered.
[ 2.569427] mousedev: PS/2 mouse device common for all mice
[ 2.577362] tsc2007_init()
[ 2.581970] input: TSC2007 Touchscreen as /devices/virtual/input/input0
[ 2.592376] bma150 2-0041: BMA150 chip id error: -121
[ 2.597778] bma150: probe of 2-0041 failed with error -22
[ 2.606353] input: twl4030_pwrbutton as
/devices/platform/omap/omap_i2c.1/i2c-1/1-0049/twl4030_pwrbutton/input/input1
[ 2.626312] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
[ 2.634246] i2c /dev entries driver
[ 2.641387] Linux video capture interface: v2.00
[ 2.646789] Driver for 1-wire Dallas network protocol.
[ 2.653656] APM Battery Driver
[ 2.669494] twl4030_bci twl4030_bci: USB charging is disabled.
[ 2.678497] OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
[ 2.685363] cpuidle: using governor ladder
[ 2.689636] cpuidle: using governor menu
[ 2.694366] sdhci: Secure Digital Host Controller Interface driver
[ 2.700836] sdhci: Copyright(c) Pierre Ossman
[ 2.707672] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.718566] print_constraints: VWLAN: 3150 mV normal standby
[ 2.728088] set_supply: VWLAN: supplied by VAUX4
[ 2.735900] OMAP DSS rev 2.0
[ 2.739593] swapper used greatest stack depth: 5968 bytes left
[ 2.774627] td028ttec1_panel_probe()
[ 2.778442] jbt_reg_init()
[ 2.839843] did jbt_reg_init()
[ 2.847106] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xbc (Micron NAND
512MiB 1,8V 16-bit)
[ 2.856414] usb 1-2: new high-speed USB device number 2 using ehci-omap
[ 2.863891] swapper used greatest stack depth: 4984 bytes left
[ 2.875305] Creating 5 MTD partitions on "omap2-nand.0":
[ 2.881561] 0x000000000000-0x000000080000 : "X-Loader"
[ 2.895080] 0x000000080000-0x000000260000 : "U-Boot"
[ 2.906158] 0x000000260000-0x000000280000 : "U-Boot Env"
[ 2.916778] 0x000000280000-0x000000680000 : "Kernel"
[ 2.928405] 0x000000680000-0x000020000000 : "File System"
[ 3.029937] usb 1-2: New USB device found, idVendor=0af0, idProduct=8800
[ 3.042877] usb 1-2: New USB device strings: Mfr=3, Product=2,
SerialNumber=0
[ 3.050323] usb 1-2: Product: Globetrotter HSUPA Modem
[ 3.074066] usb 1-2: Manufacturer: Option N.V.
[ 3.138671] omap_hdq omap_hdq.0: OMAP HDQ Hardware Rev 0.5. Driver in
Interrupt mode
[ 3.351654] usbcore: registered new interface driver usbhid
[ 3.357604] usbhid: USB HID core driver
[ 3.364685] usbcore: registered new interface driver snd-usb-audio
[ 3.402404] GTA04 OMAP3 SoC snd init
[ 3.511322] asoc: twl4030-hifi <-> omap-mcbsp-dai.1 mapping ok
[ 3.525146] gta04-voice SoC init
[ 3.532806] asoc: GTM601 <-> omap-mcbsp-dai.3 mapping ok
[ 3.543395] gta04-headset SoC init
[ 3.552093] asoc: W2CBW003 <-> omap-mcbsp-dai.2 mapping ok
[ 3.563171] ALSA device list:
[ 3.566589] #0: gta04
[ 3.569152] #1: gta04-voice
[ 3.572235] #2: gta04-headset
[ 3.575592] oprofile: hardware counters not available
[ 3.580993] oprofile: using timer interrupt.
[ 3.586212] TCP cubic registered
[ 3.590545] NET: Registered protocol family 10
[ 3.599822] NET: Registered protocol family 17
[ 3.604827] NET: Registered protocol family 15
[ 3.610382] lib80211: common routines for IEEE802.11 drivers
[ 3.622222] rfkill-regulator rfkill-regulator.0: GPS initialized
[ 3.629486] bq27000-battery bq27000-battery: support ver. 1.2.0 enabled
[ 3.638854] rfkill-regulator rfkill-regulator.1: Bluetooth initialized
[ 3.648010] Registering the dns_resolver key type
[ 3.653747] VFP support v0.3: implementor 41 architecture 3 part 30 variant
c rev 3
[ 3.662353] ThumbEE CPU extension supported.
[ 3.685974] omap2_set_init_voltage: unable to find boot up OPP for
vdd_mpu_iva
[ 3.693634] omap2_set_init_voltage: unable to set vdd_mpu_iva
[ 3.704742] sr_init: No PMIC hook to init smartreflex
[ 3.710723] smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver
initialized
[ 3.720581] smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver
initialized
[ 3.729827] SmartReflex Class3 initialized
[ 3.734344] clock: disabling unused clocks to save power
[ 3.742919] registered taskstats version 1
[ 3.748687] omapfb omapfb: cannot parse default modes
[ 3.775665] Console: switching to colour frame buffer device 60x40
[ 3.790802] td028ttec1_panel_enable()
[ 3.794830] gta04_enable_lcd()
[ 3.817016] td028ttec1_panel_resume()
[ 4.054260] omapdss DPI: Could not find exact pixel clock. Requested 22000
kHz, got 22153 kHz
[ 4.064514] gta04_enable_lcd()
[ 4.069213] regulator_init_complete: VAUX3: disabling
[ 4.075988] regulator_init_complete: VAUX2: disabling
[ 4.082641] regulator_init_complete: VDAC: disabling
[ 4.088958] regulator_init_complete: VMMC1: disabling
[ 4.098358] input: gpio-keys as /devices/platform/gpio-keys/input/input2
[ 4.109802] twl_rtc twl_rtc: setting system clock to 2012-02-10 05:16:13
UTC (1328850973)
[ 4.131347] VFS: Cannot open root device "ubi0:om-gta04-rootfs" or unknown-
block(0,0)
[ 4.139801] Please append a correct "root=" boot option; here are the
available partitions:
[ 4.148651] 1f00 512 mtdblock0 (driver?)
[ 4.154083] 1f01 1920 mtdblock1 (driver?)
[ 4.159393] 1f02 128 mtdblock2 (driver?)
[ 4.164703] 1f03 4096 mtdblock3 (driver?)
[ 4.170013] 1f04 517632 mtdblock4 (driver?)
[ 4.175323] Kernel panic - not syncing: VFS: Unable to mount root fs on
unknown-block(0,0)
[ 4.184020] [<c0012fa4>] (unwind_backtrace+0x0/0x11c) from [<c0486efc>]
(panic+0x58/0x198)
[ 4.192687] [<c0486efc>] (panic+0x58/0x198) from [<c074fd58>]
(mount_block_root+0x234/0x284)
[ 4.201507] [<c074fd58>] (mount_block_root+0x234/0x284) from [<c074ff78>]
(prepare_namespace+0x88/0x1bc)
[ 4.211456] [<c074ff78>] (prepare_namespace+0x88/0x1bc) from [<c074f9e0>]
(kernel_init+0x248/0x288)
[ 4.220916] [<c074f9e0>] (kernel_init+0x248/0x288) from [<c000ec7c>]
(kernel_thread_exit+0x0/0x8)
[ 4.230407] Rebooting in 3 seconds..
Denis.
More information about the Gta04-owner
mailing list