am335x system upgrade uboot sd boot(一)】的更多相关文章

由于上层应用的需求,需要运行arm docker,在kernel3.2上面还不支持,且编译器的glibc版本比较低的问题,故需要做系统升级 新的内核4.14.40驱动开发和以往有很大的不同,关键在于dts,本质来说就是把以往通过注册设备资源来加载驱动,查找总线的挂载的驱动,通过比较驱动名称,来加载驱动. 现在变成了通过dst来表述设备资源,对比驱动当中的id,来加载驱动. 第一阶段的目标: 由TI官网上面下载TI SDK 5.0,搭建成功之后,第一件事情就是希望系统能引导起来,能挂载文件系统,能…
在uboot 下初始化nand,一般需要做如下工作: 第一: 配置默认从NAND boot Index: include/configs/am335x_evm.h===================================================================--- include/configs/am335x_evm.h (revision 8)+++ include/configs/am335x_evm.h (revision 9)@@ -17,9 +17…
系统可以通过SD卡引道之后,为了之后了调试方便 通过查看网卡的硬件设计 正常来说需要注意的有如下几点: 1) 网口 的接线方式: RMII 2) 网口的PHY地址两张网口,这里我们只需先初始化一张网卡,通过查看PHY的数据手册,可以发现其代码PHY地址是0. 3) 将对应的网卡驱动在include/configs/am335x_evm.h 添加对应的网卡驱动选项,以支持对应的PHY. Index: board.c==========================================…
1      Scope of Document This document describes TF hardware design 2      Requiremen 2.1     Function Requirement Enumerate tf card , support boot from tf and can mount in rootfs when nand boot. 2.2     Performance Requirement Support common capacit…
1      Scope of Document This document describes how to make am335x arago rootfs using ycoto project 2      Requiremen 2.1     Function Requirement Make am335x arago rootfs 2.2     Performance Requirement NA 3      Functional Description 3.1     Ycot…
1      Scope of Document This document describes am335x cpufreq technology insider. 2      Requiremen 2.1     Function Requirement How to get current cpufreq, and to change cpufreq. Learning Processor Clocking Control(PPC) Interface Specification, le…
1      Scope of Document This document describes ethernet hardware design and porting KZS8081 to uboot and kernel 2      Requiremen 2.1     Function Requirement Use KZS8081 in am335x, user space use network interface 2.2     Performance Requirement S…
1      Scope of Document This document describes can bus hardware design and can bus driver development and can test 2      Requiremen 2.1     Function Requirement Use can bus in am335x, user space use socketcan interface 2.2     Performance Requirem…
1      Scope of Document This document describes UART hardware design, uart driver porting 2      Requiremen 2.1     Function Requirement Uboot enable uart0 for debug, Kernel enable uart0 uart1 uart2 uart3. 2.2     Performance Requirement Support com…
1      Scope of Document systemd 是一个 Linux 系统基础组件的集合,提供了一个系统和服务管理器,运行为 PID 1 并负责启动其它程序.功能包括:支持并行化任务:同时采用 socket 式与 D-Bus 总线式激活服务:按需启动守护进程(daemon):利用 Linux 的 cgroups 监视进程:支持快照和系统恢复:维护挂载点和自动挂载点:各服务间基于依赖关系进行精密控制.systemd 支持 SysV 和 LSB 初始脚本,可以替代 sysvinit.…