摘要:获取代码: 内核 wget https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.165.tar.xz 补丁 wget https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.15.165.x
阅读全文
摘要:https://www.cnblogs.com/jadeshu/articles/10663512.html #include <xercesc/util/PlatformUtils.hpp> // Other include files, declarations, and non-Xerces-
阅读全文
摘要:https://www.cnblogs.com/liuxing0007/category/1458805.html
阅读全文
摘要:https://docs.freebsd.org/en/books/developers-handbook/tools/#tools-programming
阅读全文
摘要:https://www.freebsd.org/where/
阅读全文
摘要:https://blog.csdn.net/allway2/article/details/107329711
阅读全文
摘要:https://www.ibm.com/docs/en/db2/11.1?topic=idds-installing-db2-database-servers-using-db2-setup-wizard-windows
阅读全文
摘要:https://www.ibm.com/docs/en/zos/2.1.0?topic=zos-xl-cc
阅读全文
摘要:linux开发板查看分辨率 在Linux开发板上查看屏幕分辨率,可以使用fbset工具或者直接查看/sys/class/graphics/fb0目录下的信息。 使用fbset查看分辨率的命令如下: fbset -s 如果系统中没有fbset工具,可以直接查看/sys/class/graphics/f
阅读全文
摘要:https://blog.csdn.net/zhangpf6699/article/details/134138777 https://www.jianshu.com/p/c7614a4ca954
阅读全文
摘要:https://webrtc.org.cn/20210319-cpaas-telepohny/
阅读全文
摘要:https://shumeipai.nxez.com/2023/05/13/run-a-program-on-your-raspberry-pi-at-startup.html
阅读全文
摘要:https://blog.csdn.net/weixin_46990523/article/details/124231349 检查wssh ps -ef | grep "wssh"
阅读全文
摘要:用 update-alternatives 命令 https://www.jianshu.com/p/4ed1b0575def
阅读全文
摘要:sudo apt-get install build-essential libssl-dev libffi-dev python-dev pip install webssh https://cloud.tencent.com/developer/article/2419150
阅读全文
摘要:https://blog.csdn.net/networken/article/details/136747410
阅读全文
摘要:https://www.jb51.net/jiaoben/305579dvg.htm
阅读全文
摘要:https://www.ryjiaoyu.com/book/details/39802
阅读全文
摘要:S3C2440 移植最新5.2linux内核 https://www.cnblogs.com/kmist/p/11362849.html https://www.bilibili.com/read/cv36388268/ https://blog.csdn.net/u013171226/articl
阅读全文
摘要:https://docs.u-boot.org/en/latest/build/source.html https://docs.u-boot.org/en/latest/board/emulation/qemu-arm.html 解决办法:##命令 export CROSS_COMPILE=arm
阅读全文
摘要:下载得到文件__gnu_mcount_nc_patch.patch.gz后,使用命令:gzip -dc __gnu_mcount_nc_patch.patch.gz | patch -p1,再次编译,搞定 https://www.cnblogs.com/Mr-ox/p/6351830.html
阅读全文
摘要:https://cloud.tencent.com/developer/article/1826586
阅读全文
摘要:https://cloud.tencent.com/developer/article/1826581 make s3c2440_defconfig make zImage -j4 OBJCOPY arch/arm/boot/zImage Kernel: arch/arm/boot/zImage i
阅读全文
摘要:https://community.sslcode.com.cn/64426403ae650e245cfebd69.html?dp_token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MzUwNDE5LCJleHAiOjE3MjUzNDU1NDEsI
阅读全文
摘要:C程序设计(基于Linux平台)(微课版) http://www.tup.tsinghua.edu.cn/booksCenter/book_10206901.html# 课件密码 9109 清华大学出版社官方网址:http://www.tup.tsinghua.edu.cn/index.html (
阅读全文
摘要:https://www.kancloud.cn/wizardforcel/wudi-qt4
阅读全文
摘要:https://www.cnblogs.com/bingpan/p/9015600.html
阅读全文
摘要:uname 命令可用于大多数 UNIX 和类 UNIX 系统以及 Linux。功能说明:uname用来获取电脑和操作系统的相关信息。语 法: uname [-amnrsvpio][--help][--version]补充说明:uname可显示linux主机所用的操作系统的版本、硬件的名称等基本信息。
阅读全文
摘要:uname -a Linux (none) 2.6.32.28 #130 PREEMPT Mon Feb 18 13:54:18 CST 2013 armv5tejl GNU/Linux cat /proc/cpuinfo Processor : ARM926EJ-S rev 5 (v5l) Bog
阅读全文
摘要:https://snapshots.linaro.org/gnu-toolchain/13.0-2022.11-1/arm-linux-gnueabihf/ https://blog.csdn.net/qq_34031123/article/details/102967618 https://rel
阅读全文
摘要:http://t.csdnimg.cn/d3JYI 概述 一、RGB_TTL 二、LVDS 三、MIPI(手机、平板等数码产品应用场合) 四、eDP接口(笔记本、工控机、工业平板等应用场合,用来取代LVDS接口) 五、应用
阅读全文
摘要:setmem 0x53000000,0x00000000,32 setmem 0x4a000008,0xffffffff,32 setmem 0x4a00001c,0x00007fff,32 setmem 0x48000000,0x2212d110,32 setmem 0x48000004,0x00
阅读全文
摘要:#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <pthread.h> void* fun(void* arg) { for (int i = 0; i < 5; i++)
阅读全文
摘要:https://blog.51cto.com/u_12891/10384647
阅读全文
摘要:https://cloud.tencent.com/developer/article/1599571
阅读全文
摘要:https://blog.csdn.net/qq_53928256/article/details/129740442 https://www.cnblogs.com/nerohwang/p/3621316.html /usr/src/linux-headers-$(uname -r)/includ
阅读全文
摘要:https://sysin.org/blog/oracle-linux-8/
阅读全文
摘要:https://blog.csdn.net/weixin_44144762/article/details/127467173 http://t.csdnimg.cn/phVnA http://t.csdnimg.cn/e95fE https://notes.leconiot.com/vs_linu
阅读全文
摘要:clear: clear \r\n ctags: ctags -R . \r\n clang-format: clang-format -style=google -i %f \r\n make: make -j$(nproc) \r\n
阅读全文
摘要:https://blog.csdn.net/weixin_42191545/article/details/102889254 https://zhuanlan.zhihu.com/p/689940426
阅读全文
摘要:https://old-releases.ubuntu.com/releases/18.04.4/
阅读全文
摘要:https://docs.redhat.com/zh_hans/documentation/red_hat_enterprise_linux/9/html/developing_c_and_cpp_applications_in_rhel_9/setting-up-to-develop-applic
阅读全文
摘要:开机显示GRUB界面显示如下字样,几秒后自动进入登录界面*UbuntuAdvanced options for Ubuntu....解决方案: 1.编辑grub文件 sudo vim /etc/default/grub 2.注释:GRUB_HIDDEN_TIMEOUT=0 3.修改:GRUB_TIM
阅读全文
摘要:https://www.stmcu.com.cn/ecosystem/app/function-GUI https://www.stmcu.com.cn/Meeting/Newest
阅读全文
摘要:【将LPDDR4从Cadence搬到 Altium Designer 22】 https://www.bilibili.com/video/BV1GX4y1m7jM/?share_source=copy_web&vd_source=7392077a367a1cfff484e9bddcf21193
阅读全文
摘要:https://v4.xenomai.org/
阅读全文
摘要:http://www.pcballegro.com/mentor/xpedition/134.html https://www.elecfans.com/article/80/2023/202310312284009.html
阅读全文
摘要:https://www.intel.cn/content/www/cn/zh/docs/programmable/683132/current/fpga-fan-out-region-design.html
阅读全文
摘要:https://docs.beagleboard.org/latest/boards/beaglebone/black/ch06.html#sitara-am3358bzcz100-processor DDR3布线部分至少需要4层板,可以再增加层数,用来走其他的信号或者增强信号完整性和提高电磁兼容抗
阅读全文
摘要:https://github.com/Misaka0x2730/RailLink https://github.com/Kevincoooool/KS_Diy_Link
阅读全文
摘要:https://e2echina.ti.com/support/machine-translation/mt-processors/f/mt-processors-forum/878194/faq-am625sip https://www.ti.com/product/AM625SIP#tech-d
阅读全文
摘要:相较于经典的AM335x处理器,AM62x有着更丰富的功能以及更强大的其性能,参数对比如下: https://www.elecfans.com/d/2129135.html https://www.elecfans.com/article/80/2023/202304192061759.html h
阅读全文
摘要:https://blog.csdn.net/qqliyunpeng/article/details/44647811 https://blog.csdn.net/weixin_40305633/article/details/121986364
阅读全文
摘要:http://t.csdnimg.cn/u8CDk make -j$(nproc)
阅读全文
摘要:https://blog.csdn.net/zhoujiaaw/article/details/103509621 https://mvnrepository.com/
阅读全文
摘要:注意中间凹槽的连接 或者 https://www.cnblogs.com/yucloud/p/pi_zeroW.html
阅读全文
摘要:https://www.helloandroid.cn/ https://mirrors.tuna.tsinghua.edu.cn/help/AOSP/
阅读全文
摘要:https://docs.yoctoproject.org/toaster-manual/intro.html
阅读全文
摘要:https://emutex.com/educational/72-introduction-to-wiring-x86-for-intel-galileo-gen2-and-intel-edison-arduino https://github.com/emutex/wiring-x86/tree
阅读全文
摘要:http://t.csdnimg.cn/yW2ha https://github.com/galileogen2 https://github.com/galileogen2/meta-clanton https://www.jb51.net/os/Ubuntu/45292.html
阅读全文
摘要:https://www.kancloud.cn/lichee/lpi0/342684 https://licheezero.readthedocs.io/zh/latest/index.html 硬件参数 CPU:全志V3S, ARM Cortex-A7, 最高1.2GHz 内存:集成64MB DD
阅读全文
摘要:https://zhuanlan.zhihu.com/p/631405222
阅读全文
摘要:https://mp.weixin.qq.com/s/8vHJY8RqMFDxrnsD1Vwocw
阅读全文
摘要:1. 查询内核是否安装 dpkg-query -s linux-headers-$(uname -r) 2. 内核头文件目录 /usr/src 3. 增加头文件include export ARMGCC_DIR="/opt/gcc-arm-none-eabi-10.3-2021.10/" expor
阅读全文
摘要:https://zhuanlan.zhihu.com/p/661285478 CMakeLists.txt cmake_minimum_required(VERSION 3.10) project(hello1) set(CMAKE_C_COMPILE "aarch64-poky-linux-gcc
阅读全文
摘要:Windows Server 无法访问 samba 服务 https://docsv4.qingcloud.com/user_guide/compute/vm/faq/troubleshooting/windows_server_os/win2019_use_samba/ 安装samba https
阅读全文
摘要:https://lvgl.100ask.net/master/porting/index.html
阅读全文
摘要:https://blog.51cto.com/u_15785540/5753221
阅读全文
摘要:https://oshwhub.com/logicworld/h6_board
阅读全文
摘要:https://blog.csdn.net/daocaokafei/article/details/122886659
阅读全文
摘要:https://www.konsulko.com/category/blog
阅读全文
摘要:https://qa.stmcu.com.cn/Product/pro_detail/cat_code/STM32MP1/family/81/sub_family/264/sub_child_family/0/layout/wiki/wiki_detail/pro_wiki10 https://ww
阅读全文
摘要:https://github.com/slavaim/Linux-Intel-Galileo-Gen2-QuarkX1000 https://slavaim.blogspot.com/2016/03/building-linux-kernel-for-intel-galileo.html Build
阅读全文
摘要:https://open.allwinnertech.com/#/ https://www.cnblogs.com/juwan/p/15226245.html
阅读全文
摘要:https://www.nxp.com/design/design-center/software/embedded-software/i-mx-software/windows-10-iot-enterprise-for-i-mx-applications-processors:IMXWIN10I
阅读全文
摘要:https://learn.microsoft.com/zh-cn/previous-versions/windows/iot-core/learn-about-hardware/hardwarecompatlist
阅读全文
摘要:https://www.armbian.com
阅读全文
摘要:https://www.intel.cn/content/www/cn/zh/download/17523/26418/intel-galileo-board-support-package.html https://www.intel.com/content/www/us/en/search.ht
阅读全文
摘要:https://mp.weixin.qq.com/s/QiLJNIJYY03PuXoc8ToIcA http://www.eda.cn/ecadViewer
阅读全文
摘要:https://mp.weixin.qq.com/s/ON3zLw5p71EOe2pl1mxodA
阅读全文
摘要:https://bbs.16rd.com/download/list-264-1.html
阅读全文
摘要:步骤1: 下载Galileo的debian镜像 到http://sourceforge.net/projects/galileodebian/下载Galileo的debian软件镜像,截至2014年10月12日的最新版是galileo-1.2.img.gz。步骤2: 写入镜像 (1) 到http:/
阅读全文
摘要:https://mp.weixin.qq.com/s/z6lyyubGzDdQfzbkj7LjQg https://www.photopea.com
阅读全文