2 build linux kernal, 3 build rootfs, 2 build linux kernal 7.3.3 build rootfs – Artesyn COMX-P4080-2G-ENP2 Installation and Use (August 2014) User Manual
Page 63

BSP
COMX-P4080-2G-ENP2 Installation and Use (6806800P63B)
63
Commands
1. Build by default
make uboot
2. Build Targets supported for UBoot
uboot:
configures and builds u-boot.bin for NOR flash
uboot-clean:
cleans the u-boot
Output
The built image is u-boot.bin in the current working directory.
7.3.2
Build Linux Kernal
The Linux kernel is based on SDK1.0 whose version is 2.6.34.6.
Commands
1. Build by default
make kernel dtb
2. Build Targets supported for Linux kernel
config-default
: copies the COMX-P4080 default configuration to current
configuration
kernel-config
: configures the kernel based on current configuration
kernel
: compiles kernel with current configuration
kernel-clean
: cleans the kernel
dtb
: compiles device tree binary
Output
The build images are uImage and comx.dtb in the current working directory
7.3.3
Build ROOTFS
The rootfs for SCP-P4080-2G-ENP2 include RAMDISK and NFS.