build_embed_linux_system

附录一:常见Linux资源网站整理

Linux资源网址地址

清华镜像资源(Linux): https://mirrors.tuna.tsinghua.edu.cn

  1. Ubuntu镜像下载: https://mirrors.tuna.tsinghua.edu.cn/ubuntu-releases/
  2. Ubuntu/debian配置(x86_64): https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/
  3. Ubuntu/debian配置(ARM32_64): https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu-ports/
  4. Linux内核文档: https://www.kernel.org/doc/html/next/translations/zh_CN/index.html#linux
  5. debain包源码资源站: https://packages.debian.org/zh-cn/bookworm/expat
  6. Linux 6.1版本接口说明: https://www.kernel.org/doc/html/v6.1/devicetree/kernel-api.html
  7. Ti官网说明: https://www.ti.com.cn/product/cn/TPS386040
  8. 瑞芯微官方文档wiki网址: https://opensource.rock-chips.com/wiki_Main_Page
  9. arm官方编译工具地址: https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads
  10. opkg地址目录: https://www.embedian.com/arago/armv7ahf-vfp-neon-3.2

其它镜像资源

  1. npm国内源: https://registry.npm.taobao.org
  2. python国内源: https://pypi.tuna.tsinghua.edu.cn/simple/
  3. rustc国内源: https://mirrors.tuna.tsinghua.edu.cn/git/crates.io-index.git
  4. linux kernel国内源: https://mirrors.kernel.org/pub/linux/
  5. gcc可执行包下载地址: https://mirrors.tuna.tsinghua.edu.cn/armbian-releases/_toolchain/
  6. gcc源码地址: https://mirrors.tuna.tsinghua.edu.cn/gnu/gcc/
  7. linaro的gcc版本地址: https://releases.linaro.org/components/toolchain/binaries/7.5-2019.12/arm-linux-gnueabihf/
  8. 阿里镜像: https://developer.aliyun.com/mirror/ubuntu?spm=a2c6h.13651102.0.0.3e221b11TK7Jy8
  9. gcc官网: http://ftp.gnu.org/gnu/gcc

嵌入式开源项目

  1. QT开源项目: https://gitee.com/feiyangqingyun/QWidgetDemo.git
  2. CPlusPlusThings: https://github.com/Light-City/CPlusPlusThings
  3. freeType(开源字体引擎): https://freetype.org/
  4. 基于qt的开源键盘固件: https://github.com/qmk/qmk_firmware
  5. 快速无损的压缩算法ztsd: https://github.com/facebook/zstd
  6. js环境: https://github.com/bellard/quickjs
  7. sqlite开源项目: https://www.sqlite.org/download.html
  8. openssl开源项目: https://github.com/openssl/openssl
  9. nxp开源项目地址(u-boot, kernel): https://github.com/nxp-imx/

技术网站

  1. Linux API接口说明: https://wizardforcel.gitbooks.io/linux-c-api-ref/content/
  2. 蜗窝科技: http://www.wowotech.net
  3. 常见屏幕OLED资料: http://www.lcdwiki.com/Main_Page
  4. C++模板元编程: https://www.cnblogs.com/qicosmos/p/4480460.html
  5. 微软C++官方网址: https://learn.microsoft.com/zh-cn/cpp/standard-library/cpp-standard-library-reference?view=msvc-170
  6. gcc的c++网址: https://legacy.cplusplus.com/reference/
  7. 算法应用和学习网址: https://leetcode.cn/
  8. FreeRTOS官方网址: https://www.freertos.org/zh-cn-cmn-s/features.html
  9. RT-Thread官方网址: https://www.rt-thread.org/document/site/#/rt-thread-version/rt-thread-standard/README
  10. 野火开发板官网文档: https://doc.embedfire.com/linux/stm32mp1/driver/zh/latest/linux_driver/base_platform_driver.html
  11. 正点原子官方下载资源: http://www.openedv.com/docs/index.html
  12. 小林x图解计算机基础: https://www.xiaolincoding.com/
  13. 核桃派资源网站: https://www.walnutpi.com/docs/directory/
  14. 测试C++在线编程地址: https://godbolt.org/
  15. Linux系统知识博客分享:https://www.cnblogs.com/arnoldlu

常用软件下载地址

  1. git下载地址: https://registry.npmmirror.com/binary.html?path=git-for-windows/
  2. nxp GuiBuilder(lvgl): https://www.nxp.com/design/design-center/software/development-software/gui-guider:GUI-GUIDER
  3. qt安装地址: http://download.qt.io/archive/qt/
  4. windows(wsl安装地址): https://docs.microsoft.com/zh-cn/windows/wsl/install-win10
  5. qemu安装地址:https://qemu.weilnetz.de/w64/2020/

next_chapter

返回目录