Advertisement
Guest User

HAB blocks u-boot sabrelite boundary

a guest
Aug 30th, 2017
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.19 KB | None | 0 0
  1. ./tools/mkimage -n board/boundary/nitrogen6x/nitrogen6q.cfg.cfgtmp -T imximage -e 0x17800000 -d u-boot.bin u-boot.imx
  2. Image Type:   Freescale IMX Boot Image
  3. Image Ver:    2 (i.MX53/6/7 compatible)
  4. Data Size:    512000 Bytes = 500.00 kB = 0.49 MB
  5. Load Address: 177ff420
  6. Entry Point:  17800000
  7. HAB Blocks:   177ff400 00000000 0007ac00
  8.   arm-arada-linux-gnueabihf-objcopy --gap-fill=0xff  -j .text -j .secure_text -j .rodata -j .hash -j .data -j .got -j .got.plt -j .u_boot_list -j .rel.dyn -O srec u-boot u-boot.srec
  9.   arm-arada-linux-gnueabihf-objdump -t u-boot > u-boot.sym
  10.   arm-arada-linux-gnueabihf-gcc -E -Wp,-MD,./.u-boot.cfg.d -D__KERNEL__ -D__UBOOT__   -D__ARM__ -marm -mno-thumb-interwork  -mabi=aapcs-linux  -mword-relocations  -fno-pic  -mno-unaligned-access  -ffunction-sections -fdata-sections -fno-common -ffixed-r9  -msoft-float  -pipe  -march=armv7-a   -Iinclude   -I./arch/arm/include -include ./include/linux/kconfig.h  -nostdinc -isystem /opt/arada/arm-arada-linux-gnueabihf/lib/gcc/arm-arada-linux-gnueabihf/4.9.3/include -include ./include/u-boot/u-boot.lds.h -DCPUDIR=arch/arm/cpu/armv7  -ansi -DDO_DEPS_ONLY -D__ASSEMBLY__ -x assembler-with-cpp -P -dM -E -o u-boot.cfg include/config.h
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement