<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Please let me know if you run into any problems with this procedure or have any feedback.  Thanks.<div class=""><br class=""></div><div class="">On build system:</div><div class=""><br class=""></div><div class="">1 - pull updates from here: <a href="https://github.com/bradbishop/openbmc-1" class="">https://github.com/bradbishop/openbmc-1</a></div><div class="">2 - bitbake obmc-phosphor-image</div><div class="">3 - tmp/sysroots/x86_64-linux/usr/bin/mkimage -A arm -O linux -C none -T ramdisk -a 0x50200000 -d tmp/deploy/images/palmetto/obmc-phosphor-image-palmetto.cpio.gz initrd</div><div class="">4 - scp tmp/deploy/images/palmetto/cuImage <tftp>:/tftpboot</div><div class=""><div class="">5 - scp tmp/deploy/images/palmetto/initrd <tftp>:/tftpboot</div></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">On BMC (uboot shell):</div><div class=""><br class=""></div><div class="">for static ip:</div><div class=""><div class="">setenv gatewayip=<routers></div><div class="">setenv netmask=<netmask></div><div class="">setenv ipaddr=<ip></div><div class="">setenv serverip=<tftp></div><div class="">setenv netboot=ncsi\; tftp 0x50000000 /tftpboot/cuImage\; tftp 0x50200000 /tftpboot/initrd\; bootm 0x50000000 0x50200000\;</div></div><div class="">saveenv</div><div class="">run netboot</div><div class=""><br class=""></div><div class="">for dynamic ip:</div><div class=""><div class=""><div class="">setenv serverip=<tftp></div><div class="">setenv netboot=ncsi\; dhcp\; tftp 0x50000000 /tftpboot/cuImage\; tftp 0x50200000 /tftpboot/initrd\; bootm 0x50000000 0x50200000\;</div></div><div class="">saveenv</div><div class="">run netboot</div></div></body></html>