会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
JustRelax
~~~~~~~~~~~~~~~~~~~~挑灯夜战!
博客园
首页
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
11
下一页
2016年3月30日
format data tool
摘要: This tool is used for deal with data.
阅读全文
posted @ 2016-03-30 23:14 JustRelax
阅读(159)
评论(0)
推荐(0)
编辑
file read/wirte
摘要: #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)
编辑
2016年2月17日
读取一个内存地址的值
摘要: #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)
编辑
2015年12月29日
U-boot 之 fdt
摘要: 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)
编辑
2015年12月26日
buildroot information
摘要: 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)
编辑
2015年12月8日
重要链接备份
摘要: 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)
编辑
2015年12月5日
ubuntu git server setup
摘要: 目的: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)
编辑
2015年12月4日
uboot 之 eMMC
摘要: 一、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)
编辑
虚拟机ubuntu 映射到windows上
摘要: 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)
编辑
2015年11月26日
Nand Flash 基础知识
摘要: 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
下一页
公告