Lost !

-----hard working for the furture.

导航

统计

08 2024 档案

linux 内核编译
摘要:获取代码: 内核 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 阅读全文

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

gcc/g++ 链接库的编译与链接 -lxerces-c
摘要:https://www.cnblogs.com/jadeshu/articles/10663512.html #include <xercesc/util/PlatformUtils.hpp> // Other include files, declarations, and non-Xerces- 阅读全文

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

Linux运维实战
摘要:https://www.cnblogs.com/liuxing0007/category/1458805.html 阅读全文

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

FreeBSD Programming Tools
摘要:https://docs.freebsd.org/en/books/developers-handbook/tools/#tools-programming 阅读全文

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

FreeBSD
摘要:https://www.freebsd.org/where/ 阅读全文

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

如何下载特定OSLEVEL的AIX ISO
摘要:https://blog.csdn.net/allway2/article/details/107329711 阅读全文

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

IBM Db2
摘要:https://www.ibm.com/docs/en/db2/11.1?topic=idds-installing-db2-database-servers-using-db2-setup-wizard-windows 阅读全文

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

IBM XL C/C++
摘要:https://www.ibm.com/docs/en/zos/2.1.0?topic=zos-xl-cc 阅读全文

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

linux开发板查看分辨率
摘要:linux开发板查看分辨率 在Linux开发板上查看屏幕分辨率,可以使用fbset工具或者直接查看/sys/class/graphics/fb0目录下的信息。 使用fbset查看分辨率的命令如下: fbset -s 如果系统中没有fbset工具,可以直接查看/sys/class/graphics/f 阅读全文

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

WebRtc源码下载与编译(完整版)
摘要:https://blog.csdn.net/zhangpf6699/article/details/134138777 https://www.jianshu.com/p/c7614a4ca954 阅读全文

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

如何集成拨号功能至WebRTC应用
摘要:https://webrtc.org.cn/20210319-cpaas-telepohny/ 阅读全文

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

在树莓派上设置应用程序开机启动的五种方法
摘要:https://shumeipai.nxez.com/2023/05/13/run-a-program-on-your-raspberry-pi-at-startup.html 阅读全文

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

Linux系统【Ubuntu】开机自启脚本及配置
摘要:https://blog.csdn.net/weixin_46990523/article/details/124231349 检查wssh ps -ef | grep "wssh" 阅读全文

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

python 版本切换
摘要:用 update-alternatives 命令 https://www.jianshu.com/p/4ed1b0575def 阅读全文

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

webssh python
摘要:sudo apt-get install build-essential libssl-dev libffi-dev python-dev pip install webssh https://cloud.tencent.com/developer/article/2419150 阅读全文

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

Ubuntu 安装 KVM 虚拟化
摘要:https://blog.csdn.net/networken/article/details/136747410 阅读全文

posted @ 2024-08-29 14:06 失落''80 阅读(2) 评论(0) 推荐(0) 编辑

shell脚本如何获取第几行 第几列的命令 awk sed
摘要:https://www.jb51.net/jiaoben/305579dvg.htm 阅读全文

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

Ubuntu Linux操作系统(第2版)(微课版) ppt
摘要:https://www.ryjiaoyu.com/book/details/39802 阅读全文

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

s3c2440移植linux内核之引导
摘要:S3C2440 移植最新5.2linux内核 https://www.cnblogs.com/kmist/p/11362849.html https://www.bilibili.com/read/cv36388268/ https://blog.csdn.net/u013171226/articl 阅读全文

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

uboot 编译
摘要: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 阅读全文

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

__gnu_mcount_nc_patch.patch.gz
摘要:下载得到文件__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 阅读全文

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

S3C2440移植linux3.4.2内核之支持YAFFS文件系统
摘要:https://cloud.tencent.com/developer/article/1826586 阅读全文

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

S3C2440移植linux3.4.2内核之内核框架介绍及简单修改
摘要:https://cloud.tencent.com/developer/article/1826581 make s3c2440_defconfig make zImage -j4 OBJCOPY arch/arm/boot/zImage Kernel: arch/arm/boot/zImage i 阅读全文

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

