E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
6410
Fedora17下配置nfs
portmap nfs-utils 2.打开nfs配置文件 # vi /etc/exports 3.添加1行如下 /study/upmagic
6410
·
2015-11-12 12:27
fedora
Linux--根文件系统的挂载过程分析
前言: 本篇文章以S3C
6410
公版的Linux BSP和U-Boot来进行分析,文中全部提及的名词和数据都是以该环境为例,全部的代码流程也是以该环境为例来进行分析。哈哈。
·
2015-11-12 11:47
linux
Uncompressing Linux___ done, booting the kernel_tekkamanninja-ChinaUnix博客
今天用主线Linux内核移植到MINI
6410
,主线内核2.6.37.1基本已经支持了MINI
6410
的板子,所以移植到能够启动起来的阶段很简单,但是在移植的时候还是出现了一个比较常见的问题:
·
2015-11-12 10:45
compress
S3C
6410
之uboot回炉再造(7)C环境的入口
上一部分讲到 uboot 跳转到 start_armboot 处执行(中间插了一篇 异常中断处理)。 这次主要是记录 start_armboot 的实现。 文件为 /lib_arm/board.c 1、参数声明 1 void start_armboot (void) 2 { 3 init_fnc_t **init_fnc_ptr;
·
2015-11-12 09:58
Boot
S3C
6410
之uboot回炉再造(6)异常中断处理
这篇是中断向量的存储、注释比较清晰、就不再细讲 1 /* 2 ************************************************************************* 3 * 4 * Interrupt handling 5 * 6 ************************************
·
2015-11-12 09:57
Boot
S3C
6410
之uboot回炉再造(4)使能MMU
在上一篇中讲完了lowlevel_init中对相应模式的设置、在最后对MMU进行了初始化。 那在这一篇就把使能MMU的过程描述了。 1、设置访问域 1 after_copy: //这里怎么就after了、我们可还没有copy呢 //剧透一下,后面会补充copy相关的代码,此处暂且跳过 2 #ifdef
·
2015-11-12 09:56
Boot
S3C
6410
之uboot回炉再造(5)设置堆栈与跳转至C入口
直接切入主题 1、设置堆栈 1 skip_hw_init: 2 /* Set up the stack */ 3 stack_setup: 4 ldr r0, =CONFIG_SYS_UBOOT_BASE /* base of copy in DRAM */
·
2015-11-12 09:56
Boot
S3C
6410
之uboot回炉再造(3)lowlevle_init.S
这一篇粗略讲一下lowlevel_init.S内部的模块。 1、_TEXT_BASE 1 #include <config.h> 2 #include <version.h> 3 4 #include <asm/arch/s3c6400.h> 5 6 #ifdef CONFIG_SERIAL1 7 #d
·
2015-11-12 09:55
init
S3C
6410
之uboot回炉再造(1)start.S - SVC模式设置
虽然已经写了几篇关于uboot移植的、但是觉得整体对uboot的理解还是只停留在copy的层面。 狠下心来,从代码进行uboot的分析,并从新移植一次uboot。 这次更侧重于记录代码分析心得。 使用uboot的版本仍为2010.3版本。 这里有一个很是详尽的start.S分析网站,分析过程借鉴了网站的方法,但也有一些不同的地方 http://www
·
2015-11-12 09:54
start
S3C
6410
之uboot回炉再造(2)地址无关性
这一篇写得有点慢,期间为了弄清楚一些细节的问题耽搁了,不过写得也会更详细。 1 /* 2 ************************************************************************* 3 * 4 * CPU_init_critical registers 5 * 6 * setup importan
·
2015-11-12 09:54
Boot
S3C
6410
移植u-boot-2010.3(6)回顾总结
经过半周的制作,我的OK
6410
总算是成功在我自己构建的uboot上运行系统了。 在此回顾一下整个过程的大纲。
·
2015-11-12 09:52
Boot
S3C
6410
移植u-boot-2010.3(5)Dnw for linux
现在开始记录在linux上安装dnw功能 想要源代码,可以到这里fork https://github.com/Qunero/dnw4linux 详细的使用,README里面讲得很清楚了,不加赘述了。 这里只讲一下怎么使用。 1、加载模块.ko文件 $ cd secbulk_driver/ $ insmod secbulk.ko 然后确认一下已经加
·
2015-11-12 09:51
linux
S3C
6410
移植u-boot-2010.3(4)uboot的dnw功能添加
由于我电脑win7上的DNW-USB驱动一直装不上,所以选择在ubuntu下完成dnw的操作实现与uImage的引导。 先给开发板的uboot添加dnw功能 具体文件可以git这里 https://github.com/plinx/uboot_dnw 1、将cmd_usbd.c拷贝到common目录下 2、添加规则到/common/Makefile #
·
2015-11-12 09:50
Boot
S3C
6410
移植u-boot-2013.01
tar xvf u-boot-latest.tar.bz2 3、进入uboot根目录、接着开始修改文件 4、创建板级文件目录 cd /borad/samsung mkdir smdk
6410
·
2015-11-12 09:49
Boot
给OK
6410
配置新内核
2、可能由于开发板内核版本旧导致的驱动版本比较旧(因为开发板OK
6410
买来的时候,配给的是3.01,而12.04版本的ubuntu的内核版本是3.2,在接入时,PC是可以适配这个校园网并获得ip),所以现在进行对开发板内核进行更
·
2015-11-12 09:48
配置
神灯亮起来
一个
6410
的例子,现在看来有点过时。
·
2015-11-12 08:22
DIY远程移动图像监测(tiny
6410
+USB摄像头+motion+yeelink+curl)
笔者DIY系列参考文章: DIY远程监控室内温度设备(tiny
6410
+ds18b20+yeelink+curl) http
·
2015-11-11 17:58
curl
DIY远程监控室内温度设备(tiny
6410
+ds18b20+yeelink+curl)
春节了,趁着假期的空闲时间,抽空捣鼓了下tiny
6410
开发板,发现这个东东尘封许久,很长时间没用过了。
·
2015-11-11 17:57
curl
DIY远程控制开关(tiny
6410
+LED+yeelink+curl)
上一次,介绍了如何实现远程监控室内温度,大家伙反响还是很热烈的,笔者很欣慰,独乐乐不如众乐乐啊。不过话说回来,那个实现只能是远程监测家中温度,假如发现家里热得很,想远程打开空调开关提前降降温,回家后不就很爽,那这怎么做呢。下面就此介绍如何实现远程控制开关。当然笔者家还没有DIY好可以远程控制的空调设备,但那就没法实现了吗?NO
·
2015-11-11 17:57
curl
Linux下platform设备以及platform设备和驱动注册的先后顺序
如ARM S3C
6410
处理器中,把内部集成的I2C、PTC、SPI、LCD、 看门狗控制器都归纳为Platform设备,而这些设备本身就是 字符设备。
·
2015-11-11 17:26
linux
u-boot分析(二)----工作流程分析
言归正传,我首先说一说我以后的思路,对于u-boot呢,我会结合2440、
6410
、210这三款主流的学习芯片进行分析,首先会结合u-boot的源码以及我以前的arm启动流程一文http://www.cnb
·
2015-11-11 16:23
Boot
万丈高楼平地起(一) S3C
6410
的启动
废话不多说,去年折腾了一年s3c2440的板子,今年自己又买了一块s3c
6410
的板子,从今天开始,进行裸机驱动的开发,本文开始第一篇,启动代码的编写,注意,仅仅是启动代码,并不是bootloader,
·
2015-11-11 16:45
启动
ok
6410
android driver(2)
I will paste and anlaysis a small character device driver in this paragraph. #include <linux/module.h> #include <linux/init.h> #include <linux/fs.h> #include <linux
·
2015-11-11 15:10
android
ok
6410
android driver(1)
target system : Android (OK
6410
) host system : Debian Wheezy AMD64 1、Set up android system
·
2015-11-11 15:09
android
s3c
6410
学习笔记-将内核zImage、文件系统写到nandflash、屏幕校准
2、编译内核 cd linux-2.6.28_smdk
6410
make clean make distclean cp smdk
6410
_config .config
·
2015-11-11 15:58
Flash
s3c
6410
学习笔记-烧写uboot+构建文件系统
一、进入目录 #cd u-boot-1.1.6_sndk
6410
二、SD卡 make clean make distclean vim Makefile
·
2015-11-11 15:57
学习笔记
【嵌入式开发】向开发板中烧写Linux系统-型号S3C
6410
板子型号 : 三星 S3C
6410
基于ARM11, 指令集基于arm6指令集; 为毛不是 Cortext A9的板子; 烧写内容 : BootLoader, Linux Kernel
·
2015-11-11 14:26
linux
u-boot分析(二)----工作流程分析
言归正传,我首先说一说我以后的思路,对于u-boot呢,我会结合2440、
6410
、210这三款主流的学习芯片进行分析,首先会结合u-boot的源码以及我以前的arm启动流程一文http://www.cnb
·
2015-11-11 11:20
Boot
Arm启动流程解析
这篇文章我会谈到以下内容: 1、bootloader简介以及其作用 2、2440、
6410
、210当下比较常见的3款处理器的启动流程进行简单分析,通过这三款处理器的分析希望大家掌握arm处理器的启动分析
·
2015-11-11 11:19
ARM
S3C
6410
纯粹的裸机启动,自己写的SD BOOT启动
这几天晚上一直折腾S3C
6410
的裸机SD卡启动,不大想使用UBOOT,我是搞硬件的,对底层非常感兴趣,不喜欢已经写好的,因此自己一直在尝试,其实很早之前就试过SD卡启动,也就是ARM11上电后会把SD
·
2015-11-11 10:41
Boot
ok
6410
android driver(11)
This essay, I go to a deeply studying to android HAL device driver program. According to the android architecture we disscus in last essay, when we are designing a android device driver, we s
·
2015-11-11 10:17
android
ok
6410
android driver(12)
In this essay, I will talk about how to write the service libraries. TIPS : I won't discuss the name rules about HAL libraries, but it's quite important to our understanding. You can c
·
2015-11-11 10:17
android
ok
6410
android driver(10)
From this essay, we go to a new discussion "Android Hardware Abstraction Layer". In this essay, we fisrt talk about the architecture of linux and android. 1、linux
·
2015-11-11 10:16
android
ok
6410
android driver(9)
In this essay, I will write the JNI to test our leds device. If you don't know how to create a jni project, I suggest you to have a read on the following website : http://www.cnblogs.com/
·
2015-11-11 10:15
android
ok
6410
android driver(7)
This article talk about how to test device driver on JNI. There are two ways to test the device driver : (1) Create methods to control devices in .c/.cpp file, the .java call the methods
·
2015-11-11 10:14
android
ok
6410
android driver(8)
In the past, we know how to create and run a simple character device driver on pc, goldfish and ok
6410
·
2015-11-11 10:14
android
ok
6410
android driver(6)
This is a short essay about the mistakes in compiling ok
6410
android-2.3 source codes.
·
2015-11-11 10:13
android
ok
6410
android driver(4)
Install busybox for goldfish/phone 1. Download busybox source code http://www.busybox.net/ 2. Decompress busybox $ tar xvf busybox-1.21.0.tar.bz2 -C ~/Android/$ cd ~/Android/busybox-1.21.
·
2015-11-11 10:12
android
ok
6410
android driver(5)
Java Native Interface), In the third article, we know how to compiler the moduler for localhost, ok
6410
·
2015-11-11 10:12
android
ok
6410
android driver(3)
This article discusses the Makefile and how to port the module to different platform (localhost and arm). 1、localhost My localhost system is debian wheezy. If you would like to se
·
2015-11-11 10:11
android
使用arm开发板搭建无线mesh网络(二)
首先需要介绍下骨干网节点的设计方案:每个骨干网节点都是由一块友善之臂的tiny
6410
arm开发板+两块TP-LINK TL-WN721N USB无线网卡+linux 2.6.38系统组成的
·
2015-11-11 09:13
ARM
使用arm开发板搭建无线mesh网络(一)
由于项目的需要,老板让我使用arm开发板(友善之臂的tiny
6410
)搭建无线mesh网络。
·
2015-11-11 09:12
ARM
arm tiny
6410
双网卡桥接问题
这几天做实验,想用arm tiny
6410
板子做个mesh网络节点。该板子本身自带一个lan网卡,我自己配了一个tp-link的usb无线网卡。
·
2015-11-11 09:12
ARM
~Datasheet - RTC, WATCHDAG
====
6410
的RTC==== The Real Time Clock (RTC) unit can be operated by the backup battery when the system
·
2015-11-11 09:31
Data
~Datasheet - Nand
看
6410
的datasheet: 打头的还是那句老话:“ Recently NOR flash memory price has increased and price for SDRAM and a
·
2015-11-11 09:30
Data
【Android 系统开发】 编译 Android文件系统 u-boot 内核 并烧写到 OK-
6410
A 开发板上
nbsp;http://blog.csdn.net/shulianghan/article/details/40299813 本篇文章中用到的工具源码下载 : -- ok-
6410
A
·
2015-11-11 08:45
android
S3C
6410
移植u-boot-2010.3(3)正常化配置
修改/include/configs/smdk
6410
.h 找到如下字段,更改如下 /* * Hardware drivers */ #define CONFIG_NE
·
2015-11-11 04:33
Boot
S3C
6410
移植u-boot-2010.3(1)成功编译的开始
参考连接:http://wenku.baidu.com/view/ae78a00390c69ec3d5bb75ce.html?st=1 链接上已经指明了我之前一直2013.01版本uboot产生错误的原因,2010.3版本到2010.6版本是uboot的一个分界,而2010.3版本的uboot是最接近samsung定制的s3c-u-boot-1.1.6版本uboot的一个版本号,所以在此
·
2015-11-11 04:32
Boot
S3C
6410
移植u-boot-2010.3(2)基本的启动信息修改
1、启动模块修改 进入/cpu/arm1176/目录,修改start.S文件 首先找到需要修改的CONFIG_NAND_SPL汇编原码,修改如下: #ifndef CONFIG_NAND_SPL /* * flush v4 I/D caches */ mov r0, #0 mcr p15, 0, r0, c7, c7, 0 /* flush v3/v4 cache
·
2015-11-11 04:32
Boot
Ubuntu12.10 使用DNW传数据 进行ARM开发板烧写
Part1前言 最近在研究OK
6410
开发板;但windows下的rvds真是不好用,烧写程序到开发板还需要dnw,而这各种软件都要在win下搞,很是憋屈,而且64位的win7还出各种问题。
·
2015-11-11 01:03
ubuntu
上一页
12
13
14
15
16
17
18
19
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他