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