软件平台路径
F:\Zedboard资料\重要资料\ZynqSW_v04_student\ZynqSW\2014_4\ZynqDesignZB.xpr\ZynqDesign\ZynqDesign.sdk\Z_system_wrapper_hw_platform_0
Drivers的路径:
E:\Xilinx\SDK\2014.4\data\embeddedsw\XilinxProcessor...
分类:
数据库 时间:
2015-07-31 20:27:13
阅读次数:
181
目录
知识篇..
1
Zedboard实现Linux.
1
中断..
1
裸机中断实验硬件配置..
2
oled驱动..
2
约束..
2
【Vivado使用误区与进阶】XDC约束技巧—— I/O篇..
2
教程篇..
2
何宾网络课堂..
2
高亚军-vivado入门与提高..
2
资源篇..
2
Xilinx官网用户指南地址..
2
相关博客....
分类:
数据库 时间:
2015-07-30 19:34:57
阅读次数:
1046
#include"xparameters.h"/* Peripheral parameters 外围的参数 */
#include"xgpio.h"/* GPIO data struct and APIs GPIO、结构,应用程序编程接口 */
#include"xil_printf.h"
#include"xil_cache.h"
#define GPIO_BITWIDTH 8 /* This ...
分类:
数据库 时间:
2015-07-22 18:58:31
阅读次数:
174
#include
#include "platform.h"
#include "xil_types.h"
#include "xgpio.h"
#include "xparameters.h"
#include "xgpiops.h"
#include "xil_io.h"
#include "oled.h"
//extern char inbyte(void);//调用inbyte接收一个字...
分类:
数据库 时间:
2015-07-21 18:46:16
阅读次数:
197
/* * MD.c * * Created on: 2015年7月16日 * Author: Administrator *//* * LEDwc.c * * Created on: 2015年7月16日 * Author: Administrator */#include"xparameters.h"/* Peripheral parameters */#include"xgpio.h"/* G...
分类:
数据库 时间:
2015-07-16 19:49:57
阅读次数:
339
本文翻译自Embedded Linux® Hands-on Tutorial for the ZedBoard?
本文主要是详细讲解zedboard硬件系统搭建,u-boot,linux-kernel移植,linaro文件系统移植。过程中需要生成的文件有system.bit,fsbl.elf,u-boot.elf,devicetree.dtb,uImage(zImage和uImage区别请看),l...
分类:
数据库 时间:
2015-07-16 11:41:11
阅读次数:
299
1. ZedBoard – Connect a 2nd micro-USBcable between the host machine and connector J17 (JTAG)
2. Set the Boot Mode jumpers to Cascaded JTAG Mode
3. Connect a micro-USB cable between th...
分类:
数据库 时间:
2015-07-15 19:18:17
阅读次数:
213
ZYBO Zync-7000 Development Board Work Booting Linux on the ZYBO本文翻译自:http://www.dbrss.org/zybo/tutorial4.html
本文主要是详细讲解zybo硬件系统搭建,u-boot,linux-kernel移植,linaro文件系统移植。Introduction If you are new to lin...
分类:
数据库 时间:
2015-07-13 14:05:03
阅读次数:
546
转自:http://www.cnblogs.com/lknlfy/archive/2012/05/06/2486479.html
内核的启动过程?
3)内核的启动过程?
arch/arm/kernel/head.S —> 内核的启动汇编
r0 = 0 , r1 = machine nr, r2 = atags pointer. 机器码...
分类:
数据库 时间:
2015-07-10 23:45:30
阅读次数:
299