随笔分类 -  redboot

摘要:1- 下载源文件:~/ecos$ ls -lrttotal 80drwxr-xr-x 7 XXXX XXXX 4096 Mar 27 2009 ecos-3.0-rw-r--r-- 1XXXX XXXX60197 Jul 3 11:45 ecos-install.tcldrwxr-xr-x 3XXX... 阅读全文
posted @ 2014-07-10 10:20 galoishelley 阅读(725) 评论(0) 推荐(0)
摘要:(1)脚本配置ecosconfig new pccdl_component CYG_HAL_STARTUP { # Flavor: data # No user value, uncomment the following line to provide one. user_va... 阅读全文
posted @ 2014-07-09 16:43 galoishelley 阅读(396) 评论(0) 推荐(0)
摘要:基于VMware的ecos,redboot及hello world(1)安装请参照[【ecos学习2】wmware运行redboot[方法二]--图形实现配置 ](2)修改内存布局文件:~/i386/ecos-3.0$ find . -name "mlt_i386_pc_floppy.ldi"./p... 阅读全文
posted @ 2014-07-09 16:28 galoishelley 阅读(580) 评论(0) 推荐(0)
摘要:需要图形化编译的时候必须Build->Packages加入:Common ethernet support 才可以有网络功能导入vmare需要修改网络连接模式:1- 设置redbootIP设定redboot IP为 192.168.2.14,TFTP主机IP为:192.168.2.16ip -l 1... 阅读全文
posted @ 2013-11-27 14:12 galoishelley 阅读(487) 评论(0) 推荐(0)
摘要:背景:远程服务器Ubuntu生成软盘镜像,通过ubuntu10.04下wmware运行.写这篇文章,主要想要说明下通过图形化配置,编译。请看【4- 配置】1- 环境及版本:uname -aLinux xinU1004 2.6.32-45-generic-pae #104-Ubuntu SMP Tue... 阅读全文
posted @ 2013-11-27 11:56 galoishelley 阅读(420) 评论(0) 推荐(0)
摘要:/home/xin/ecos3/ecos-3.0/packages/devs/eth/amd/lancepci/v3_0/src/if_lancepci.c:528: 错误: 赋值运算的左操作数必须是左值vi /home/xin/ecos3/ecos-3.0/packages/devs/eth/amd/lancepci/v3_0/src/if_lancepci.c for (i = 0; i rx_ring_cnt; i++) { HAL_PCI_CPU_TO_BUS(d, (cyg_uint8 *)b); _SU32(p, LANCE_RD_PTR) = (... 阅读全文
posted @ 2013-11-27 10:55 galoishelley 阅读(1073) 评论(0) 推荐(0)
摘要:安装 TFTP 服务sudo apt-get install xinetdsudo apt-get install tftp-hpasudo apt-get install tftpd-hpa修改 TFTP 设置参数sudo gedit /etc/default/tftpd-hpa# 修改内容如下T... 阅读全文
posted @ 2013-11-25 16:43 galoishelley 阅读(404) 评论(0) 推荐(0)
摘要:背景:从主机 192.168.2.14 IP,下载bin文件hello到ecos。redboot>load -v -h 192.168.2.14 helloUsing default protocol (TFTP)Entry point : 0x00108000,adress range :0x00108000-0x00136500以上提示表示需要输入存放hello的起始地址redboot>load -v -h 192.168.2.14 -b 0x00108000 helloUsing default protocol (TFTP)Entry point : 0x00108000, 阅读全文
posted @ 2013-11-25 11:52 galoishelley 阅读(543) 评论(0) 推荐(0)
摘要:背景:远程服务器Ubuntu生成软盘镜像,通过Mac下wmware运行.1- 环境及版本:uname -a2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686 i686 i386 GNU/LinuxVMware Fusion 5.0.3 (1040386)// for mac2- 下载:wget --passive-ftp ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl3- 安装:sh ecos-install.tcleCos installer v2.0.1 阅读全文
posted @ 2013-11-15 19:54 galoishelley 阅读(730) 评论(0) 推荐(0)