基于uClinux内核移植ARM开发板应用
时间:12-05
来源:互联网
点击:
__| ||_|
_
_| | | | _ ____ _ _ _ _
| | | | | | || | _ | | | | / /
| |_| | |__| ||
| | | | |_| |/
| _______|_||_|_| |_|____|_/_/
| |
|_|
For further information check:
http://www.uclinux.org/
Command: ifconfig lo 127.0.0.1
Command: route add -net 127.0.0.0 netmask
255.255.255.0 lo
Command: ifconfig eth0 192.168.253.2 netmask 255.255.255.0
up
Execution Finished, Exiting
Sash command shell (version
1.1.1)
/>
出现以上信息后,可以尝试从键盘输入ls、ping命令,来查看系统的运行情况。我们还建议读者按照uClinux-dist
Documentation下的Adding-User-Apps-HOWTO文档编写一个简单的Helloworld应用程序,看是否能够正确运行。
开发 应用 ARM 移植 uClinux 内核 基于 相关文章:
- 嵌入式软件设计中查找缺陷的几个技巧(03-06)
- 基于算法的DSP硬件结构分析(04-02)
- Windows CE下驱动程序开发基础(04-10)
- DSP+FPGA在高速高精运动控制器中的应用(05-17)
- 基于USB接口和DSP的飞机防滑刹车测试系统设计(05-19)
- 一种基于DSP平台的快速H.264编码算法的设计(05-19)