02 2014 档案
8 搭建linux开发环境
摘要:ubuntu-12.04-desktop-i386rootsudo apt-get install openssh-servercd /usr/local/src1 安装交叉工具链arm-linux-gcc-4.3.2.tgz(1) tar zxvf arm-linux-gcc-4.3.2.tgz -C /(2) gedit /etc/profile export PATH=/usr/local/arm/4.3.2/bin:$PATH(3) source /etc/profile(4) echo $PATH arm-linux-gcc -v2 编译u-boot (1) tar zxvf ubo 阅读全文
posted @ 2014-02-23 17:21 Chenyong Liu 阅读(217) 评论(0) 推荐(0)
7 OK6410裸机调试(不用u-boot.bin)
摘要:1 用USB转串口线连接开发板与PC,安装驱动HL-232-340.exe2 编译bin文件File: init.S、led.c启动CodeWarrior for RVDS,设置如下:(1)Edit->Debug Settings->Language Settings->RealView Assembler/RealView Compiler Target->Architecture,选择ARM1176JZF-S(2)Edit->Debug Settings->Linker->RealView Linker Output->Simple Imag 阅读全文
posted @ 2014-02-11 20:54 Chenyong Liu 阅读(613) 评论(0) 推荐(0)
6 OK6410裸机调试(AXD&&JLink&&C)
摘要:ARM开发环境搭建1 RVDS2.22 JLinkARM_V402dStep0 安装U-Boot到OK64101 启动J-Link GDB Server2 启动CodeWarrior for RVDS (1)Edit->Debug Settings->Language Settings->RealView Assembler/RealView Compiler Target->Architecture,选择ARM1176JZF-S (2)Edit->Debug Settings->Linker->RealView Linker Output->L 阅读全文
posted @ 2014-02-10 23:49 Chenyong Liu 阅读(799) 评论(0) 推荐(0)