02.08.2013 Views

P4080 PCIe Adapter SDK User Guide Production Release

P4080 PCIe Adapter SDK User Guide Production Release

P4080 PCIe Adapter SDK User Guide Production Release

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Freescale Semiconductor<br />

cp.b 0x02000000 0xec000000 $filesize<br />

o Program U-boot image into flash using following commands<br />

tftp 0x01000000 u-boot.bin<br />

erase 0xebf80000 +$filesize<br />

cp.b 0x01000000 0xebf80000 $filesize<br />

o Program Linux image into flash using following commands<br />

tftp 0x1000000 uImage<br />

protect off 0xec020000 0xec6fffff<br />

erase 0xec020000 +$filesize<br />

cp.b 0x1000000 0xec020000 $filesize<br />

o Program root filesystem into flash using following commands<br />

Boot into Bank 4:<br />

tftp 0x1000000 initramfs.cpio.gz.uboot<br />

protect off 0xed300000 0xedffffff<br />

erase 0xed300000 +$filesize<br />

cp.b 0x1000000 0xed300000 $filesize<br />

=> n710_reset altbank<br />

Interrupt the bootloader and execute the following commands<br />

o protect off 0xe8800000 0xe88fffff<br />

o tftp 0x01000000 p4080n710-usdpaa.dtb<br />

o erase 0xe8800000 +$filesize<br />

o cp.b 0x01000000 0xe8800000 $filesize<br />

Boot into bank 4:<br />

=> n710_reset altbank<br />

© Freescale Semiconductor, Inc., 2011. All rights reserved.<br />

Freescale Confidential Proprietary Page 42

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!