随笔分类 - 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 -
阅读全文
摘要:#! /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
阅读全文
摘要:# svn delete etc/systemd/system/getty.target.wants/serial-getty@ttyS3.service@ D etc/systemd/system/getty.target.wants/serial-getty@ttyS3.service # sv
阅读全文
摘要:requirment: want to get arm ubuntu rootfs method: base on debootstrap tool, customization full function arm ubuntu rootfs. solution: sudo apt-get inst
阅读全文
摘要:case: svn add lib/systemd/system/dropbear@.service svn: E200009: 'lib/systemd/system/dropbear@.service': a peg revision is not allowed here analyze: g
阅读全文
摘要: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,
阅读全文
摘要:1.下载源码: git clone https://github.com/openssl/openssl.git 2. 配置生成Makefile ./config no-asm shared --prefix=$(pwd)/__install CROSS_COMPILE=mipsel-linux-
阅读全文
摘要:【目的】 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、
阅读全文
摘要:移植dropbear & zlib 在AM335X开发板上搭建轻量级的ssh server
阅读全文
浙公网安备 33010602011771号