发布时间:2013-06-10 18:49:38
1.编写Linux设备驱动驱动程序,将该文件复制到(linux 源码目录)/drivers/(目标文件夹)/中LED驱动(nios2-linux/linux-2.6/drivers/myleds/myleds.c)//myleds.c#includ.........【阅读全文】
发布时间:2013-06-10 18:48:31
Altera WIKI上的一篇文章,讲如何医治uclinux系统到fpga的。Here we will setup the source to build Nios2 uClinux. branch "test-nios2", per 20090730.(If you already have the toolchain and working git repos from 20080619 tarball, then you can pull updates without downloading the new tarball. There .........【阅读全文】
发布时间:2013-06-10 18:46:53
在安装NIOS2-LINUX中必须要安装git,可按照Altera WiKi提供的方法根本装不上(输入命令:yum install git-all git-gui make gcc ncurses-devel bison byacc flex gawk gettext ccache zlib-devel gtk2-devel lzo-devel pax-utilslibglade2-devel),只能下载后安装://先安装git依赖的包yum in.........【阅读全文】
发布时间:2013-06-10 18:43:52
在编译nios2-linux-20100621内核的时候出现交叉编译器nios2-linux-gun-gcc命令找不到,解决办法:#cd linux-2.6 #git checkout test-nios2 #cd uClinux-dist.........【阅读全文】