am335x的cpu上电后,执行流程:ROM->MLO(SPL)->u-boot.img 第一级bootloader:引导加载程序,板子上电后会自动执行这些代码,如启动方式(SDcard、SPI、NOR),然后跳转至第二级bootloader。这些代码应该是存放在 176KB 的 ROM 中 第二级 ...
分类:
其他好文 时间:
2018-12-26 13:30:55
阅读次数:
282
首先,参考的 https://blog.csdn.net/wabil/article/details/78818249 的方式添加 tomcat 开机启动,这种方式不需要添加 setenv.sh 文件,轻量级,非常方便,具体方式如下: 1. 创建一个服务文件 2. 启动服务 执行这步的时候,始终报启 ...
分类:
编程语言 时间:
2018-12-25 13:17:02
阅读次数:
270
题目:https://www.lydsy.com/JudgeOnline/problem.php?id=4530 用LCT维护子树 size,就是实边和虚边分开维护; 看博客:https://blog.csdn.net/neither_nor/article/details/52979425 代码如 ...
分类:
其他好文 时间:
2018-12-18 22:34:59
阅读次数:
215
In a tree, nodes have a single parent node and may have many children nodes. They never have more than one parent nor point to any siblings. The most ...
分类:
编程语言 时间:
2018-12-18 11:10:08
阅读次数:
153
Problem: You are trying to setup a mirroring on a Database called xxxDB(SQL server 2012). You are getting this error while trying to setup mirroring. ...
分类:
数据库 时间:
2018-12-02 12:25:11
阅读次数:
244
S-R Latch Put a inverter there: Invertor的组成: tie both of the inputs together加上一个nor gate 就能组成一个invertor 按下就能亮 松开就会灭,这个东东还不是特别有用处,但是可以作为一个启发: S-R Latch ...
分类:
其他好文 时间:
2018-11-27 22:51:33
阅读次数:
3516
title: Jz2440开发板熟悉 tags: ARM date: 2018 10 14 15:05:56 概述 外部晶振为12M Nand Flash 256M,Nor Flash 2M,SDRAM 32 2=64M | 分区 | 内容 | Nand flash地址分配 | | | | | | ...
分类:
其他好文 时间:
2018-11-27 01:38:26
阅读次数:
192
title: 2440启动流程 tags: ARM date: 2018 09 10 18:59:53 2440启动流程 [TOC] NOR启动 NOR启动的时候,NOR Flash 自身地址为0,片内RAM为0x4000,0000 程序直接在NOR上读取,运行 NOR 能够像内存一样的读取 ,但不 ...
分类:
其他好文 时间:
2018-11-27 01:19:32
阅读次数:
152
s3c2440启动方式 1、NOR启动 NOR fiash基地址为0,片内RAM地址为0x4000 000; CPU读出NOR上第一个指令(前4字节),执行. CPU继续读出其他指令执行 2、Nand启动 片内4kRAM基地址为0,NOR flash不可访问. 2440硬件把Nand前4K内容复制到 ...
分类:
其他好文 时间:
2018-11-27 01:18:14
阅读次数:
206
Avinash Aravindan reference:https://www.embedded.com/design/prototyping-and-development/4460910/2/Flash-101--NAND-Flash-vs-NOR-Flash Embedded system d ...
分类:
其他好文 时间:
2018-11-21 19:45:13
阅读次数:
107