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
PID Uid VmSize Stat Command
1 root 136 S init
2 root SWN [ksoftirqd/0]
3 root SW [watchdog/0]
4 root SW< [events/0]
5 root SW< [khelper]
6 root SW< [kthread]
7 root SW< [kblockd/0]
9 root SW [pdflush]
8 root SW [kapmd]
10 root SW [pdflush]
12 root SW< [aio/0]
11 root SW [kswapd0]
17 root SW< [kseriod]
18 root SW [mtdblockd]
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帖上来,但是太长了。