随笔分类 -  linux

linux移植与开发
摘要:#! /bin/bash user=root password=12345678 remote_ip=192.168.3.140 remote_dir=/usr/bin/ local_file_dir=./ local_file_name=gps #sshpass -p 12345678 scp - 阅读全文
posted @ 2018-12-17 11:00 嵌入式实操 阅读(129) 评论(0) 推荐(0)
摘要:#! /bin/bash user=root password=12345678 remote_ip=192.168.3.140 sshpass -p $password ssh $user@$remote_ip #sshpass -p 12345678 ssh root@192.168.3.140 阅读全文
posted @ 2018-12-17 10:58 嵌入式实操 阅读(225) 评论(0) 推荐(0)
摘要:# svn delete etc/systemd/system/getty.target.wants/serial-getty@ttyS3.service@ D etc/systemd/system/getty.target.wants/serial-getty@ttyS3.service # sv 阅读全文
posted @ 2018-12-13 09:57 嵌入式实操 阅读(203) 评论(0) 推荐(0)
摘要:requirment: want to get arm ubuntu rootfs method: base on debootstrap tool, customization full function arm ubuntu rootfs. solution: sudo apt-get inst 阅读全文
posted @ 2018-12-06 17:22 嵌入式实操 阅读(401) 评论(0) 推荐(0)
摘要:case: svn add lib/systemd/system/dropbear@.service svn: E200009: 'lib/systemd/system/dropbear@.service': a peg revision is not allowed here analyze: g 阅读全文
posted @ 2018-12-05 11:00 嵌入式实操 阅读(824) 评论(0) 推荐(0)
摘要:case: when system is running well ,sudden tf became read-only; analyze: read the kernel log using dmesg , find follow log: FAT-fs (mmcblk0p1): error, 阅读全文
posted @ 2018-12-03 10:08 嵌入式实操 阅读(3066) 评论(0) 推荐(0)
摘要:1.下载源码: git clone https://github.com/openssl/openssl.git 2. 配置生成Makefile ./config no-asm shared --prefix=$(pwd)/__install CROSS_COMPILE=mipsel-linux- 阅读全文
posted @ 2018-09-09 09:05 嵌入式实操 阅读(1750) 评论(0) 推荐(0)
摘要:【目的】 8188EU 在AM335X MC183上以AP+STA工作。 【环境】 1、 Ubuntu 16.04发行版 2、 linux-3.2.0-psp04.06.00.11 3、 MC183平台 4、 交叉编译器arm-linux-gnueabihf-gcc-4.7.3 【实验步骤】 1、 阅读全文
posted @ 2018-09-07 21:43 嵌入式实操 阅读(1234) 评论(0) 推荐(0)
摘要:移植dropbear & zlib 在AM335X开发板上搭建轻量级的ssh server 阅读全文
posted @ 2018-09-03 08:26 嵌入式实操 阅读(1079) 评论(0) 推荐(0)