Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4282808
  • 博文数量: 241
  • 博客积分: 15936
  • 博客等级: 上将
  • 技术积分: 25293
  • 用 户 组: 普通用户
  • 注册时间: 2007-03-27 11:22
个人简介

Fedora-ARM

文章分类
文章存档

2016年(3)

2014年(1)

2013年(3)

2012年(50)

2011年(61)

2010年(26)

2009年(27)

2008年(21)

2007年(49)

分类: LINUX

2008-10-16 23:23:14

友善之臂mini2440开发板Linux移植
     还在广州工作的时候就知道了友善之臂出了一款廉价的2440开发板:mini2440。回老家后,立马买了一个。拿到手的感觉也很不错,无有所值。
    板子买来了,就开始了自己的移植过程。首先当然是u-boot的移植,然后是Linux内核,之后是文件系统和驱动,以后计划加上基于GTK+的界面。以后我会根据我的移植进度更新这篇专辑。
   由于已经有neo freerunner入手,以后会多花点时间在freerunner上。

本博客将免费共享移植补丁和文档,旨在同开源人士共同进步、共同完善代码!!!!
阅读(50491) | 评论(154) | 转发(6) |
给主人留下些什么吧!~~

chinaunix网友2009-12-28 23:30:59

IP-Config: Complete: device=eth0, addr=10.20.45.199, mask=255.255.255.0, gw=255.255.255.255, host=10.20.45.199, domain=, nis-domain=(none), bootserver=10.20.45.200, rootserver=10.20.45.200, rootpath= Looking up port of RPC 100003/2 on 10.20.45.200 eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 Looking up port of RPC 100005/1 on 10.20.45.200 VFS: Mounted root (nfs filesystem) on device 0:11. Freeing init memory: 124K Warning: unable to open an initial console. Failed to

chinaunix网友2009-12-28 17:42:33

那u-bot好像加载了内核之后,但是跟文件系统加载不了,应该也是通过NFS来的吧,我的内核好像没有弄上网卡驱动呢,所有怎么也加载不了文件系统 TCP cubic registered NET: Registered protocol family 17 RPC: Registered udp transport module. RPC: Registered tcp transport module. drivers/rtc/hctosys.c: unable to open rtc device (rtc0) IP-Config: No network devices available. Looking up port of RPC 100003/2 on 10.20.45.200 rpcbind: server 10.20.45.200 not responding, timed out Root-NFS: Unable to get nfsd port number from server, using default Looking up port of

chinaunix网友2009-12-28 12:27:16

Tekkaman,你好,期待你能写一篇关于u-boot.2009.08移植到mini2440上的移植过程,u-boot.2009.08相比于u-boot.2009.03好像有很多变动,像tftp下载、Nand启动都不知道怎么改了?谢谢

chinaunix网友2009-12-26 10:21:45

对了Bytes transferred = 2024592 (1ee490 hex)这句应该是说明内核传输完拉,我用MINI2440提供的内核就是那么大的

chinaunix网友2009-12-26 09:48:25

我用uboot的工具tools/mkimage处理了zImage,就是吧zImage放到tools文件里面,在执行./mkimage -A arm -O linux -T kernel -C none -a 30008000 -e 30008040 -n linux-2.6.13 -d zImage uImage 但是,好像用u-boot的时候Hit any key to stop autoboot: 0 dm9000 i/o: 0x20000300, id: 0x90000a46 DM9000: running in 16 bit mode MAC: 08:08:11:18:12:27 operating at 100M full duplex mode Using dm9000 device File transfer via NFS from server 10.20.45.200; our IP address is 10.20.45.199 Filename '/home/ming/zImage.img'. Load address: 0x30008000