
Linux
MeredithRowe
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux开机启动动画
linux开机启动动画转载 2016-09-28 09:27:15 · 9898 阅读 · 0 评论 -
移植安装cartographer_ros
1.安裝wstool和rosdep: sudo apt-get install -y Python-wstoolpython-rosdep ninja-build 2.新建工作空間,這裏使用catkin_ws: mkdir catkin_ws cd catkin_ws wstool init src 3.下载 wstool merge -t src https:/原创 2017-07-30 16:57:07 · 1034 阅读 · 0 评论 -
STM32F469I-DISCO移植Linux4.13.12
玩STM32三年多一直看着网上各牛人的帖子,刚在STM32F469I-DISCO移植了Linux4.13.12抑制不住自己喜悦的心情来和大家分享。 嵌入式Linux系统由三部分组成:bootloader、kernel、root filesystem (引导程序、内核、根文件系统) 软件包下载: https://github.com/mcoqu转载 2017-12-22 13:05:49 · 2979 阅读 · 0 评论