kernel panic Attempted to kill init! ubi filesystem

yong
Hi. I have some questions to ask.

I use minicom(ubuntu) with serial-usb converter and I saw bootlog on my
terminal but some time after the log show on my board's lcd panel and the
terminal does not show bootlog.

my commandline is Android-CommandLine = root=ubi0:FriendlyARM-root
ubi.mtd=2 rootfstype=ubifs
 init=/linuxrc console=ttySAC0,115200 androidboot.console=s3c2410_serial0

I dont know why i cannot see bootlog in my terminal window... can u give me
any ideas?

For the kernel panic,
I copied my log which cause a kernel panic


Bluetooth: L2CAP ver 2.15                                                  
   
Bluetooth: L2CAP socket layer initialized                                  
   
Bluetooth: SCO (Voice Link) ver 0.6                                        
   
Bluetooth: SCO socket layer initialized                                    
   
Bluetooth: RFCOMM TTY layer initialized                                    
   
Bluetooth: RFCOMM socket layer initialized                                 
   
Bluetooth: RFCOMM ver 1.11                                                 
   
Bluetooth: BNEP (Ethernet Emulation) ver 1.3                               
   
Bluetooth: HIDP (Human Interface Emulation) ver 1.2                        
   
one_wire_status: 2                                                         
   
VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5    
   
s3c-rtc s3c64xx-rtc: setting system clock to 2000-06-23 17:13:15 UTC
(961780395)
Freeing init memory: 1396K                                                 
   
UBIFS: recovery needed                                                     
   
UBIFS: recovery completed                                                  
   
UBIFS: mounted UBI device 0, volume 0, name "FriendlyARM-root"             
   
UBIFS: file system size:   2061287424 bytes (2012976 KiB, 1965 MiB, 1997
LEBs) 
UBIFS: journal size:       12517376 bytes (12224 KiB, 11 MiB, 13 LEBs)     
   
UBIFS: media format:       w4/r0 (latest is w4/r0)                         
   
UBIFS: default compressor: lzo                                             
   
one_wire_status: 2                                                         
   
UBIFS: reserved for root:  0 bytes (0 KiB)                                 
   
Kernel panic - not syncing: Attempted to kill init!                        
   
[<c016a9a4>] (unwind_backtrace+0x0/0xe4) from [<c050ac7c>]
(panic+0x68/0x194)  
[<c050ac7c>] (panic+0x68/0x194) from [<c01827e4>] (do_exit+0x68/0x664)     
   
[<c01827e4>] (do_exit+0x68/0x664) from [<c018310c>]
(do_group_exit+0xb0/0xe4)  
[<c018310c>] (do_group_exit+0xb0/0xe4) from [<c0183150>]
(sys_exit_group+0x10/0)
one_wire_status: 2                                                         
    
[<c0183150>] (sys_exit_group+0x10/0x18) from [<c0165e60>]
(ret_fast_syscall+0x0)
Rebooting in 5 seconds..one_wire_status:4                                  
  
arch_reset: atOK          

I copied the last part.. 
What I did was, I built uboot, kernel, and filesystem.

built uboot, kernel work fine. However my ubi file system which built with
mkubimage rootfs_android ubi.ubi
makes that error.

The ubi image from CD works well. I compared my built ubi and CD ubi and I
found that the size are exaclty same. ( I used rootfs_android-mlc2.ubi from
CD which work fine)

Im using tiny6410 board and searched through kernel panic but i have no
clue.. can u guys help me? I alrdy wasted 4 days..

thanks,

yong
still no answer? i serached lots but after all try and modification but
nothing cahnged//

Dhruv Vyas
Hi....Yong.

As per i understand, your android command is wrong.
CAn you change it to

root=ubi0:FriendlyARM-root ubi.mtd=3 rootfstype=ubifs

I just modified it to ubi.mtd=3 from ubi.mtd=2.

Hope it works...!