diff --git a/README.md b/README.md
index aaa5be9..a761cff 100755
--- a/README.md
+++ b/README.md
@@ -1,16 +1,16 @@
 
 ## [컴파일러 설치]
 ---------------------------
-* docker/toolchain 디렉토리의 arm-buildroot-linux-gnueabihf-4.9.3.tar.gz 파일을 /opt 디렉토리에 풀어 사용한다.
+* docker/toolchain 디렉토리의 arm-buildroot-linux-gnueabihf-4.9.4.tar.gz 파일을 /opt 디렉토리에 풀어 사용한다.
 
         $ cd docker/toolchain/
-        $ sudo tar zxvf arm-buildroot-linux-gnueabihf-4.9.3.tar.gz  -C /opt
+        $ sudo tar zxvf arm-buildroot-linux-gnueabihf-4.9.4.tar.gz  -C /opt
 
 
 ## [컴파일을 위한 환경파일]
 ---------------------------
 
-* 환경파일 env-4.9.3.env
+* 환경파일 env-4.9.4.env
 
         export WORK_TOP_PATH=$(pwd)
 
@@ -30,7 +30,7 @@
 
 * source 유틸리티를 사용하여 환경을 설정한다.
 
-        $ source env-4.9.3.env
+        $ source env-4.9.4.env
 
 
 
@@ -44,7 +44,7 @@
 * 부트로더 디렉토리로 이동한다.
 
         $ cd bootloader/u-boot_2015_04
-        $ source ../../env-4.9.3.env   #  (이미 실행하였다면 하지 않아도 된다)
+        $ source ../../env-4.9.4.env   #  (이미 실행하였다면 하지 않아도 된다)
 
 * u-boot 환경 파일
 
@@ -68,7 +68,7 @@
 * 커널 디렉토리로 이동한다.
 
         $ cd kernel/linux-imx6_3.14.28
-        $ source ../../env-4.9.3.env   #  (이미 실행하였다면 하지 않아도 된다)
+        $ source ../../env-4.9.4.env   #  (이미 실행하였다면 하지 않아도 된다)
 
 * kernel 환경 파일
 
@@ -142,6 +142,6 @@
 		 64-MB		 64-MB		partition#0, FAT32 : BOOT0
 		128-MB		 64-MB		partition#1, FAT32 : BOOT1
 		192-MB		128-MB		partition#2, ext4  : APP
-		320-MB		all		partition#3, ext4  : DATA
+		320-MB		all		    partition#3, ext4  : DATA