
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
### main.c...
如果使用 ubuntu系统,编译 linux-npu-driver没有报错;使用 debian12系统, 系统是linux-6.1.0, 报错;出错原因:linux-libc-dev这个软件包有问题;
不知道啥情况,全志把openwrt很多的patch都干掉!!!System init 默认是busybox-init, 如果选择openwrt默认的procd-init,则需要做以下修改;### device/config/chips/v833/configs/default/env.cfg-init=/init-rdinit=/rdinit+init=/etc/preinit+rdinit=##
=========================================================================xxx.h#ifdef CONFIG_GET_DEVIDtypedef struct stm32stm32_t;typedef struct stm32_cmd stm32_cmd_t;typedef struct st...
1. 应用层API(用户态)【coredump方法】 路由器: 在路由器/tmp运行命令,使其段错误的时候生成core文件;ulimit -c unlimited; pc: 把 路由器的/tmp/core文件复制到 电脑的openwrt源码编译目录[/home/luo/op](虚拟机/远程服务器) 开始gdb调试:
pc:虚拟机的ubuntu目标:arm平台(mips平台 也一样)ubuntu的终端操作:export PATH=$PATH:/home/work/arm-linux-toolchain/bin/export ARCH=armexport CROSS_COMPILE=arm-none-linux-gnueabi-export CC=arm-none-linux-gnue
openwrt dtslinux7620
http://blog.csdn.net/hbl0307106015/article/details/8818098








