查看: 7444|回复: 2

uCOS-II在S3C2440上的移植

[复制链接]

该用户从未签到

发表于 2008-4-29 22:57:13 | 显示全部楼层 |阅读模式
分享到:
作者:研一http://www.gzweiyan.com/html/embedded/20080427/30.html
1) 下载源代码
下载最新的uCOS-II-V286版和Michael Anburaj基于S3C2410的1.6.1移植版。根据代码用途的,建立app,s3c2440,ucosii三个目录,分别放置应用程序,平台移植文件和uCOS的源代码。如图:

 
2) 新建ADS工程
加入所有代码,修改ARM Assembler和C Compiler的编译器类型为ARM920T。为方便调试,编译完的二进制文件由U-BOOT下载到0x31000000的内存地址,所以修改链接参数的代码地址RO Base为0x31000000。如图:

 

3) 修改时钟频率和总线速率
这一部主要是修改CLKDIVN时钟分频比和MPLL总线速率,可在init.S的初始化汇编环境中设置,
        ldr     r0,=CLKDIVN     ; Set ratios 1:3:6 for FCLK:HCLKCLK
        ldr     r1,=(7)
        str     r1,[r0]
        [ PLL_ON_START
            ; Configure MPLL
            ldr    r0,=MPLLCON         
            ldr    r1,=((M_MDIV
回复

使用道具 举报

该用户从未签到

 楼主| 发表于 2008-10-11 22:12:13 | 显示全部楼层

RE:uCOS-II在S3C2440上的移植

pxa270 wifi平台
[root@51Board ~]# cd /
[root@51Board /]# insmod zd1211b.ko
[root@51Board /]# ifconfig eth1 192.168.1.33 up
[root@51Board /]# iwconfig eth1 key 1F01F922A6
[root@51Board /]# iwconfig eth1 essid WEIYAN
[root@51Board /]# ifconfig eth0 down
[root@51Board /]# ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1): 56 data bytes
64 bytes from 192.168.1.1: icmp_seq=0 ttl=64 time=9.5 ms
64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=3.4 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=3.5 ms
64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=3.6 ms
64 bytes from 192.168.1.1: icmp_seq=4 ttl=64 time=3.7 ms
--- 192.168.1.1 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 3.4/4.7/9.5 ms
[root@51Board /]# mount -t nfs -o nolock,rsize=1024,wsize=1024 192.168.1.5:/new_disk/tftp/ /mnt
[root@51Board /]# time cp /mnt/2.mpeg /
real    0m37.455s
user    0m0.020s
sys     0m35.180s
[root@51Board /]# ls -l /2.mpeg
-r-xr--r--    1 root     root      5861380 Feb 29 16:06 /2.mpeg
回复 支持 反对

使用道具 举报

该用户从未签到

发表于 2012-11-3 15:45:45 | 显示全部楼层

回复:uCOS-II在S3C2440上的移植

顶起,正需要了,好啊
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 注册/登录

本版积分规则

关闭

站长推荐上一条 /3 下一条



手机版|小黑屋|与非网

GMT+8, 2025-1-10 22:13 , Processed in 0.132132 second(s), 19 queries , MemCache On.

ICP经营许可证 苏B2-20140176  苏ICP备14012660号-2   苏州灵动帧格网络科技有限公司 版权所有.

苏公网安备 32059002001037号

Powered by Discuz! X3.4

Copyright © 2001-2024, Tencent Cloud.