grantchien 发表于 2007-8-21 13:03:12

linux2.6.14.1在s3c2410上运行成功

对linux2.6.14内核做一些简单的修改,可以在s3c2410上运行了,但是还有一些疑问。
启动后的最后画面
Freeing init memory: 104K
init started:BusyBox v1.4.1 (2007-02-10 01:19:06 CST) multi-call binary
Starting pid 25, console /dev/console: '/etc/init.d/rcS'
ifconfig: SIOCSIFADDR: No such device
Welcome to
   _      _____      __   __    _      _
    / \    /__ \    /\_/\| |    |_|               
   / _ \   | || |/ /\   /\ \ | |   _ _____   ___
/ /_\ \| |__| | / /\_/\ \| |    | |_ \| | | |\ \/ /
/ /___\ \ | |__\ \ | |       | || |___ | | |_| | |_| |/    \
/_/   \_\| |   \_\|_|       |_||_____||_|_| |_|\____|\_/\_/
         
ARMLinux for Skyeye
For further information please check:
http://www.skyeye.org/



BusyBox v1.4.1 (2007-02-10 01:19:06 CST) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

/bin/ash: can't access tty; job control turned off
/ $

/tmp $ ps
PIDUid   VmSize Stat Command
    1 root      136 S   init      
    2 root            SWN
    3 root            SW
    4 root            SW<
    5 root            SW<
    6 root            SW<
    7 root            SW<
    9 root            SW
    8 root            SW
   10 root            SW
   12 root            SW<
   11 root            SW
   17 root            SW<
   18 root            SW
   24 root         64 S   init      
   25 root      188 S   /bin/sh /etc/init.d/rcS
   37 root      300 S   /bin/ash
   54 root      160 R   ps
1。我在串口驱动里面为什么选中8250,就不能启动init进程,init进程和这个驱动有什么关系?
2。运行一个及其简单的hello world程序,出现提示 /bin/ash: ./main: not found,是什么意思?

本想把.config帖上来,但是太长了。

grantchien 发表于 2007-8-21 14:12:24

自己回复一下,第二个问题解决。将几个动态连接库加到根文件系统里去就可以了。具体就是这两个库libc ld-2.3.3.so

ksh 发表于 2007-8-23 20:04:57

回复 #1 grantchien 的帖子

For your first problem (my thought):
If you select 8250, that is not same with uart of 2410. So some output of init can not be printed. And SkyEye does not simulate 8250 for 2410 machine. SkyEye only simulates uart of 2410 itself.
页: [1]
查看完整版本: linux2.6.14.1在s3c2410上运行成功