ChinaUnix.net
相关文章推荐:

freescale 开发 LTIB

freescale i.MX 系列开发板全套开发资料 http://www.freescale.com/webapp/sps/site/overview.jsp?nodeId=0127260061033202A7 i.MX1,i.MX21,i.MX27,i.MX31 ADS 的BSP包的ISO文件全有。注册就可以免费下载。 http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX31&nodeId=0162468rH31143297336425774&fpsp=1&tab=Design_Tools_Tab 这是基本全部i.MX31的全部官方开发文档。 http://www.freescale.com/weba...

by chenxibing008 - Linux文档专区 - 2008-04-17 15:23:50 阅读(595) 回复(0)

相关讨论

The qualified candidate should meet at least 3+ of the following requirements : Specific Knowledge/Skills: • Bachelor's or above degree in EE Engineering or Computer Science. • 3+ years of Linux BSP development • Solid knowledge on Linux kernel • Experience on storage(NAND,ATA,SD) or USB driver will be a plus • Experience on handhelds device(PMP, handset, PND) will...

by dumy123 - 猎头招聘 - 2008-03-14 14:26:21 阅读(1842) 回复(0)

本帖最后由 Chennysky 于 2011-05-09 18:08 编辑 很多的freescale 内部推荐职位如下,如果您认为自己足够厉害,不妨试试哦!祝您好运! 对了您可以将您的中英文简历和希望应聘的职位发给我:[email]b06636@freescale.com[/email]. 收到简历必回复,非诚勿扰!:) Location Org Req # Req Position Title Shanghai RASG 11776520/11776726 Android / Linux Device Driver Engineer Shanghai MAD TBO Android/Linux Developer Sha...

by Chennysky - 猎头招聘 - 2011-05-09 18:11:42 阅读(1427) 回复(2)

我现在用的所freescale的imx31开发板,在linux环境下的,就用原来自带的zImage 和 modules,可是却发现了下列问题,kenerl是可以正常启动的,只要一挂载usb驱动就提示: EXPIO: Spurious interrupt 0x0,这么一个错误,那个大虾来给指点一下。

by ywfssl - 驱动开发 - 2008-11-03 17:00:20 阅读(2070) 回复(9)

下面为一简单测试代码: unsigned char buf[8]; memset(buf, 0, sizeof(buf)); // 模拟组帧 buf[0] = 0x01; *(unsigned short *)&buf[1] = 0x1234; // printf结果 34 12 00 00 00 00 00 00 int i; for(i=0; i

by chenaiming2009 - 嵌入式开发 - 2010-10-26 22:34:32 阅读(1574) 回复(6)

ltib 编译Qtopia后还能保留源代码,使用命令:[chenxibing@localhost ltib]$ ./ltib -p qtopia -m prep 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/51797/showart_2070494.html

by chenxibing008 - Linux文档专区 - 2009-10-14 20:37:32 阅读(2016) 回复(0)

开发商原来给的ltib是unbuntu9.04的系统的,现在我把ltib安装在ubuntu10.04.02版本上,现在把ltib的内核变成2.6.35,编译成功后,把内核灌进开发板,程序运行到一半就停了,不知道是为什么,而且我用交叉编译器直接编译产生的内核也不行,产生同样的错误,运行到最后一行就停止了,我采用的是NAND启动 Frac 0x92925552 start change cpu freq hbus 0x00000003 cpu 0x00010001 start test memory accress ddr2 0x40000000 finish s...

by sdwhlcf - 嵌入式开发 - 2011-12-28 10:53:09 阅读(5502) 回复(5)

在安装ltib时,出现错误: password for ltib: This means you don't have sudo permission to execute rpm commands as root without a password. This is needed for this build script to operate correctly. To configure this, as root using the command "/usr/sbin/visudo", and add the following line in the User privilege section: ltib ALL = NOPASSWD: /bin/rpm, /opt/freescale/ltib/usr/bin/rpm 或者 xxx is no...

by hawkorchid - Linux文档专区 - 2009-11-09 15:21:26 阅读(1248) 回复(0)

在安装ltib For freescale iMX35时,出现这样的问题: password for ltib: This means you don't have sudo permission to execute rpm commands as root without a password. This is needed for this build script to operate correctly. To configure this, as root using the command "/usr/sbin/visudo", and add the following line in the User privilege section: ltib ALL = NOPASSWD: /bin/rpm, /opt/freescale/l...

by hawkorchid - Linux文档专区 - 2009-11-09 15:17:44 阅读(1134) 回复(0)

有谁用过ltib吗?自己建的package打不进去。。。 全部按照要求来的。。。 错误提示: Cannot find spec file that contains the package name ××× If necessary please give the whole spec file name (with the .spec extension). 不知道怎么回事。 这个spec文件应该是rpm的包的sepc吧 郁闷。。。

by ghe - 内核/嵌入技术 - 2006-12-18 15:39:36 阅读(689) 回复(0)

有谁用过ltib吗?自己建的package打不进去。。。 全部按照要求来的。。。 错误提示: Cannot find spec file that contains the package name ××× If necessary please give the whole spec file name (with the .spec extension). 不知道怎么回事。 这个spec文件应该是rpm的包的sepc吧 郁闷。。。

by ghe - 内核源码 - 2006-12-18 15:39:36 阅读(1575) 回复(0)