1 build u-boot, 2 build linux kernel, 1 build u-boot 7.3.2 build linux kernel – Artesyn SCP-P4040-4G-ENP2 Installation and Use (August 2014) User Manual

Page 63

Advertising
background image

BSP

SCP-P4040-4G-ENP2 Installation and Use (6806800P60B)

63

7.3.1

Build U-Boot

The U-Boot is based on SDK1.0 whose version is U-Boot 2011.06-rc2.

Commands

1. Build by default

make uboot

2. Build Targets supported for UBoot

uboot:

configures and builds u-boot.bin for NOR flash

uboo

t -clean: cleans the u-boot

Output

The built image is u-boot.bin in the current working directory.

7.3.2

Build Linux Kernel

The Linux kernel is based on SDK1.0 whose version is 2.6.34.6.

Command

1. Build by default

make kernel dtb

2. Build Targets supported for Linux kernel

config-default:

copies the SCP-P4040 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.

Advertising