June 2017
Intermediate to advanced
478 pages
13h 14m
English
Here is the sequence of commands to build Linux for the ARM Versatile PB that is emulated by QEMU, using the Crosstool-NG V5te compiler:
$ cd linux-stable$ make ARCH=arm CROSS_COMPILE=arm-unknown-linux-gnueabi- mrproper$ make -j4 ARCH=arm CROSS_COMPILE=arm-unknown-linux-gnueabi- zImage$ make -j4 ARCH=arm CROSS_COMPILE=arm-unknown-linux-gnueabi- modules$ make ARCH=arm CROSS_COMPILE=arm-unknown-linux-gnueabi- dtbs
These commands are in the script MELP/chapter_04/build-linux-versatilepb.sh.
Read now
Unlock full access