Commit ffaebe8c6491b6335659916d14bc968ad1e77d28

Authored by 장형기
1 parent 1df9be55bb
Exists in master and in 2 other branches fhd, fhd-demo

README.md 파일 내용 수정

Showing 1 changed file with 7 additions and 7 deletions   Show diff stats
1 1
2 ## [컴파일러 설치] 2 ## [컴파일러 설치]
3 --------------------------- 3 ---------------------------
4 -* docker/toolchain 디렉토리의 arm-buildroot-linux-gnueabihf-4.9.3.tar.gz 파일을 /opt 디렉토리에 풀어 사용한다. 4 +* docker/toolchain 디렉토리의 arm-buildroot-linux-gnueabihf-4.9.4.tar.gz 파일을 /opt 디렉토리에 풀어 사용한다.
5 5
6 $ cd docker/toolchain/ 6 $ cd docker/toolchain/
7 - $ sudo tar zxvf arm-buildroot-linux-gnueabihf-4.9.3.tar.gz -C /opt 7 + $ sudo tar zxvf arm-buildroot-linux-gnueabihf-4.9.4.tar.gz -C /opt
8 8
9 9
10 ## [컴파일을 위한 환경파일] 10 ## [컴파일을 위한 환경파일]
11 --------------------------- 11 ---------------------------
12 12
13 -* 환경파일 env-4.9.3.env 13 +* 환경파일 env-4.9.4.env
14 14
15 export WORK_TOP_PATH=$(pwd) 15 export WORK_TOP_PATH=$(pwd)
16 16
@@ -30,7 +30,7 @@ @@ -30,7 +30,7 @@
30 30
31 * source 유틸리티를 사용하여 환경을 설정한다. 31 * source 유틸리티를 사용하여 환경을 설정한다.
32 32
33 - $ source env-4.9.3.env 33 + $ source env-4.9.4.env
34 34
35 35
36 36
@@ -44,7 +44,7 @@ @@ -44,7 +44,7 @@
44 * 부트로더 디렉토리로 이동한다. 44 * 부트로더 디렉토리로 이동한다.
45 45
46 $ cd bootloader/u-boot_2015_04 46 $ cd bootloader/u-boot_2015_04
47 - $ source ../../env-4.9.3.env # (이미 실행하였다면 하지 않아도 된다) 47 + $ source ../../env-4.9.4.env # (이미 실행하였다면 하지 않아도 된다)
48 48
49 * u-boot 환경 파일 49 * u-boot 환경 파일
50 50
@@ -68,7 +68,7 @@ @@ -68,7 +68,7 @@
68 * 커널 디렉토리로 이동한다. 68 * 커널 디렉토리로 이동한다.
69 69
70 $ cd kernel/linux-imx6_3.14.28 70 $ cd kernel/linux-imx6_3.14.28
71 - $ source ../../env-4.9.3.env # (이미 실행하였다면 하지 않아도 된다) 71 + $ source ../../env-4.9.4.env # (이미 실행하였다면 하지 않아도 된다)
72 72
73 * kernel 환경 파일 73 * kernel 환경 파일
74 74
@@ -142,6 +142,6 @@ @@ -142,6 +142,6 @@
142 64-MB 64-MB partition#0, FAT32 : BOOT0 142 64-MB 64-MB partition#0, FAT32 : BOOT0
143 128-MB 64-MB partition#1, FAT32 : BOOT1 143 128-MB 64-MB partition#1, FAT32 : BOOT1
144 192-MB 128-MB partition#2, ext4 : APP 144 192-MB 128-MB partition#2, ext4 : APP
145 - 320-MB all partition#3, ext4 : DATA 145 + 320-MB all partition#3, ext4 : DATA
146 146
147 147