uClinux On MicroBlaze.pdf
详细介绍uClinux在MicroBlaze上的移植,极具参考价值uClinux On MicroBlaze
Author:Xuyun (simux@163.com)
Summery:This document aim to introduce a quite clearly way of porting uClinux on MicroBlaze
platform。Include how to set up the hardware environment with EDK 8.2i, how to set up a toolchain,
and how to compile the linux kernel 2.4.
What is uClinux
uClinux is a derivative of Linux kernel intended for microcontrollers without Memory Magagement
Units(MMUs). Because of its configurable property, it’s been ported to all kinds of microcontrollers
or microprocessors, included ColdFire(Motorola), Blackfin(ADI), ARM7(ARM), M68000(Motorola),
and of course MicroBlaze(Xilinx).
The overall flow:
Preparation
uClinux development environment ……