
BusyBox
文章平均质量分 82
busybox
阿卡基-马
业余马拉松选手
展开
-
taskset set or retrieve a process CPU affinity
SYNOPSIS top taskset [options] mask command [argument...] taskset [options] -p [mask] pidDESCRIPTION top taskset is used to set or retrieve the CPU affinity of a running process given its pid, or to launch...原创 2020-05-18 21:38:47 · 372 阅读 · 0 评论 -
parse_inittab
/* NOTE that if CONFIG_FEATURE_USE_INITTAB is NOT defined, * then parse_inittab() simply adds in some default * actions (i.e., runs INIT_SCRIPT and then starts a pair * of "askfirst" shells). If CONF...原创 2018-04-20 17:13:27 · 452 阅读 · 0 评论 -
busybox-1.22.1\examples\inittab
# /etc/inittab init(8) configuration for BusyBox## Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>### Note, BusyBox init doesn't support runlevels. The runlevels field is# comp...原创 2018-04-20 17:26:46 · 350 阅读 · 0 评论 -
busybox-1.24.0制作AM335X文件系统
第一天平台说明 busybox 版本: busybox-1.24.0Linux 版本: ubuntu 15.04(编译主机)GCC 版本: gcc version 4.7.3 20130226 (prerelease)(crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.0...转载 2018-04-21 08:28:34 · 2060 阅读 · 0 评论 -
根文件系统及Busybox详解之一
根文件系统及Busybox简介目录1.根文件系统简介...22.Busybox简介...22.1Busybox简介...22.2Busybox目录结构简介...22.3init进程简介...33.构建自己的根文件系统...93.1编译Busybox.93.2向Busybox中添加新命令...194.附录...264.1Busybox实现的简单分析...264.2Busybox配置选项说明...27...转载 2018-04-21 10:12:32 · 603 阅读 · 0 评论 -
linux下spi-nor Flash的操作----备份与还原norflash中的uboot
一、环境:Ubuntu 16.02nor flash型号: spi nor flash S25FL256S ,Sector Size = 64 kbytes, total size = 256M BIT = 32M Bytes一、备份:dd if=/dev/mtd0 of=xxx.bin bs=1K二、还原:1、先擦除,必须先擦,不然写入不对(写操作只能把高电平比特位变成...转载 2018-10-28 17:10:01 · 1905 阅读 · 0 评论 -
linux nand flash常用命令
使用命令前用cat /proc/mtd 查看一下mtdchar字符设备;或者用ls -l /dev/mtd*#cat /proc/mtddev: size erasesize namemtd0: 00c00000 00020000 “ROOTFS”mtd1: 00200000 00020000 “BOOTLOADER”mtd2: 00200000 00020000 “KERN...转载 2018-10-28 19:13:38 · 4002 阅读 · 0 评论 -
Busybox移植到ARM Linux教程
BusyBox 是一个集成了一百多个常用Linux命令和工具的应用程序。它不仅包含了一些简单的命令,如 cat 、echo和ls等,而且还包含了一些更大、更复杂的工具,例如 grep、find、mount 以及 telnet等。简单地说,BusyBox就好像是个大工具箱,集成了许多Linux常用的工具和命令。BusyBox最初是由Bruce Perens在1996年为DebianGNU/L...转载 2018-12-17 23:12:55 · 1565 阅读 · 0 评论 -
BusyBox 支持的命令
/ # busyboxBusyBox v1.22.1 (2015-05-08 13:56:24 CST) multi-call binary.BusyBox is copyrighted by many authors between 1998-2012.Licensed under GPLv2. See source distribution for detailedcopyright...原创 2018-08-03 14:58:04 · 10293 阅读 · 0 评论