logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

debian12系统编译linux-npu-driver报错; fatal error: drm/drm.h: No such file or directory

如果使用 ubuntu系统,编译 linux-npu-driver没有报错;使用 debian12系统, 系统是linux-6.1.0, 报错;出错原因:linux-libc-dev这个软件包有问题;

全志V833芯片的tina系统使用procd作为init启动进程

不知道啥情况,全志把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=##

#linux
stm32 获取芯片的id型号

=========================================================================xxx.h#ifdef CONFIG_GET_DEVIDtypedef struct stm32stm32_t;typedef struct stm32_cmd stm32_cmd_t;typedef struct st...

#stm32
Openwrt之gdb调试

1. 应用层API(用户态)【coredump方法】  路由器: 在路由器/tmp运行命令,使其段错误的时候生成core文件;ulimit  -c  unlimited;   pc: 把 路由器的/tmp/core文件复制到 电脑的openwrt源码编译目录[/home/luo/op](虚拟机/远程服务器)               开始gdb调试:

交叉编译 curl

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

linux 的dts

openwrt dtslinux7620

#linux
Linux下用C语言将一个字符串格式(char*)的MAC地址转换为十六进制数组

http://blog.csdn.net/hbl0307106015/article/details/8818098

    共 15 条
  • 1
  • 2
  • 请选择