随笔分类 -  [1.3].bootloader

摘要:转自:https://e2echina.ti.com/question_answer/dsp_arm/sitara_arm/f/25/t/124834 最近和人一起调试SPI FLASH的配置问题,做个小结记录,也方便后续人员开发的时候来使用。考虑到物料的多元性,目前的需求是使用不同品牌的SPI f 阅读全文
posted @ 2018-07-27 16:23 aaronGao 阅读(3683) 评论(0) 推荐(0) 编辑
摘要:在uboot下敲help可以查看该版本的uboot支持哪些命令 ls mmc 1:1 ls mmc 1:2 可以查看mmc设备上对应的文件目录,支持多种文件系统格式,如fat32/ext 阅读全文
posted @ 2018-03-07 16:40 aaronGao 阅读(3886) 评论(0) 推荐(0) 编辑
摘要:转自:http://blog.csdn.net/erickhuang1989/article/details/8721548 在嵌入式系统中,为了使系统在异常情况下能自动恢复,一般都会引入看门狗电路。看门狗电路其实就是一个计数器。当看门狗启动后,计数器开始自动计数,经过一定时间计数器溢出就会对CPU 阅读全文
posted @ 2017-12-20 15:16 aaronGao 阅读(8050) 评论(0) 推荐(0) 编辑
摘要:1 在内核中配置看门狗驱动Linux-2.6.32.2 内核具有完善的S3C2440 的看梦狗驱动,我们只需配置一下就可以使用了。在内核源代码目录执行:make menuconfig,进入内核配置主菜单,依次选择进入如下子菜单:Device Drivers > [*] Watchdog Timer 阅读全文
posted @ 2017-12-12 17:44 aaronGao 阅读(4819) 评论(1) 推荐(0) 编辑
摘要:http://blog.chinaunix.net/uid-20543672-id-3246292.html 阅读全文
posted @ 2017-12-07 17:40 aaronGao 阅读(1247) 评论(0) 推荐(0) 编辑
摘要:Hi Aaron,For checking and changing Cortex-A9 CPU frequency in u-boot, refer to the below files:u-boot/arch/arm/cpu/armv7/am33xx/clock_am43xx.cu-boot/a 阅读全文
posted @ 2017-11-13 11:28 aaronGao 阅读(1689) 评论(0) 推荐(0) 编辑
摘要:修改文件:board/ti/am43xx/mux.c 修改内容:void enable_board_pin_mux(configure_module_pin_mux(d3d4_pin_mux) 阅读全文
posted @ 2017-11-06 14:42 aaronGao 阅读(962) 评论(0) 推荐(0) 编辑
摘要:如在uEnv.txt中, uboot中: include/configs/am43xx_evm.h 阅读全文
posted @ 2017-11-06 13:30 aaronGao 阅读(485) 评论(0) 推荐(0) 编辑
摘要:在uboot阶段power down掉phy芯片 mdio为uboot支持命令 7:phy芯片地址 0:phy芯片工作模式寄存器地址 0x800: 寄存器的11bit置高为power down模式 阅读全文
posted @ 2017-10-23 20:38 aaronGao 阅读(1618) 评论(0) 推荐(0) 编辑
摘要:转自:https://coherentmusings.wordpress.com/2012/09/05/what-is-mlo-file/ I have had the Beagle-xM for a while now. If you have worked on it, you must hav 阅读全文
posted @ 2017-08-07 09:19 aaronGao 阅读(586) 评论(0) 推荐(0) 编辑
摘要:转自:http://blog.csdn.net/yangzheng_yz/article/details/41038259 在移植uboot的时候,可以在uboot里面添加定义一些自己的环境变量,这些环境变量可以大大提高以后的工作效率,比如我在uboot里面添加如下环境变量: bbl=sf prob 阅读全文
posted @ 2017-07-21 14:00 aaronGao 阅读(2751) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/ce123_zhouwei/article/details/7364294 阅读全文
posted @ 2017-07-14 15:03 aaronGao 阅读(250) 评论(0) 推荐(0) 编辑
摘要:前段时间使用TI的am4378芯片,发现系统在SD卡启动的时候,启动文件使用的是MLO和uboot.img;而Norflash和eMMC启动的时候使用的是 uboot-spl.bin和uboot.bin,有如下疑问: 1. MLO和Uboot-spl.bin有什么区别?uboot.img和uboot 阅读全文
posted @ 2017-06-04 16:53 aaronGao 阅读(4025) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-05-02 17:59 aaronGao 阅读(176) 评论(0) 推荐(0) 编辑
摘要:前段时间在准备AM437x启动相关的一些事情,对MLO、SPL等事情也是有些糊涂,于是分享下面这篇文章 转自:http://blog.csdn.net/psvoldemort/article/details/41861959 参考文件: 1,AM335x ARM Cortex-A8 Micropro 阅读全文
posted @ 2017-04-26 15:59 aaronGao 阅读(1178) 评论(0) 推荐(0) 编辑
摘要:TODO 工厂一般如何烧写 阅读全文
posted @ 2017-04-20 16:10 aaronGao 阅读(1486) 评论(0) 推荐(0) 编辑
摘要:转自:http://bbs.elecfans.com/jishu_455028_1_1.html 如6410的bootcmd和bootargs默认存在于uboot1.1.6/include/configs/smdk6410.h the older version's of u-boot used b 阅读全文
posted @ 2017-03-27 23:00 aaronGao 阅读(10230) 评论(0) 推荐(0) 编辑
摘要:参照:http://blog.csdn.net/girlkoo/article/details/45420977 文档参照: 《i.MX BSP Porting Guide-2015/12, Rev.0》 uboot porting steps 《E9_TQIMX6Q_V1_20131031.pdf 阅读全文
posted @ 2016-10-06 00:25 aaronGao 阅读(1846) 评论(1) 推荐(0) 编辑
摘要:转自:http://www.wowotech.net/u-boot/boot_flow_2.html 目录: 1. 前言 2. Generic Board 3. _main 4. global data介绍以及背后的思考 5. 前置的板级初始化操作 6. u-boot的relocation 7. 后 阅读全文
posted @ 2016-08-06 21:54 aaronGao 阅读(1465) 评论(0) 推荐(0) 编辑
摘要:转自:http://www.wowotech.net/u-boot/boot_flow_1.html 1. 前言 本文将结合u-boot的“board—>machine—>arch—>cpu”框架,介绍u-boot中平台相关部分的启动流程。并通过对启动流程的简单分析,掌握u-boot移植的基本方法。 阅读全文
posted @ 2016-08-06 21:35 aaronGao 阅读(3183) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示