为了便于理解把uboot中的Makefile配置部分弄出来便于理解,这里贴出我的Makefile配置部分。我的是FREESCALE的mx6q_sabresd开发板mx6solo_sabresd_config \mx6solo_sabresd_mfg_config \mx6solo_sabresd_....
分类:
其他好文 时间:
2015-07-08 14:24:17
阅读次数:
248
ARM核以其高性能、低功耗、低成本广泛应用在各个领域,包括ARM7、ARM9、ARM11、Cortex-M、Cortex-A等这几个系列。众多的半导体商如NXP、Freescale、Atmel、Samsung、TI等都设计了基于ARM核的自家通用处理器,ARM核从低成本控制处理器到高性能应用处理器,已经深入到我们生活的方方面面。笔者此处就Samsung的Cortex-A8处理器S5PV210作一个简单的介绍。...
分类:
其他好文 时间:
2015-06-14 09:35:27
阅读次数:
219
Getting started with Yocto on Wandboard Here are the steps on how to get started with the Yocto Project based on the Freescale Community BSP for Wandb...
分类:
数据库 时间:
2015-06-09 11:17:35
阅读次数:
663
Adeneo Embedded: Building Qt 5.1 for Freescale i.MX6Introduction Currently there is not an easy procedure to build Qt 5.1 with hardware acceleration s...
分类:
其他好文 时间:
2015-06-09 11:16:47
阅读次数:
212
address:https://community.freescale.com/docs/DOC-94066 Prerequisites:The build is verified on prebuilt rootfs(based on LTIB) which can be downloaded f...
分类:
其他好文 时间:
2015-06-09 11:10:40
阅读次数:
1219
在PowerPC平台 u-boot移植基础上,移植Linux内核,具体移植过程如下:
1.修改顶层Makefile
ARCH ?= powerpc
CROSS_COMPILE ?= powerpc-linux-gnu-
2.配置
freescale@freescale-sdk:~/work/source/linux-2.6.35-r2$ make p1010rdb_...
分类:
系统相关 时间:
2015-05-27 21:15:27
阅读次数:
636
PowerPC功能很强的通信处理器,支持1000M以太网接口,以Freescale的P1010处理器为开发平台,讲述移植linux的整个过程,与大家分享。
1.配置交叉编译链
网上下载交叉编译工具,配置环境变量
sudo gedit /etc/environment
在末尾添加交叉编译链路径
:/home/freescale/work/tools/free...
分类:
其他好文 时间:
2015-05-27 21:14:24
阅读次数:
333
继PowerPC平台 Linux移植一,制作busybox文件系统,目的实现单板挂载nfs文件系统。
1.制作busybox文件系统
(1)交叉编译busybox
a.make menuconfig
配置Cross Compile prefix 位powerpc-linux-gnu-
Installation Options 路径指定为/home/freescale/work/sour...
分类:
系统相关 时间:
2015-05-27 21:12:25
阅读次数:
977
继PowerPC平台 Linux移植二,实现单板挂载nfs网络文件系统。
1.ubuntu安装 配置 启动nfs服务
详细过程见 http://blog.csdn.net/u010216127/article/details/8825735
=> nfs 0x3000000 10.3.56.9:/home/freescale/work/nfs_root/hello
Speed: 100,...
分类:
系统相关 时间:
2015-05-27 21:12:24
阅读次数:
372
U-Boot 2014.04 (May 26 2015 - 12:41:13) CPU: Freescale i.MX6Q rev1.2 at 792 MHz CPU: Temperature 33 C, calibration data: 0x5b14f47d Reset cause: POR B...
分类:
其他好文 时间:
2015-05-26 16:05:14
阅读次数:
1534