摘要:
1. python 3.9 源码安装,参考:https://zhuanlan.zhihu.com/p/403819436 2. pip3 安装:https://www.codeleading.com/article/22221068387/ 如果遇到/usr/local/bin/pip或/usr/l 阅读全文
摘要:
引用自:https://blog.csdn.net/wuyao721/article/details/3145327 1.安装libchm-bin sudo apt-get install libchm1 libchm-dev libchm-bin2.使用解压命令 extract_chmLib In 阅读全文
摘要:
0. 准备 安装cuda,cudnn; 修改github clone代理 zjr@zjr:~/disk/prjs/data/src/mdw/middleware_hal_camera/3rd/x86/opencv/build$ cat ~/.gitconfig [url "https://ghpro 阅读全文
摘要:
源码编译 准备 为防止github下载失败或者太慢,使用github代理: zjr@zjr-Precision-3630-Tower:~/disk/prjs/test$ cat ~/.gitconfig [url "https://ghproxy.com/https://github.com/"] 阅读全文
摘要:
harbor使用指南 添加非安全信任: zjr@zjr-Precision-3630-Tower:~/disk/prjs/IDC_BST_toolchain$ cat /etc/docker/daemon.json { "runtimes": { "nvidia": { "path": "nvidi 阅读全文
摘要:
1. 硬件(watchpoint,breakpoint)断点 以ARM32为例: 初始化阶段,通过hw_breakpoint.c注册断点异常handler arch_hw_breakpoint_init -> hook_fault_code(hw_breakpoint_pending) 注册watc 阅读全文
摘要:
1. WIKI: https://forums.developer.nvidia.com/t/links-to-jetson-nano-resources-wiki/71639 2. 下载L4T(Linux for Tegra) Driver Package (BSP) Sources,GCC工具链 阅读全文
摘要:
1. 安装依赖项 sudo apt-get install build-essential debhelper make autoconf automake dpkg-dev fakeroot pbuilder gnupg dh_make 2. 初始化deb dh_make --native --s 阅读全文
摘要:
1. 重写历史提交的email 或 author,可修改的包括:GIT_AUTHOR_NAME, GIT_AUTHOR_EMAIL, GIT_AUTHOR_DATE, GIT_COMMITTER_NAME, GIT_COMMITTER_EMAIL, and GIT_COMMITTER_DATE 详见 阅读全文