终端打印信息如下:
[    3.073570] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.078850] Bluetooth: BNEP filters: protocol multicast
[    3.084050] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    3.090175] NET: Registered protocol family 35
[    3.094465] Registering the dns_resolver key type
[    3.099067] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 2
[    3.106672] ThumbEE CPU extension supported.
[    3.111122] s5pv210_cpufreq_init: S5PV210 cpu-freq driver
[    3.116910] s3c-rtc s3c64xx-rtc: rtc disabled, re-enabling
[    3.121764] s3c-rtc s3c64xx-rtc: setting system clock to 2013-04-25 04:06:55 UTC (1366862815)
[    3.132839] FIMC0 registered successfully
[    3.135636] FIMC1 registered successfully
[    3.139610] FIMC2 registered successfully
[    3.142305] S5PC1XX TVOUT Driver, (c) 2009 Samsung Electronics
[    3.148534] s5p-tvout s5p-tvout: hpd status is cable removed
[    3.160142] Freeing init memory: 1456K
[    3.167428] yaffs: dev is 32505860 name is "mtdblock4" rw
[    3.167477] yaffs: passed flags ""
/init: line 109: can't open /r/dev/console: no such file
[    3.346675] Kernel panic - not syncing: Attempted to kill init!
[    3.346757] [<c017f9c8>] (unwind_backtrace+0x0/0xf0) from [<c0659268>] (panic+0x70/0x1ac)
[    3.346836] [<c0659268>] (panic+0x70/0x1ac) from [<c019bff8>] (do_exit+0x5dc/0x68c)
[    3.346906] [<c019bff8>] (do_exit+0x5dc/0x68c) from [<c019c304>] (do_group_exit+0x3c/0xbc)
[    3.354343] [<c019c304>] (do_group_exit+0x3c/0xbc) from [<c019c394>] (sys_exit_group+0x10/0x18)
[    3.363013] [<c019c394>] (sys_exit_group+0x10/0x18) from [<c017a040>] (ret_fast_syscall+0x0/0x30)
[    3.371839] Rebooting in 5 seconds..内核配置中Kernel Features --->
[*] Use the ARM EABI to compile the kernel 
[*] Allow old ABI binaries to run with this kernel (EXPERIMENTA)

解决方案 »

  1.   

    you need to download and install the toolchain for the tiny210, then unpack
    the kernel sources to somewhere suitable on your hard drive, then use 'make
    menuconfig' to configure the kernel, go to 'General Setup', then clear the
    box for 'Initial RAM Filesystem and RAM disk (initramfs/initrd) support',
    once that's done, exit out of the menuconfig and build the kernel using
    'make'.There is a section in the user manual that covers building your own
    kernels.
    结果居然不重启了
      

  2.   

    hi, could you tell me how to handle with the above problem?  I encountered the same bug, my qq is 657492138. Appreciate you!
      

  3.   

    hi, could you tell me how to handle with the above problem?  I encountered the same bug, my qq is 657492138. Appreciate you!
      

  4.   

    looking forward to your replies! 
    /init: line 109: can't open /r/dev/console: no such file
    [    3.290750] Kernel panic - not syncing: Attempted to kill init!