#10 Kernel Image Upload to u-boot 1. fastboot 설치minicom이 열려있는 터미널 창을 그대로 놔두고 새로운 터미널 창을 열어 fastboot를 설치하자.$ sudo add-apt-repository ppa:nilarimogard/webupd8 $ sudo apt-get update$ sudo apt-get install android-tools-adb android-tools-fastboot 2. Kernel Image fusingKernel Build가 완료되면 ~/Downloads/linux/arch/arm/boot 경로에 zImage가 생성된다. minicom이 실행되어 있는 터미널에서 다음 명령을 실행하여 타겟 보드의 파티션을 설정하자.# fdisk -c 0 ..