自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 收藏
  • 关注

转载 buildroot-配置

1、缺省配置      make  O=../ qemu_arm_vexpress_defconfig2、配置2.1 配置内核

2018-05-31 23:16:41 2397

转载 编译器

1. arm-none-linux-gnueabi-gcc编译器arm-none-linux-gnueabi-gcc是 Codesourcery 公司(目前已经被Mentor收购)基于GCC推出的的ARM交叉编译工具。可用于交叉编译ARM系统中所有环节的代码,包括裸机程序、u-boot、Linux kernel、filesystem和App应用程序。1.1 Mentor网站下载地址为:http:/...

2018-05-27 21:16:49 302

转载 qemu

1 、安装交叉编译链sudo apt-get install gcc-arm-linux-gnueabi2、安装qemusudo apt-get install qemu3、编译内核export ARCH=arm  export CROSS_COMPILE=arm-linux-gnueabi-  make vexpress_defconfig  make zImage -j8  make modu...

2018-05-27 19:57:47 707

转载 常用命令

压缩&解压tar –cvf jpg.tar *.jpg                   tar –xvf file.tartar –czvf jpg.tar.gz *.jpg               tar -zxvf file.tar.gztar –cjvf jpg.tar.bz2 *.jpg              tar -jxvf file.tar.bz2find . -...

2018-05-23 23:32:14 112

转载 嵌入式Linux根文件系统制作和挂载

https://blog.csdn.net/coding__madman/article/details/51297127

2018-05-21 23:50:37 613

转载 squashfs

        squashfs是一个只读压缩文件系统,对嵌入式来说,可以减少成本,在使用nand flash作为存储设备的开发板来说,要使用squashfs首先内核当中要有对squashfs的支持,同时还要有对mtd字符设备和块设备的支持。        针对将squashfs放在一个nand 分区的情况,对squashfs的操作应该有下面几步:a.制作squashfs镜像(本操作位于宿主机) ...

2018-05-21 23:36:07 17424 2

转载 linux安全-ecryptfs

sudo apt-get install ecryptfs-utils2 创建登录密码和挂载密码ecryptfs-setup-privatemkdir /root/tPrivatemount -t ecryptfs /root/tPrivate /root/tPrivatemount -t ecryptfs /root/tPrivate /root/tPrivatehttps://blog.csd...

2018-05-14 23:43:56 4461 1

转载 性能分析工具

https://blog.csdn.net/tiantangyouzui/article/details/72231590

2018-05-09 23:32:34 131

转载 Git使用

一、安装 git 服务器1、安装    $ sudo apt-get install git2、创建git服务器管理用户    $ useradd -d /home/git -m -s /bin/bash git $ su git3、设置SSH鉴权文件    $ gedit /etc/ssh/sshd_config        RSAAuthentication yes        Pubke...

2018-05-01 18:39:05 130

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除