Chinaunix首页 | 论坛 | 博客
  • 博客访问: 76715
  • 博文数量: 25
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 220
  • 用 户 组: 普通用户
  • 注册时间: 2015-02-07 20:35
个人简介

Linux software developer, open source player (maybe).

文章分类

全部博文(25)

文章存档

2016年(1)

2015年(24)

我的朋友

分类: LINUX

2015-02-15 08:18:56

Until last week, I finished reading the book - Building Embedded Linux System, and below is what i want to say. This article is just a reading note for review in a future time.

Currently, i still have no real idea about embedded linux development, and still in a learning step. From the book - Building embedded linux system, i see the knowledge and deep technology of the author, who also is the maintainer of linux trace module.

Embeded development, firstly we have to be farmilary and try to know the features about the board and processor, at least read all the manual for one time. The main contents for embedded software development are:

  • build for clear workspace directory for easily be understood and reviewed.
  • bootloader choose and modification (u-boot for arm).
  • kernel tailor and driver module choose (make menuconfig).
  • root filesystem tailor, using busybox, and some other cross-compiled opensource system applications.
  • serial port or net tools for easily debug.

There are much more information in the book, and i will update this article after much more practice.

阅读(1045) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~