]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - board/ci20/readme.txt
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / board / ci20 / readme.txt
1 *********************
2 * MIPS Creator CI20 *
3 *********************
4
5 Introduction
6 ============
7
8 The 'ci20_defconfig' will create a root filesystem and a kernel image
9 under the 'output/images/' directory. This document will try to explain how
10 to use them in order to run Buildroot in the MIPS Creator CI20 board.
11
12 How to build it
13 ===============
14
15 Configure Buildroot
16 -------------------
17
18   $ make ci20_defconfig
19
20 Build the rootfs
21 ----------------
22
23 Note: you will need to have access to the network, since Buildroot will
24 download the packages' sources.
25
26 You may now build your rootfs with:
27
28   $ make
29
30 (This may take a while, consider getting yourself a coffee ;-) )
31
32 How to write the SD card
33 ========================
34
35 Once the build process is finished you will have an image called
36 "sdcard.img" in the output/images/ directory.
37
38 Make sure the SD card is not mounted then copy the bootable "sdcard.img" onto
39 it with "dd":
40
41   $ sudo dd if=output/images/sdcard.img of=/dev/sdX
42
43 Insert the SDcard into your ci20, and power it up. Your new system
44 should come up now and start a console on the UART HEADER.
45
46 see: https://elinux.org/CI20_Hardware#Dedicated_UART_header