From: Jose V Beneyto Date: Tue, 27 Aug 2013 13:11:21 +0000 (+0000) Subject: Updated README file and cleanup X-Git-Url: http://gitweb/?a=commitdiff_plain;h=4c4048c7b2282549b55fb3801c8ee893fd7bfd8a;p=bootloader.git Updated README file and cleanup --- diff --git a/README b/README index eeb58ff..8d4af55 100644 --- a/README +++ b/README @@ -1,20 +1,20 @@ -README for uboot +README for bootloader + Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Power Architecture®, ARM, MIPS, x86 and other processors. - CRUX-ARM uses U-Boot as default bootloader for some devices, like - efikamx, wm8505, and maybe more in the future. + CRUX-ARM uses U-Boot as default bootloader for some devices, like efikamx, + cubieboard, cubieboard2, cubox, and maybe more in the future. - In this repository you'll find all required to convert kernel images - from zImage format to uImage, which used by U-Boot. To do that you - need to use mkimage, which can be built with the Makefile provided. - It's important to note that you must build mkimage with the compiler - flags for your host. - Also mkimage can convert files like initrd.gz to uInitrd in order to - be loaded it by U-Boot at boot stage. + In this repository you'll find all required to convert kernel images from + zImage format to uImage, which used by U-Boot. To do that you need to use + mkimage, which can be built with the Makefile provided. + It's important to note that you must build mkimage with the compiler flags + for your host. + Also mkimage can convert files like initrd.gz to uInitrd in order to be + loaded it by U-Boot at boot stage. - To generate all the stuff required for a device you'll find a - directory for each one. Take a look in "./devices/" for - more information related. + To generate all the stuff required for a device you'll find a directory for + each one. Take a look in "./devices/" for more information.