minicom串口调试乱码

不用sleep函数,怎么让父进程先执行完成,子进程再执行?或父进程先执行一部分再执行子进程? 谢谢了~

作者: sexlady 发布时间: 03-28

无缘挑战杯的远程监控项目及源码

编译内核支持ndiswrapper时,会报如下错误 代码: ubuntu/ndiswrapper/iw_ndis.c:1966:2: error: unknown field ‘num_private’ specified in initializer ubuntu/ndiswrapper/iw_ndis.c:1966:2: warning: initialization makes pointer from integer without a cast ubuntu/ndiswrapper/iw_ndis.c:1967:2: error: unknown field ‘num_private_args’ specified in initializer...

作者: ztkx 发布时间: 03-27

无缘挑战杯的远程监控项目及源码

在使用oprofile时,有一个参数指定内核文件,系统中/boot目录下的 "/boot/vmlinuz-2.6.32-30-generic" 文件是压缩过的bzImage,不能用作"opcontrol --vmlinux=/boot/vmlinuz-2.6.32-30-generic" 指定的参数。 错误如下: root@zhanglong:~# opcontrol --start /usr/bin/objdump The specified file /boot/vmlinuz-2.6.32-30-generic does not seem to be valid Make sure yo...

作者: zhanglong71 发布时间: 03-25

USB转串口MINICOM不能打印信息

c语言有没有哪个函数可以获得(限制)子进程内存使用的? 要包括静态(int ****)和动态(malloc())和栈, 要精确到字节级的

作者: guzh 发布时间: 03-20

多年收藏的嵌入式视频全集种子分享了

代码: make ARCH=arm CROSS_COMPILE=arm-linux- zImage CHK include/linux/version.h make[1]: “include/asm-arm/mach-types.h”是最新的。 CHK include/linux/utsrelease.h SYMLINK include/asm -> include/asm-arm CC arch/arm/kernel/asm-offsets.s arch/arm/kernel/asm-offsets.c:35:2: #error Your compiler is too buggy; it is known to miscompile kernels. arch/arm...

作者: lvlei25 发布时间: 03-20

菜鸟(linux) 终端 用gdb调试,gdb l(list)

danding@danding:~/linux-2.6.35.1$ make CHK include/linux/version.h CHK include/generated/utsrelease.h make[1]: “include/generated/mach-types.h”是最新的。 CALL scripts/checksyscalls.sh CHK include/generated/compile.h CC [M] drivers/block/cciss.o In file included from include/linux/kobject.h:21, from include/linux/module.h:16, from drivers/block/c...

作者: 990852175 发布时间: 03-19

kernel driver

小弟最近在ubuntu10.10 安装 quartus 9.0 出现了Segmentation fault错误 于是就改装9.1版,结果报这个错误 RPCSS ServiceMain failed with 1702 (000006a6) The binding handle is invalid. Segmentation fault 希望那个大侠能够帮忙解决

作者: lrf275075639 发布时间: 03-18

请教前辈们,单板上挂载自己做的rootfs,认不出usb设备的问题

本帖最后由 gxb013 于 2011-03-18 17:55 编辑 恩,首先不是内核的问题,因为用另一个别人的rootfs,可以识别并使用鼠标 是通过nfs方式挂的,现在只换成了自己编的rootfs,不能识别鼠标,usb口供电都没有供上,用lsusb,是空的,连usb hub都没有显示

作者: gxb013 发布时间: 03-17

请问如何读取Intel flash 的Protection Register?

硬件是PXA270的核心板,接了2块 16M的 nor flash。现在我想读取 flash中的唯一ID,芯片手册中是这么说的:The Intel StrataFlash® memory (J3) includes a 128-bit Protection Register (PR),The 128-bits of the PR are divided into two 64-bit segments. One of the segments is programmed at the Intel factory with a unique 64-bit number, which is unalterable. T...

作者: houchenda 发布时间: 03-17

UART驱动怎么写阿

我现在在做一个设备驱动,读取方式用的是UART,我看了下代码,仿佛内核的UART已经很完善了,是不是只要给设备做好上电,就可以直接在用户空间读取了? 那么我这个驱动read函数就空着吗?

作者: amarant 发布时间: 03-17