Bsp build environment – Artesyn COMX-P2020 BSP User Guide (July 2014) User Manual

Page 27

Advertising
background image

BSP Build Environment

COMX-P2020 BSP User Guide (6806800L84B)

27

make -C linux/kernel -f Makefile kernel

make[1]: Entering directory `/home/percy/p2020/linux/kernel'

make -C current -f blackadder.mk kernel

make[2]: Entering directory `/home/percy/p2020/linux/kernel/linux-2.6.32'

make -f Makefile uImage

make[3]: Entering directory `/home/percy/p2020/linux/kernel/linux-2.6.32'

scripts/kconfig/conf -s arch/powerpc/Kconfig

make[3]: Leaving directory `/home/percy/p2020/linux/kernel/linux-2.6.32'

make[3]: Entering directory `/home/percy/p2020/linux/kernel/linux-2.6.32'

CHK include/linux/version.h

……

Image Name: Linux-2.6.32

Created: Mon Dec 13 11:33:16 2010

Image Type: PowerPC Linux Kernel Image (gzip compressed)

Data Size: 3416064 Bytes = 3336.00 kB = 3.26 MB

Load Address: 0x00000000

Entry Point: 0x00000000

make[3]: Leaving directory `/home/percy/p2020/linux/kernel/linux-2.6.32'

cp -f arch/powerpc/boot/uImage /local/tftpboot/COMX-P2020/current/uImage

make[2]: Leaving directory `/home/percy/p2020/linux/kernel/linux-2.6.32'

make[1]: Leaving directory `/home/percy/p2020/linux/kernel'

[percy@localhost p2020]$

2. If the build is successful, the Linux kernel: uImage can be found at the output directory.

[percy@localhost p2020]$ ls -al /local/tftpboot/COMX-

P2020/current/uImage

-rw-rw-r-- 1 percy percy 3416128 Dec 13 11:33

/local/tftpboot/COMX-P2020/current/uImage

Advertising