Ubuntu 16.04 搭建嵌入式交叉编译环境arm-linux-gcc 4.4.3 过程图解
摘要:https://community.sslcode.com.cn/64426403ae650e245cfebd69.html?dp_token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MzUwNDE5LCJleHAiOjE3MjUzNDU1NDEsI 阅读全文

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

清华大学出版社配套资料即密码获取方式
摘要:C程序设计(基于Linux平台)(微课版) http://www.tup.tsinghua.edu.cn/booksCenter/book_10206901.html# 课件密码 9109 清华大学出版社官方网址:http://www.tup.tsinghua.edu.cn/index.html ( 阅读全文

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

零基础学 qt4 编程
摘要:https://www.kancloud.cn/wizardforcel/wudi-qt4 阅读全文

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

linux 常用命令
摘要:https://www.cnblogs.com/bingpan/p/9015600.html 阅读全文

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

Linux系统下的uname命令
摘要:uname 命令可用于大多数 UNIX 和类 UNIX 系统以及 Linux。功能说明:uname用来获取电脑和操作系统的相关信息。语 法: uname [-amnrsvpio][--help][--version]补充说明:uname可显示linux主机所用的操作系统的版本、硬件的名称等基本信息。 阅读全文

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

Arm armv5tejl的交叉编译
摘要: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 阅读全文

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

安装arm-linux-gnueabihf-gcc编译器
摘要: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 阅读全文

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

RGB、LVDS、MIPI和EDP接口液晶屏
摘要:http://t.csdnimg.cn/d3JYI 概述 一、RGB_TTL 二、LVDS 三、MIPI(手机、平板等数码产品应用场合) 四、eDP接口(笔记本、工控机、工业平板等应用场合,用来取代LVDS接口) 五、应用 阅读全文

posted @ 2024-08-26 14:24 失落''80 阅读(33) 评论(0) 推荐(0) 编辑

2440init.txt
摘要:setmem 0x53000000,0x00000000,32 setmem 0x4a000008,0xffffffff,32 setmem 0x4a00001c,0x00007fff,32 setmem 0x48000000,0x2212d110,32 setmem 0x48000004,0x00 阅读全文

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

linux 多线程
摘要:#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++) 阅读全文

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

文件描述符及重定向
摘要:https://blog.51cto.com/u_12891/10384647 阅读全文

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

Linux通用GPIO驱动写法与应用
摘要:https://cloud.tencent.com/developer/article/1599571 阅读全文

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

Linux内核编程Hello World
摘要:https://blog.csdn.net/qq_53928256/article/details/129740442 https://www.cnblogs.com/nerohwang/p/3621316.html /usr/src/linux-headers-$(uname -r)/includ 阅读全文

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

oracle-linux-8
摘要:https://sysin.org/blog/oracle-linux-8/ 阅读全文

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

visual studio 使用cmake构建项目并远程连接虚拟机centos7
摘要: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 阅读全文

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

SecureCRT buttons
摘要: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 阅读全文

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

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) 编辑

在RHEL 9 中开发 C 和 C++应用程序
摘要: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 阅读全文

