EE直播间
更多
文章
DiracFatCat 2014-9-6 09:38
使用LM2677-ADJ制作的恒压源问题
LM2677是TI公司生产的5A最大负载电流DCDC转换器,以前我用它设计过一个数控恒压源,采用数字PID控制,结果证明那是个bad idea;这段时间又用它设计了一个简单 ...
DiracFatCat 2014-9-3 10:08
[博客大赛]U-Boot for AM335x (13) steps of building Linux Kernel
U-Boot for AM335x (13) steps of building Linux Kernel 这一节我记录了porting Linux Kernel的具体步骤,和以往相差比较大的是driver的DT策略,内核不 ...
DiracFatCat 2014-9-2 15:37
[博客大赛]U-Boot for AM335x (12) Linux kernel下关于ARM的DT
U-Boot for AM335x (12) Linux kernel下关于ARM的DT 之前解压内核的时候,到一半会被卡住,提示信息: Kernel panic - not syncing: No init found.  T ...
DiracFatCat 2014-8-28 15:51
[博客大赛]U-Boot for AM335x (10) u-boot.img如何驱动SD卡
U-Boot for AM335x (10) u-boot.img如何驱动SD卡 调试SPL的阶段貌似进行得非常顺利,主要是它的功能并不多,除了初始化GPIO、UART0、PMIC、DRAM之外,还有 ...
DiracFatCat 2014-8-28 15:50
[博客大赛]U-Boot for AM335x (11) U-Boot中eth驱动
U-Boot for AM335x (11) U-Boot中eth驱动 在调试eth驱动之前,先把下面这个函数整理一下: int board_late_init(void) 它的主要作用是,为U-Boot添加 ...
DiracFatCat 2014-8-28 09:07
[博客大赛]U-Boot for AM335x (7) 使用kermit
U-Boot for AM335x (7) 使用kermit 虽然我是minicom的忠实用户,但是调试U-Boot转向了kermit,因为前者的文件传输协议在这里有点问题。kermit也是开源软件 ...
DiracFatCat 2014-8-27 14:56
【博客大赛】U-Boot for AM335x (1) U-Boot Design Principles
The 10 Golden Rules of U-Boot design:     1. Keep it Small     2. Keep it Fast     3. Keep it Simple     4. Keep it Portable ...
DiracFatCat 2014-8-27 14:56
【博客大赛】U-Boot for AM335x (2) 使用VIM查看二进制文件
编译好的U-Boot会生成MLO和u-boot.img供使用,要查看它们的内容,需要使用VIM的二进制文件查看方法: vim -b xxx :%!xxd 第一条指令的意思是以二进制 ...
DiracFatCat 2014-8-27 14:56
【博客大赛】U-Boot for AM335x (3) Basic step of Building U-Boot
U-Boot传承了开源软件的真谛,那就是“指导你,但是绝对不帮你做任何事情”,看着DENX上那长长的长长的Documents目录,俺心中的绝望无止境的蔓延,千万匹草泥 ...
DiracFatCat 2014-8-27 14:56
【博客大赛】U-Boot for AM335x (4) U-Boot Porting Guide
自从在U-Boot的根目录README文件里面,发现“windoze”这个词堂而皇之的出现,就知道写U-Boot这帮人,绝对是屌丝中的战斗机。其实这算是很给比尔.盖茨面 ...
DiracFatCat 2014-8-27 14:56
【博客大赛】U-Boot for AM335x (5) How to control GPIO
最近迷上了一支名叫Bon Jovi美国乐队,很喜欢其中的一首歌《Bed of Roses》。理想中的生活就应该是听听歌,谈谈爱,梦想着被laid down in a bed of roses,可 ...
DiracFatCat 2014-8-27 14:55
【博客大赛】U-Boot for AM335x (6) functions of spl
“How to control GPIO"的调试学习都是在SPL中进行的,它运行在u-boot.img之前,做一些更加基础的工作,而实际的u-boot命令行提示符不会在这里出现。之所以有 ...
DiracFatCat 2014-8-27 14:55
[博客大赛]U-Boot for AM335x (8) spl如何调用u-boot.img
U-Boot for AM335x (8) spl如何调用u-boot.img am335x的mainline里面,有一个EEPROM,spl会使用I2C协议,读取存储在EEPROM里面的配置header,然后根据这个 ...
DiracFatCat 2014-8-27 14:54
[博客大赛]U-Boot for AM335x (9) u-boot.img的运行
U-Boot for AM335x (9) u-boot.img的运行 当u-boot.img在SDRAM中运行后,它从board_init_f开始,执行一系列初始化动作,它的位置在: arch/arm/lib/boar ...
DiracFatCat 2014-8-25 15:49
Python - import this
Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated. Flat is ...
关闭 站长推荐上一条 /3 下一条