摘要: klogd reference: https://www.likecs.com/show-205100852.html 阅读全文
posted @ 2022-07-01 11:38 王阳开 阅读(40) 评论(0) 推荐(0)
摘要: vscode translation plugin code translate comment translate comment translate 更改翻译源: ctrl+p:> comment translate 更改翻译源, 更多, 安装有道翻译插件 翻译源更改为有道翻译 阅读全文
posted @ 2022-06-24 15:26 王阳开 阅读(167) 评论(0) 推荐(0)
摘要: linux debug reference http://www.embeddedlinux.org.cn/emb-linux/kernel-driver/201704/11-6525.html 阅读全文
posted @ 2022-06-24 15:23 王阳开 阅读(44) 评论(0) 推荐(0)
摘要: linux sd card driver reference: https://blog.csdn.net/weixin_40330341?type=blog https://blog.csdn.net/zqixiao_09/category_6163492.html https://blog.cs 阅读全文
posted @ 2022-06-24 15:22 王阳开 阅读(39) 评论(0) 推荐(0)
摘要: iperf TCP bandwidth test, boared to server: server point:iper3f -s board point:iperf3 -c 192.168.100.100 -t 20 -i 1 --get-server-output windows iperf 阅读全文
posted @ 2022-06-13 10:46 王阳开 阅读(113) 评论(0) 推荐(0)
摘要: ubuntu配置定时重启 vi /etc/crontab add 1 18 * * * root /sbin/reboot root@vm239962:~# cat /etc/cr cracklib/ cron.d/ cron.daily/ cron.hourly/ cron.monthly/ cr 阅读全文
posted @ 2022-06-07 23:27 王阳开 阅读(639) 评论(0) 推荐(0)
摘要: The kernel’s command-line parameters Documentation/admin-guide/kernel-parameters.rst https://www.kernel.org/doc/html/v4.17/admin-guide/kernel-paramete 阅读全文
posted @ 2022-06-02 11:45 王阳开 阅读(36) 评论(0) 推荐(0)
摘要: linux kernel documentation https://kernel.org/ https://www.kernel.org/doc/html/ https://www.kernel.org/doc/html/latest/ https://www.kernel.org/doc/Doc 阅读全文
posted @ 2022-06-02 10:23 王阳开 阅读(52) 评论(0) 推荐(0)
摘要: ubuntu DNS 配置 DNS Google Public DNS:8.8.8.8、8.8.4.4 114公共DNS:114.114.114.114 AliDNS:223.5.5.5、223.6.6.6 Baidu DNS:180.76.76.76 Tencent DNS:119.29.29.2 阅读全文
posted @ 2022-06-01 22:59 王阳开 阅读(596) 评论(0) 推荐(0)
摘要: VmWare ubuntu 虚拟机网络设置 虚拟机配置,网卡一NAT模式,网卡二桥接模式; 编辑 → 虚拟网络编辑器 查看NAT模式 网关为192.168.100.2; 编辑 → 虚拟网络编辑器 配置桥接模式网卡,桥接到 无线网卡; wyk@ubuntu:~$ ifconfig ens33: fla 阅读全文
posted @ 2022-05-24 23:13 王阳开 阅读(181) 评论(0) 推荐(0)
摘要: ubuntu 软件源 reference: https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/ 阅读全文
posted @ 2022-05-24 01:46 王阳开 阅读(38) 评论(0) 推荐(0)
摘要: linux 实时查看网速工具 ## nload 阅读全文
posted @ 2022-05-23 20:16 王阳开 阅读(89) 评论(0) 推荐(0)
摘要: Windows 11安装Android App 安装 Windows Subsystem for Android 1 win11设置 → 时间和语言 → 语言 & 区域 → 国家或地区 → 切换到美国; 2 控制面板->程序和功能->启用或关闭windows功能, 启用: Hyper-V Windw 阅读全文
posted @ 2022-05-21 23:50 王阳开 阅读(869) 评论(0) 推荐(0)
摘要: linux v4l2 reference: https://www.cnblogs.com/LoyenWang/p/15456230.html https://work-blog.readthedocs.io/en/latest/index.html https://blog.csdn.net/ht 阅读全文
posted @ 2022-05-17 19:48 王阳开 阅读(68) 评论(0) 推荐(0)
摘要: linux i2c-tool i2c-detect -y -r 5 root@os:~# root@os:~# i2cdetect -l i2c-3 i2c i2c3 I2C adapter i2c-1 i2c i2c1 I2C adapter i2c-2 i2c i2c2 I2C adapter 阅读全文
posted @ 2022-05-16 19:13 王阳开 阅读(85) 评论(0) 推荐(0)
摘要: vscode terminal ssh login remote server 1 ssh login vscode →终端->新建终端 登录命令: ssh -p 22 wyk@192.168.0.250 or ssh wyk@192.168.0.250 免密码登录: 用ssh-keygen命令生成 阅读全文
posted @ 2022-04-27 19:33 王阳开 阅读(468) 评论(0) 推荐(0)
摘要: linux sysfs reference: https://blog.csdn.net/chenying126/article/details/78079942 阅读全文
posted @ 2022-04-27 10:21 王阳开 阅读(21) 评论(0) 推荐(0)
摘要: MCP2515 reference: http://ww1.microchip.com/downloads/cn/DeviceDoc/21801D_CN.pdf https://blog.csdn.net/leesheen/article/details/8768557 https://www.cn 阅读全文
posted @ 2022-04-24 16:13 王阳开 阅读(36) 评论(0) 推荐(0)
摘要: linux kernel coding style wyk@ubuntu:~/git/linux/Documentation$ cat CodingStyle This file has moved to process/coding-style.rst wyk@ubuntu:~/git/linux 阅读全文
posted @ 2022-04-20 10:44 王阳开 阅读(52) 评论(0) 推荐(0)
摘要: reference: 液晶显示器HSYNC、VSYNC、DE、CLK关系 https://blog.csdn.net/messi_cyc/article/details/121577551 LCD屏时序 https://blog.csdn.net/KjfureOne/article/details/ 阅读全文
posted @ 2022-04-06 14:25 王阳开 阅读(76) 评论(0) 推荐(0)
摘要: vim 如果~/.vimrc 没有,cp /etc/vim/vimrc ~/.vimrc 显示行号 set nu 高亮第80列 set cc=80 字符串替换 将整个文件的字符串123替换成abc :%s/123/abc/g 在另外一个窗口打开另外一个文件 :vsp file_path 切换文件窗口 阅读全文
posted @ 2022-03-23 16:44 王阳开 阅读(31) 评论(0) 推荐(0)
摘要: 内核代码下载 linux kernel code download linux code download reference https://mirror.bjtu.edu.cn/kernel/linux/kernel/ 阅读全文
posted @ 2022-03-19 23:46 王阳开 阅读(184) 评论(0) 推荐(0)
摘要: dtb 反编译 cat /sys/firmware/fdt > source.dtb dtc -I dtb -O dts source.dtb -o xx.dts 阅读全文
posted @ 2022-03-01 19:31 王阳开 阅读(494) 评论(0) 推荐(0)
摘要: vscode C/C++ GNU Global插件使用 1. vscode安装 C/C++ GNU Global插件使用 实现函数跳转功能; 实现Find all references ctrl+p,搜索文件 2.下载gnuGlobal (如果是windows OS) https://www.gnu 阅读全文
posted @ 2022-03-01 15:37 王阳开 阅读(6223) 评论(0) 推荐(0)
摘要: lmbench reference: http://www.bitmover.com/lmbench/ https://www.cnblogs.com/sunshine-blog/p/11905597.html https://winddoing.github.io/post/54953.html 阅读全文
posted @ 2022-02-18 16:38 王阳开 阅读(90) 评论(0) 推荐(0)
摘要: Google benchmark 1.测量开发的某一段代码的性能; 2.开发性能测试程序 reference: https://github.com/google/benchmark.git https://blog.csdn.net/Tornado1102/article/details/7797 阅读全文
posted @ 2022-02-18 14:41 王阳开 阅读(863) 评论(0) 推荐(0)
摘要: sysbench reference: https://www.cnblogs.com/sunshine-blog/p/11905672.html good; https://blog.51cto.com/cyent/2350925 阅读全文
posted @ 2022-02-18 14:38 王阳开 阅读(860) 评论(0) 推荐(0)
摘要: dhrystone reference: https://en.wikipedia.org/wiki/Dhrystone https://wiki.cdot.senecacollege.ca/wiki/Dhrystone_howto https://www.embedded.com/benchmar 阅读全文
posted @ 2022-02-18 11:45 王阳开 阅读(1313) 评论(0) 推荐(0)
摘要: linux arm ASID reference: http://www.wowotech.net/process_management/context-switch-tlb.html 阅读全文
posted @ 2022-02-11 20:45 王阳开 阅读(909) 评论(0) 推荐(0)
摘要: ARM LDXR/STXR reference: https://blog.csdn.net/juS3Ve/article/details/81784688 阅读全文
posted @ 2022-02-11 20:43 王阳开 阅读(1242) 评论(0) 推荐(0)
摘要: cpu cache reference: https://mp.weixin.qq.com/s/DWlHgoqESUgY5TjA49D0Vw 阅读全文
posted @ 2022-02-11 20:41 王阳开 阅读(827) 评论(0) 推荐(0)
摘要: mount sdcard device mount [options] <source> <directory> mount /dev/mmcblk1p1 /opt/sdcard root@soc# mount --help Usage: mount [-lhV] mount -a [options 阅读全文
posted @ 2022-01-19 10:39 王阳开 阅读(872) 评论(0) 推荐(0)
摘要: git 创建一个空分支 git checkout --orphan new_branch_name git rm -rf . git add file git commit -m 'log' reference: https://www.cnblogs.com/wangyingblock/p/104 阅读全文
posted @ 2022-01-17 10:47 王阳开 阅读(390) 评论(0) 推荐(0)
摘要: install google chrome browse on ubuntu wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo dpkg -i google-chrome-stabl 阅读全文
posted @ 2021-12-29 20:21 王阳开 阅读(1458) 评论(0) 推荐(0)
摘要: linux mount debugfs mount -t debugfs none /sys/kernel/debug 阅读全文
posted @ 2021-12-28 17:06 王阳开 阅读(1632) 评论(0) 推荐(0)
摘要: shell 开发笔记 Author: Yangkai Wang wang_yangkai@163.com 转载请注明author,出处. while 循环 #!/bin/sh while true; do echo "haha" sleep 1 done for 循环 #!/bin/sh for i 阅读全文
posted @ 2021-12-24 11:11 王阳开 阅读(1952) 评论(0) 推荐(0)
摘要: YUV420 YUV420: YUV420P: I420: YYYYYYYY UU VV YV12: YYYYYYYY VV UU YUV420SP: NV12: YYYYYYYY UVUV NV21: YYYYYYYY VUVU reference: yuv422,yuv420,yuv444的区别 阅读全文
posted @ 2021-11-28 14:50 王阳开 阅读(1939) 评论(0) 推荐(0)
摘要: # can bus reference: CAN总线报文浅析: [CANFD每秒最多可以发送多少帧报文?](https://www.elecfans.com/d/v29047.html) [更加快速可靠的通信协议(上):带你走近CAN FD](https://zhuanlan.zhihu.com/p 阅读全文
posted @ 2021-11-22 11:47 王阳开 阅读(447) 评论(0) 推荐(0)
摘要: git command git使用笔记 git global setup git config --global user.name "user name" git config --global user.email "user@main.com" git config --list create 阅读全文
posted @ 2021-11-07 20:07 王阳开 阅读(1978) 评论(0) 推荐(0)
摘要: ubuntu ssh login command ssh <-p port> [user@ip] example: ssh wyk@192.168.0.250 ssh -p 22 wyk@192.168.0.250 sudo sshpass -p "password" ssh root@192.16 阅读全文
posted @ 2021-11-07 19:31 王阳开 阅读(1993) 评论(0) 推荐(0)