posted @ 2024-08-23 23:29 失落''80 阅读(4) 评论(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 阅读(48) 评论(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) 编辑

将LPDDR4从Cadence搬到 Altium Designer 22
摘要:【将LPDDR4从Cadence搬到 Altium Designer 22】 https://www.bilibili.com/video/BV1GX4y1m7jM/?share_source=copy_web&vd_source=7392077a367a1cfff484e9bddcf21193 阅读全文

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

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

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

Mentor BGA的扇出技巧及区域规则设置
摘要:http://www.pcballegro.com/mentor/xpedition/134.html https://www.elecfans.com/article/80/2023/202310312284009.html 阅读全文

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

Stratix 10器件 -- FPGA扇出区域设计
摘要:https://www.intel.cn/content/www/cn/zh/docs/programmable/683132/current/fpga-fan-out-region-design.html 阅读全文

posted @ 2024-08-18 23:43 失落''80 阅读(1) 评论(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 阅读(4) 评论(0) 推荐(0) 编辑

AM625SIP 定制电路板硬件设计–入门配套资料
摘要:https://e2echina.ti.com/support/machine-translation/mt-processors/f/mt-processors-forum/878194/faq-am625sip https://www.ti.com/product/AM625SIP#tech-d 阅读全文

posted @ 2024-08-18 13:33 失落''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) 编辑

allegro学习--区域约束
摘要:https://blog.csdn.net/qqliyunpeng/article/details/44647811 https://blog.csdn.net/weixin_40305633/article/details/121986364 阅读全文

posted @ 2024-08-18 10:10 失落''80 阅读(2) 评论(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) 编辑

Wiring-x86 -- Galileo Gen 2
摘要:https://emutex.com/educational/72-introduction-to-wiring-x86-for-intel-galileo-gen2-and-intel-edison-arduino https://github.com/emutex/wiring-x86/tree 阅读全文

posted @ 2024-08-13 16:15 失落''80 阅读(6) 评论(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) 编辑

荔枝派Zero--全志V3S
摘要:https://www.kancloud.cn/lichee/lpi0/342684 https://licheezero.readthedocs.io/zh/latest/index.html 硬件参数 CPU:全志V3S, ARM Cortex-A7, 最高1.2GHz 内存:集成64MB DD 阅读全文

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

Cadence电路原理图及其PCB布局的复用
摘要:https://zhuanlan.zhihu.com/p/631405222 阅读全文

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

DDR模块电路的PCB设计建议
摘要:https://mp.weixin.qq.com/s/8vHJY8RqMFDxrnsD1Vwocw 阅读全文

posted @ 2024-08-11 12:39 失落''80 阅读(3) 评论(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 阅读(19) 评论(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 阅读(3) 评论(0) 推荐(0) 编辑

全志H6开发板-从零入门ARM高速电路设计
摘要:https://oshwhub.com/logicworld/h6_board 阅读全文

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

Linux内核映像vmlinux、Image、zImage、uImage区别
摘要:https://blog.csdn.net/daocaokafei/article/details/122886659 阅读全文

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

Software Updates on i.MX8MP, Part 2: Mender & Yocto Project
摘要:https://www.konsulko.com/category/blog 阅读全文

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

stm32mp1 bitbake
摘要: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 阅读全文

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

Linux-Intel-Galileo-Gen2-QuarkX1000
摘要:https://github.com/slavaim/Linux-Intel-Galileo-Gen2-QuarkX1000 https://slavaim.blogspot.com/2016/03/building-linux-kernel-for-intel-galileo.html Build 阅读全文

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

全志开发平台
摘要:https://open.allwinnertech.com/#/ https://www.cnblogs.com/juwan/p/15226245.html 阅读全文

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

nxp win10 iot
摘要:https://www.nxp.com/design/design-center/software/embedded-software/i-mx-software/windows-10-iot-enterprise-for-i-mx-applications-processors:IMXWIN10I 阅读全文

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

windows iot 硬件支持
摘要:https://learn.microsoft.com/zh-cn/previous-versions/windows/iot-core/learn-about-hardware/hardwarecompatlist 阅读全文

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

armbian
摘要:https://www.armbian.com 阅读全文

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

Intel 伽利略2 bsp 和硬件资料
摘要: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 阅读全文

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

EDA 查看器 Copilot 实测报告
摘要:https://mp.weixin.qq.com/s/QiLJNIJYY03PuXoc8ToIcA http://www.eda.cn/ecadViewer 阅读全文

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

LPDDR PDN网络On-Die-Decap优化方法
摘要:https://mp.weixin.qq.com/s/ON3zLw5p71EOe2pl1mxodA 阅读全文

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

硬件设计指南
摘要:https://bbs.16rd.com/download/list-264-1.html 阅读全文

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

如何在Galileo 板上运行Debian操作系统
摘要:步骤1: 下载Galileo的debian镜像 到http://sourceforge.net/projects/galileodebian/下载Galileo的debian软件镜像,截至2014年10月12日的最新版是galileo-1.2.img.gz。步骤2: 写入镜像 (1) 到http:/ 阅读全文

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

Photopea
摘要:https://mp.weixin.qq.com/s/z6lyyubGzDdQfzbkj7LjQg https://www.photopea.com 阅读全文

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

点击右上角即可分享
微信分享提示