Chinaunix首页 | 论坛 | 博客
  • 博客访问: 429680
  • 博文数量: 99
  • 博客积分: 65
  • 博客等级: 民兵
  • 技术积分: 1012
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-20 16:30
个人简介

linux kernel 工程师

文章分类

全部博文(99)

文章存档

2018年(5)

2017年(12)

2016年(27)

2015年(10)

2014年(43)

2012年(2)

我的朋友

分类: LINUX

2016-01-05 15:53:24

Compiling xlr732 bsp
 
we need to download xlr732 bsp from
http://san-cm.wrs.com/proj/CHN-HUA213759/Documentation/Technical_Docs/WRL1.4 XLR732BSP.

1. Install the xlr732 bsp

There are two packages on this website:
wrl_1_4-raza_xlr_atx1_32_be-cgl-20071017.zip
wrl_1_4-raza_xlr_atx1_32_be-cgl-20071204.zip

As to wrl_1_4-raza_xlr_atx1_32_be-cgl-20071017.zip, do the following steps:
unzip wrl_1_4-raza_xlr_atx1_32_be-cgl-20071017.zip
cd CDR-R137968.1-1_071016_164318
./setup_linux

As to wrl_1_4-raza_xlr_atx1_32_be-cgl-20071204.zip, do the following steps:
unzip wrl_1_4-raza_xlr_atx1_32_be-cgl-20071204.zip
cd CDR-R138210.1-1_071203_111347
./setup_linux

2. Compiling xlr732

Using this command to create a wrlinux1.4 project:

 $WindRiver/wrlinux-1.4/wrlinux/configure --enable-board=raza_xlr_atx1_32_be \
     --enable-rootfs=glibc_small --enable-kernel=cgl --enable-build=production \
     --enable-quilt=yes --enable-jobs=8 \
     --with-layer=/home/wrlinux1_4/WindRiver/wrlinux-1.4/wrll-raza
     
And then execute 'make all' int the project.
阅读(1222) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~