Lost !

-----hard working for the furture.

导航

统计

文章分类 -  嵌入式

上一页 1 2 3 4 5 6 7 8 9 下一页

vim ctags使用技巧
摘要:https://blog.csdn.net/weixin_42191545/article/details/102889254 https://zhuanlan.zhihu.com/p/689940426 阅读全文

posted @ 2024-08-24 00:36 失落''80 阅读(3) 评论(0) 推荐(0) 编辑

ubuntu download
摘要:https://old-releases.ubuntu.com/releases/18.04.4/ 阅读全文

posted @ 2024-08-23 23:55 失落''80 阅读(5) 评论(0) 推荐(0) 编辑

解决ubuntu开机进入grub界面的问题
摘要:开机显示GRUB界面显示如下字样,几秒后自动进入登录界面*UbuntuAdvanced options for Ubuntu....解决方案: 1.编辑grub文件 sudo vim /etc/default/grub 2.注释:GRUB_HIDDEN_TIMEOUT=0 3.修改:GRUB_TIM 阅读全文

posted @ 2024-08-23 13:29 失落''80 阅读(49) 评论(0) 推荐(0) 编辑

Cube-TouchGFX GUI
摘要:https://www.stmcu.com.cn/ecosystem/app/function-GUI https://www.stmcu.com.cn/Meeting/Newest 阅读全文

posted @ 2024-08-22 12:32 失落''80 阅读(5) 评论(0) 推荐(0) 编辑

Xenomai
摘要:https://v4.xenomai.org/ 阅读全文

posted @ 2024-08-21 22:37 失落''80 阅读(4) 评论(0) 推荐(0) 编辑

beaglebone-black 设计指南
摘要:https://docs.beagleboard.org/latest/boards/beaglebone/black/ch06.html#sitara-am3358bzcz100-processor DDR3布线部分至少需要4层板,可以再增加层数,用来走其他的信号或者增强信号完整性和提高电磁兼容抗 阅读全文

posted @ 2024-08-18 23:05 失落''80 阅读(6) 评论(0) 推荐(0) 编辑

RailLink -- DIY JLINK V9
摘要:https://github.com/Misaka0x2730/RailLink https://github.com/Kevincoooool/KS_Diy_Link 阅读全文

posted @ 2024-08-18 19:23 失落''80 阅读(6) 评论(0) 推荐(0) 编辑

AM335x VS AM62x
摘要:相较于经典的AM335x处理器,AM62x有着更丰富的功能以及更强大的其性能,参数对比如下: https://www.elecfans.com/d/2129135.html https://www.elecfans.com/article/80/2023/202304192061759.html h 阅读全文

posted @ 2024-08-18 11:52 失落''80 阅读(13) 评论(0) 推荐(0) 编辑

Linux编译时make -j# 应该开多少个线程
摘要:http://t.csdnimg.cn/u8CDk make -j$(nproc) 阅读全文

posted @ 2024-08-16 09:37 失落''80 阅读(3) 评论(0) 推荐(0) 编辑

quirrelSql小松鼠数据库连接工具
摘要:https://blog.csdn.net/zhoujiaaw/article/details/103509621 https://mvnrepository.com/ 阅读全文

posted @ 2024-08-15 11:15 失落''80 阅读(3) 评论(0) 推荐(0) 编辑

面包板的使用
摘要:注意中间凹槽的连接 或者 https://www.cnblogs.com/yucloud/p/pi_zeroW.html 阅读全文

posted @ 2024-08-14 23:19 失落''80 阅读(75) 评论(0) 推荐(0) 编辑

Android source code
摘要:https://www.helloandroid.cn/ https://mirrors.tuna.tsinghua.edu.cn/help/AOSP/ 阅读全文

posted @ 2024-08-14 21:27 失落''80 阅读(4) 评论(0) 推荐(0) 编辑

Yocto Toaster
摘要:https://docs.yoctoproject.org/toaster-manual/intro.html 阅读全文

posted @ 2024-08-14 20:40 失落''80 阅读(4) 评论(0) 推荐(0) 编辑

Intel Galileo - Building Linux Image
摘要:http://t.csdnimg.cn/yW2ha https://github.com/galileogen2 https://github.com/galileogen2/meta-clanton https://www.jb51.net/os/Ubuntu/45292.html 阅读全文

posted @ 2024-08-12 14:22 失落''80 阅读(4) 评论(0) 推荐(0) 编辑

linux 内核驱动编写流程
摘要: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 阅读全文

posted @ 2024-08-08 21:07 失落''80 阅读(22) 评论(0) 推荐(0) 编辑

c++ cmake 跨平台编译
摘要:https://zhuanlan.zhihu.com/p/661285478 CMakeLists.txt cmake_minimum_required(VERSION 3.10) project(hello1) set(CMAKE_C_COMPILE "aarch64-poky-linux-gcc 阅读全文

posted @ 2024-08-08 20:00 失落''80 阅读(4) 评论(0) 推荐(0) 编辑

linux samba 服务器
摘要:Windows Server 无法访问 samba 服务 https://docsv4.qingcloud.com/user_guide/compute/vm/faq/troubleshooting/windows_server_os/win2019_use_samba/ 安装samba https 阅读全文

posted @ 2024-08-08 15:56 失落''80 阅读(8) 评论(0) 推荐(0) 编辑

LVGL 移植教程
摘要:https://lvgl.100ask.net/master/porting/index.html 阅读全文

posted @ 2024-08-08 01:44 失落''80 阅读(3) 评论(0) 推荐(0) 编辑

keil 大全
摘要:https://blog.51cto.com/u_15785540/5753221 阅读全文

posted @ 2024-08-08 01:11 失落''80 阅读(4) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 下一页
点击右上角即可分享
微信分享提示