摘要: 1 Scope of Document systemd 是一个 Linux 系统基础组件的集合,提供了一个系统和服务管理器,运行为 PID 1 并负责启动其它程序。功能包括:支持并行化任务;同时采用 socket 式与 D-Bus 总线式激活服务;按需启动守护进程(daemon);利用 Linux 阅读全文
posted @ 2019-01-08 16:34 嵌入式实操 阅读(145) 评论(0) 推荐(0) 编辑
摘要: uboot commad test test - minimal test like /bin/sh so we can use test command to some judge for example, test –n $uenvcmd test var uenvcmd length !eq 阅读全文
posted @ 2019-01-04 15:17 嵌入式实操 阅读(1039) 评论(0) 推荐(0) 编辑
摘要: reference: uboot_dir/doc/README.distro Linux distributions are faced with supporting a variety of boot mechanisms,environments or bootloaders (PC BIOS 阅读全文
posted @ 2019-01-04 15:07 嵌入式实操 阅读(350) 评论(0) 推荐(0) 编辑
摘要: reference: http://www.denx.de/wiki/DULG/UBootCmdGroupExec With the source command you can run "shell" scripts under U-Boot: You create a U-Boot script 阅读全文
posted @ 2019-01-04 14:49 嵌入式实操 阅读(793) 评论(0) 推荐(0) 编辑
摘要: 1 Scope of Document This document describes SPI F-RAM hardware design 2 Requiremen 2.1 Function Requirement support spi f-ram fm25l16b in linux 2.2 Pe 阅读全文
posted @ 2019-01-04 14:34 嵌入式实操 阅读(331) 评论(0) 推荐(0) 编辑
摘要: logic analyzer device: Saleae Logic 16 Pc software gui: capture signal picture: send command 0x55 throught spi controller 阅读全文
posted @ 2018-12-29 11:05 嵌入式实操 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 如何定制自已的armbian文件系统。 1)uboot 2) kernel 3) rootfs 针对linux 系统开发人员来说,真正有用的只是其armbian文件系统, 将其制作成所需的文件系统格式,如ubifs ext4等,并烧录在存储介质上面,就可以使用armbian文件系统。 当然文件系统的 阅读全文
posted @ 2018-12-27 17:03 嵌入式实操 阅读(1270) 评论(0) 推荐(0) 编辑
摘要: 参考:https://docs.armbian.com/Developer-Guide_Build-Preparation/ 通过如下指令进行编译: apt-get -y -qq install gitgit clone --depth 1 https://github.com/armbian/bu 阅读全文
posted @ 2018-12-27 16:51 嵌入式实操 阅读(1334) 评论(0) 推荐(0) 编辑
摘要: 第一问: armbian是什么? Armbian是轻量级的Debian系统和为ARM开发板专门发行并重新编译的Ubuntu系统。 第二问: 什么场景下会用到armbian系统? 一个带有arm编译器及apt安装工具的arm linux文件系统显得非常的有用。 为快速开发,为快速验证,提供了便利,比如 阅读全文
posted @ 2018-12-27 16:42 嵌入式实操 阅读(1344) 评论(0) 推荐(0) 编辑
摘要: reference: https://www.thegeekdiary.com/how-to-create-virtual-block-device-loop-device-filesystem-in-linux/ 制作14G的img镜像 rootfs.img dd if=/dev/zero of= 阅读全文
posted @ 2018-12-26 08:49 嵌入式实操 阅读(714) 评论(0) 推荐(0) 编辑