上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页
摘要: This tool is used for deal with data. 阅读全文
posted @ 2016-03-30 23:14 JustRelax 阅读(159) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> //标准输入输入出的头文件,printf和scanf都在这里了#include <stdlib.h> //标准库头文件,内存分配、数学运算等都在这里了 #define MAXLEN 1024int main(int argc, char *argv[]){ if 阅读全文
posted @ 2016-03-30 21:19 JustRelax 阅读(117) 评论(0) 推荐(0) 编辑
摘要: #define get_dword(add) (*(volatile UINT32 *)(addr))#define set_dword(add, val) (*(volatile UINT32 *)(addr)) = (val) #define get_word(add) (*(volatile 阅读全文
posted @ 2016-02-17 21:11 JustRelax 阅读(767) 评论(0) 推荐(0) 编辑
摘要: VERSION = 2016PATCHLEVEL = 01SUBLEVEL =EXTRAVERSION = -rc3NAME =Now, I will describle the u-boot fdt init draft flow.board_f.c-->init_sequence_f-->fdt... 阅读全文
posted @ 2015-12-29 22:46 JustRelax 阅读(1258) 评论(0) 推荐(0) 编辑
摘要: 1 download site: https://buildroot.uclibc.org/download.html 2 修改ubuntu服务器时间 3 交叉编译 binutils-2.24.tar.bz2 fakeroot_1.18.4.orig.tar.bz2 gmp-6.0.0a.tar.x 阅读全文
posted @ 2015-12-26 12:42 JustRelax 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 1、Linux kernel coding style http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/CodingStyle 谈谈Linux内核驱动的coding style 2、u 阅读全文
posted @ 2015-12-08 22:06 JustRelax 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 目的:1 安装git服务器,创建git账户,进行权限管理2将管理账户分给user usertest3 git创建一个project仓库,并将权限分配给usertest1安装git服务器,创建git账户,进行权限管理安装git和openssh:sudo apt-get install git-core... 阅读全文
posted @ 2015-12-05 19:36 JustRelax 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 一、uboot eMMC commandmmc infommc erasemmc readmmc writemmc rescanmmcfor example: Use tftp load data to DRAM 0x85000000 Then, mmc write 0x85000000 16 ... 阅读全文
posted @ 2015-12-04 22:02 JustRelax 阅读(647) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get update sudo apt-get install samba samba-common sudo useradd xxx sudo smbpasswd -a xxx vi /etc/samba/smb.conf 在末尾添加: 保存退出 然后重启samba: sudo 阅读全文
posted @ 2015-12-04 20:57 JustRelax 阅读(944) 评论(0) 推荐(0) 编辑
摘要: block/chip: 一片flash有几个blockpages/block: 一个block有几个pagesbytes/page:BBT: bad block tableread clock: 读clockwrite clock: 写clockBus width:ECC mode:NAND ID:... 阅读全文
posted @ 2015-11-26 21:41 JustRelax 阅读(240) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页