2014年(8)
发布时间:2014-01-07 19:55:27
在linux环境下搭建嵌入式开发平台更多精彩:嵌入式技术论坛根据IEEE(电气和电子工程师协会)的定义,嵌入式系统是“控制、监视或者辅助装置、机器和设备运行的装置”(devices used to control, monitor, or assist the operation of equipment, machinery or plants)。从中可以看出嵌入式系统是软件和.........【阅读全文】
发布时间:2014-01-07 19:53:02
更多精彩:嵌入式技术论坛1.制作光盘镜像把光盘插入pc的光驱cat /dev/cdrom >redhat6.iso2.挂在镜像mount -o loop redhat6.iso /mnt3.配置yum源touch /etc/yum.repos.d/yum.repovim /etc/yum.repos.d/yum.repo[server]name=yumbaseurl=file:///mntgpgcheck=0enabled=1更多精彩:嵌入式技术论坛4.清除缓存y.........【阅读全文】