라즈베리 파이 커널 소스 컴파일 하는 방법

  1. sudo apt-get install git-core
  2. git clone https://github.com/raspberrypi/tools.git
  3. git clone https://github.com/raspberrypi/linux.git
  4. sudo apt-get install build-essential libncurses5-dev
  5. cd linux
  6. make menuconfig
  7. make 
  8. cd ../tools/mkimage/
  9. ./imagetool-uncompressed.py ../../linux/arch/arm/boot/Image

+ Recent posts