Start this log file on 8-Aug-2019 to capture the programming work on the "Initial Batch" of IPMC cards. The intent is to put Fatih's constant 25 deg C software into the 9 Initial Batch IPMC cards that I have at MSU. My initial attempt to do this did not work. Philippe figured out that the problem was that the default IP Adrs used by the Initial Batch is different from the address used by the Second Batch. All 10 of the Second Batch at MSU were successfully programmed last week. Second Batch IP Adrs: 192.168.1.89 Initial Batch IP Adrs: 134.158.96.252 This is the IP Adrs that the IPMC uses after it fails doing DHCP. All Second Batch IPMCs uses the same IP Adrs. We still need to see if all of the Initial Batch IPMCs use the same IP Adrs. -+-+-+-+-+-+-+-+-------> Work on SN-132 [hubuser@hubdev2 save]$ date ; time ./program_IPMC.sh --IP_Addr 134.158.96.252 --IOIF_f ./bmc_IOIF_Fatih_July4.bin --IPMC_f ./bmc_IPMC_Fatih_July4.bin | tee ~/Dan_E/20190807_ipmc_132_log.txt Wed Aug 7 15:41:48 EDT 2019 IP address of IPMC to download binaries to: 134.158.96.252 Binary to be downloaded to IOIF MCU: ./bmc_IOIF_Fatih_July4.binr 134.158.96.252 --IO Binary to be downloaded to IPMC MCU: ./bmc_IPMC_Fatih_July4.bin Sourcing setup scripts ... =================================================== ___ ___ _ ___ ___ |_ _/ __| /_\ | _ \ __| | | (__ / _ \| / _| |___\___/_/ \_\_|_\___| Intelligent platform management Controller softwARE Copyright © 2014-2019, LAPP/CNRS =================================================== Setting up ICARE S/W release ICARE-00-03-01 ICARECONFIG set to arm-gcc47-dbg Downloading binary ./bmc_IOIF_Fatih_July4.bin to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IOIF Upgrade MCU: NO Firmware Upgrade image : ./bmc_IOIF_Fatih_July4.bin (243.6KB) Firmware image checksum: 6feab027 Downloading image 'bmc_IOIF_Fatih_July4.bin' ...OK Download rate: 77.6B/s 53:34.232 Programming CONFIGURATION flash memory ...OK Programming 249468 bytes in CONFIGURATION flash memory successful. Downloading binary ./bmc_IPMC_Fatih_July4.bin to IPMC MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IPMC Upgrade MCU: NO Firmware Upgrade image : ./bmc_IPMC_Fatih_July4.bin (242.1KB) Firmware image checksum: effbfa41 Downloading image 'bmc_IPMC_Fatih_July4.bin' ...OK Download rate: 94.9B/s 43:32.548 Programming CONFIGURATION flash memory ...OK Programming 247868 bytes in CONFIGURATION flash memory successful. Issuing upgrade command to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IOIF Upgrade MCU: YES Send update command ...OK Performing upgrade stage (take approximately 20 seconds). IOIF MCU upgrade command issued. Waiting 5 minutes before upgrading the IPMC MCU ... Issuing upgrade command to IPMC MCU ... fwu: error: connect() : No route to host +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IPMC Upgrade MCU: YES IPMC MCU upgrade not issued succesfully; exiting ... real 136m46.403s user 0m0.745s sys 0m0.806s --------> Note that it bombed out at "upgrade the IPMC" --------> This is because the IOIF has been "upgraded" in the --------> previous step and thus the IP Adrs has changed. --------> --------> Philippe changes the IP Adrs range of the 2nd Enet port on HubDev2 [hubuser@hubdev2 save]$ date ; time ./program_IPMC.sh --IP_Addr 192.168.1.89 --IOIF_f ./bmc_IOIF_Fatih_July4.bin --IPMC_f ./bmc_IPMC_Fatih_July4.bin | tee ~/Dan_E/20190807_ipmc_132_second_pass_log.txt Wed Aug 7 18:26:47 EDT 2019 IP address of IPMC to download binaries to: 192.168.1.89 Binary to be downloaded to IOIF MCU: ./bmc_IOIF_Fatih_July4.bin Binary to be downloaded to IPMC MCU: ./bmc_IPMC_Fatih_July4.bin Sourcing setup scripts ... =================================================== ___ ___ _ ___ ___ |_ _/ __| /_\ | _ \ __| | | (__ / _ \| / _| |___\___/_/ \_\_|_\___| Intelligent platform management Controller softwARE Copyright © 2014-2019, LAPP/CNRS =================================================== Setting up ICARE S/W release ICARE-00-03-01 ICARECONFIG set to arm-gcc47-dbg Downloading binary ./bmc_IOIF_Fatih_July4.bin to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IOIF Upgrade MCU: NO Firmware Upgrade image : ./bmc_IOIF_Fatih_July4.bin (243.6KB) Firmware image checksum: 6feab027 Downloading image 'bmc_IOIF_Fatih_July4.bin' ...OK Download rate: 25.9KB/s 00:09.408 Programming CONFIGURATION flash memory ...OK Programming 249468 bytes in CONFIGURATION flash memory successful. Downloading binary ./bmc_IPMC_Fatih_July4.bin to IPMC MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IPMC Upgrade MCU: NO Firmware Upgrade image : ./bmc_IPMC_Fatih_July4.bin (242.1KB) Firmware image checksum: effbfa41 Downloading image 'bmc_IPMC_Fatih_July4.bin' ...OK Download rate: 28.2KB/s 00:08.585 Programming CONFIGURATION flash memory ...OK Programming 247868 bytes in CONFIGURATION flash memory successful. Issuing upgrade command to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IOIF Upgrade MCU: YES Send update command ...OK Performing upgrade stage (take approximately 20 seconds). IOIF MCU upgrade command issued. Waiting 5 minutes before upgrading the IPMC MCU ... Issuing upgrade command to IPMC MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IPMC Upgrade MCU: YES Send update command ...OK Performing upgrade stage (take approximately 20 seconds). IPMC MCU upgrade command issued. Waiting 5 minutes to allow upgrade to complete ... IOIF and IPMC MCU firmware downloads and upgrades complete. real 10m37.260s user 0m0.336s sys 0m0.324s [hubuser@hubdev2 save]$ ping ipmc PING ipmc (192.168.1.89) 56(84) bytes of data. 64 bytes from ipmc (192.168.1.89): icmp_seq=1 ttl=255 time=0.416 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=2 ttl=255 time=0.162 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=3 ttl=255 time=0.113 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=4 ttl=255 time=0.195 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=5 ttl=255 time=0.118 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=6 ttl=255 time=0.153 ms --- ipmc ping statistics --- 6 packets transmitted, 6 received, 0% packet loss, time 5000ms rtt min/avg/max/mdev = 0.113/0.192/0.416/0.105 ms -+-+-+-+-+-+-+-+-------> Work on SN-134 [hubuser@hubdev2 save]$ date ; time ./program_IPMC.sh --IP_Addr 134.158.96.252 --IOIF_f ./bmc_IOIF_Fatih_July4.bin --IPMC_f ./bmc_IPMC_Fatih_July4.bin | tee ~/Dan_E/20190808_ipmc_134_first_pass_log.txt Thu Aug 8 12:16:05 EDT 2019 IP address of IPMC to download binaries to: 134.158.96.252 Binary to be downloaded to IOIF MCU: ./bmc_IOIF_Fatih_July4.bin Binary to be downloaded to IPMC MCU: ./bmc_IPMC_Fatih_July4.bin Sourcing setup scripts ... =================================================== ___ ___ _ ___ ___ |_ _/ __| /_\ | _ \ __| | | (__ / _ \| / _| |___\___/_/ \_\_|_\___| Intelligent platform management Controller softwARE Copyright © 2014-2019, LAPP/CNRS =================================================== Setting up ICARE S/W release ICARE-00-03-01 ICARECONFIG set to arm-gcc47-dbg Downloading binary ./bmc_IOIF_Fatih_July4.bin to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IOIF Upgrade MCU: NO Firmware Upgrade image : ./bmc_IOIF_Fatih_July4.bin (243.6KB) Firmware image checksum: 6feab027 Downloading image 'bmc_IOIF_Fatih_July4.bin' ...OK Download rate: 80.6B/s 51:33.762 Programming CONFIGURATION flash memory ...OK Programming 249468 bytes in CONFIGURATION flash memory successful. Downloading binary ./bmc_IPMC_Fatih_July4.bin to IPMC MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IPMC Upgrade MCU: NO Firmware Upgrade image : ./bmc_IPMC_Fatih_July4.bin (242.1KB) Firmware image checksum: effbfa41 Downloading image 'bmc_IPMC_Fatih_July4.bin' ...OK Download rate: 94.9B/s 43:32.414 Programming CONFIGURATION flash memory ...OK Programming 247868 bytes in CONFIGURATION flash memory successful. Issuing upgrade command to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IOIF Upgrade MCU: YES Send update command ...OK Performing upgrade stage (take approximately 20 seconds). IOIF MCU upgrade command issued. Waiting 5 minutes before upgrading the IPMC MCU ... Issuing upgrade command to IPMC MCU ... fwu: error: connect() : No route to host +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IPMC Upgrade MCU: YES IPMC MCU upgrade not issued succesfully; exiting ... real 134m43.598s user 0m0.541s sys 0m0.580s [hubuser@hubdev2 save]$ date ; time ./program_IPMC.sh --IP_Addr 192.168.1.89 --IOIF_f ./bmc_IOIF_Fatih_July4.bin --IPMC_f ./bmc_IPMC_Fatih_July4.bin | tee ~/Dan_E/20190808_ipmc_134_second_pass_log.txt Thu Aug 8 15:52:13 EDT 2019 IP address of IPMC to download binaries to: 192.168.1.89 Binary to be downloaded to IOIF MCU: ./bmc_IOIF_Fatih_July4.bin Binary to be downloaded to IPMC MCU: ./bmc_IPMC_Fatih_July4.bin Sourcing setup scripts ... =================================================== ___ ___ _ ___ ___ |_ _/ __| /_\ | _ \ __| | | (__ / _ \| / _| |___\___/_/ \_\_|_\___| Intelligent platform management Controller softwARE Copyright © 2014-2019, LAPP/CNRS =================================================== Setting up ICARE S/W release ICARE-00-03-01 ICARECONFIG set to arm-gcc47-dbg Downloading binary ./bmc_IOIF_Fatih_July4.bin to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IOIF Upgrade MCU: NO Firmware Upgrade image : ./bmc_IOIF_Fatih_July4.bin (243.6KB) Firmware image checksum: 6feab027 Downloading image 'bmc_IOIF_Fatih_July4.bin' ...OK Download rate: 26.3KB/s 00:09.275 Programming CONFIGURATION flash memory ...OK Programming 249468 bytes in CONFIGURATION flash memory successful. Downloading binary ./bmc_IPMC_Fatih_July4.bin to IPMC MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IPMC Upgrade MCU: NO Firmware Upgrade image : ./bmc_IPMC_Fatih_July4.bin (242.1KB) Firmware image checksum: effbfa41 Downloading image 'bmc_IPMC_Fatih_July4.bin' ...OK Download rate: 28.4KB/s 00:08.529 Programming CONFIGURATION flash memory ...OK Programming 247868 bytes in CONFIGURATION flash memory successful. Issuing upgrade command to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IOIF Upgrade MCU: YES Send update command ...OK Performing upgrade stage (take approximately 20 seconds). IOIF MCU upgrade command issued. Waiting 5 minutes before upgrading the IPMC MCU ... Issuing upgrade command to IPMC MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IPMC Upgrade MCU: YES Send update command ...OK Performing upgrade stage (take approximately 20 seconds). IPMC MCU upgrade command issued. Waiting 5 minutes to allow upgrade to complete ... IOIF and IPMC MCU firmware downloads and upgrades complete. real 10m36.881s user 0m0.400s sys 0m0.321s [hubuser@hubdev2 save]$ ping ipmc PING ipmc (192.168.1.89) 56(84) bytes of data. 64 bytes from ipmc (192.168.1.89): icmp_seq=1 ttl=255 time=0.371 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=2 ttl=255 time=0.129 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=3 ttl=255 time=0.128 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=4 ttl=255 time=0.092 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=5 ttl=255 time=0.120 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=6 ttl=255 time=0.116 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=7 ttl=255 time=0.126 ms --- ipmc ping statistics --- 7 packets transmitted, 7 received, 0% packet loss, time 6000ms rtt min/avg/max/mdev = 0.092/0.154/0.371/0.090 ms -+-+-+-+-+-+-+-+-------> Work on SN-135 [hubuser@hubdev2 save]$ date ; time ./program_IPMC.sh --IP_Addr 134.158.96.252 --IOIF_f ./bmc_IOIF_Fatih_July4.bin --IPMC_f ./bmc_IPMC_Fatih_July4.bin | tee ~/Dan_E/20190808_ipmc_135_first_pass_log.txt Thu Aug 8 16:26:54 EDT 2019 IP address of IPMC to download binaries to: 134.158.96.252 Binary to be downloaded to IOIF MCU: ./bmc_IOIF_Fatih_July4.bin Binary to be downloaded to IPMC MCU: ./bmc_IPMC_Fatih_July4.bin Sourcing setup scripts ... =================================================== ___ ___ _ ___ ___ |_ _/ __| /_\ | _ \ __| | | (__ / _ \| / _| |___\___/_/ \_\_|_\___| Intelligent platform management Controller softwARE Copyright © 2014-2019, LAPP/CNRS =================================================== Setting up ICARE S/W release ICARE-00-03-01 ICARECONFIG set to arm-gcc47-dbg Downloading binary ./bmc_IOIF_Fatih_July4.bin to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IOIF Upgrade MCU: NO Firmware Upgrade image : ./bmc_IOIF_Fatih_July4.bin (243.6KB) Firmware image checksum: 6feab027 Downloading image 'bmc_IOIF_Fatih_July4.bin' ...OK Download rate: 77.6B/s 53:34.119 Programming CONFIGURATION flash memory ...OK Programming 249468 bytes in CONFIGURATION flash memory successful. Downloading binary ./bmc_IPMC_Fatih_July4.bin to IPMC MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IPMC Upgrade MCU: NO Firmware Upgrade image : ./bmc_IPMC_Fatih_July4.bin (242.1KB) Firmware image checksum: effbfa41 Downloading image 'bmc_IPMC_Fatih_July4.bin' ...OK Download rate: 90.7B/s 45:33.758 Programming CONFIGURATION flash memory ...OK Programming 247868 bytes in CONFIGURATION flash memory successful. Issuing upgrade command to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IOIF Upgrade MCU: YES Send update command ...OK Performing upgrade stage (take approximately 20 seconds). IOIF MCU upgrade command issued. Waiting 5 minutes before upgrading the IPMC MCU ... Issuing upgrade command to IPMC MCU ... fwu: error: connect() : No route to host +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IPMC Upgrade MCU: YES IPMC MCU upgrade not issued succesfully; exiting ... real 138m45.152s user 0m0.496s sys 0m0.561s [hubuser@hubdev2 save]$ date ; time ./program_IPMC.sh --IP_Addr 192.168.1.89 --IOIF_f ./bmc_IOIF_Fatih_July4.bin --IPMC_f ./bmc_IPMC_Fatih_July4.bin | tee ~/Dan_E/20190809_ipmc_135_second_pass_log.txt Fri Aug 9 10:48:21 EDT 2019 IP address of IPMC to download binaries to: 192.168.1.89 Binary to be downloaded to IOIF MCU: ./bmc_IOIF_Fatih_July4.bin Binary to be downloaded to IPMC MCU: ./bmc_IPMC_Fatih_July4.bin Sourcing setup scripts ... =================================================== ___ ___ _ ___ ___ |_ _/ __| /_\ | _ \ __| | | (__ / _ \| / _| |___\___/_/ \_\_|_\___| Intelligent platform management Controller softwARE Copyright © 2014-2019, LAPP/CNRS =================================================== Setting up ICARE S/W release ICARE-00-03-01 ICARECONFIG set to arm-gcc47-dbg Downloading binary ./bmc_IOIF_Fatih_July4.bin to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IOIF Upgrade MCU: NO Firmware Upgrade image : ./bmc_IOIF_Fatih_July4.bin (243.6KB) Firmware image checksum: 6feab027 Downloading image 'bmc_IOIF_Fatih_July4.bin' ...OK Download rate: 25.3KB/s 00:09.644 Programming CONFIGURATION flash memory ...OK Programming 249468 bytes in CONFIGURATION flash memory successful. Downloading binary ./bmc_IPMC_Fatih_July4.bin to IPMC MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IPMC Upgrade MCU: NO Firmware Upgrade image : ./bmc_IPMC_Fatih_July4.bin (242.1KB) Firmware image checksum: effbfa41 Downloading image 'bmc_IPMC_Fatih_July4.bin' ...OK Download rate: 27.2KB/s 00:08.914 Programming CONFIGURATION flash memory ...OK Programming 247868 bytes in CONFIGURATION flash memory successful. Issuing upgrade command to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IOIF Upgrade MCU: YES Send update command ...OK Performing upgrade stage (take approximately 20 seconds). IOIF MCU upgrade command issued. Waiting 5 minutes before upgrading the IPMC MCU ... Issuing upgrade command to IPMC MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IPMC Upgrade MCU: YES Send update command ...OK Performing upgrade stage (take approximately 20 seconds). IPMC MCU upgrade command issued. Waiting 5 minutes to allow upgrade to complete ... IOIF and IPMC MCU firmware downloads and upgrades complete. real 10m37.993s user 0m0.420s sys 0m0.360s [hubuser@hubdev2 save]$ ping ipmc PING ipmc (192.168.1.89) 56(84) bytes of data. 64 bytes from ipmc (192.168.1.89): icmp_seq=1 ttl=255 time=0.380 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=2 ttl=255 time=0.131 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=3 ttl=255 time=0.116 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=4 ttl=255 time=0.195 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=5 ttl=255 time=0.131 ms --- ipmc ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4000ms rtt min/avg/max/mdev = 0.116/0.190/0.380/0.099 ms -+-+-+-+-+-+-+-+-------> Work on SN-137 [hubuser@hubdev2 save]$ date ; time ./program_IPMC.sh --IP_Addr 134.158.96.252 --IOIF_f ./bmc_IOIF_Fatih_July4.bin --IPMC_f ./bmc_IPMC_Fatih_July4.bin | tee ~/Dan_E/20190809_ipmc_137_first_pass_log.txt Fri Aug 9 11:25:50 EDT 2019 IP address of IPMC to download binaries to: 134.158.96.252 Binary to be downloaded to IOIF MCU: ./bmc_IOIF_Fatih_July4.bin Binary to be downloaded to IPMC MCU: ./bmc_IPMC_Fatih_July4.bin Sourcing setup scripts ... =================================================== ___ ___ _ ___ ___ |_ _/ __| /_\ | _ \ __| | | (__ / _ \| / _| |___\___/_/ \_\_|_\___| Intelligent platform management Controller softwARE Copyright © 2014-2019, LAPP/CNRS =================================================== Setting up ICARE S/W release ICARE-00-03-01 ICARECONFIG set to arm-gcc47-dbg Downloading binary ./bmc_IOIF_Fatih_July4.bin to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IOIF Upgrade MCU: NO Firmware Upgrade image : ./bmc_IOIF_Fatih_July4.bin (243.6KB) Firmware image checksum: 6feab027 Downloading image 'bmc_IOIF_Fatih_July4.bin' ...OK Download rate: 77.6B/s 53:34.280 Programming CONFIGURATION flash memory ...OK Programming 249468 bytes in CONFIGURATION flash memory successful. Downloading binary ./bmc_IPMC_Fatih_July4.bin to IPMC MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IPMC Upgrade MCU: NO Firmware Upgrade image : ./bmc_IPMC_Fatih_July4.bin (242.1KB) Firmware image checksum: effbfa41 Downloading image 'bmc_IPMC_Fatih_July4.bin' ...OK Download rate: 90.7B/s 45:32.734 Programming CONFIGURATION flash memory ...OK Programming 247868 bytes in CONFIGURATION flash memory successful. Issuing upgrade command to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IOIF Upgrade MCU: YES Send update command ...OK Performing upgrade stage (take approximately 20 seconds). IOIF MCU upgrade command issued. Waiting 5 minutes before upgrading the IPMC MCU ... Issuing upgrade command to IPMC MCU ... fwu: error: connect() : No route to host +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IPMC Upgrade MCU: YES IPMC MCU upgrade not issued succesfully; exiting ... real 138m44.238s user 0m0.411s sys 0m0.450s [hubuser@hubdev2 save]$ date ; time ./program_IPMC.sh --IP_Addr 192.168.1.89 --IOIF_f ./bmc_IOIF_Fatih_July4.bin --IPMC_f ./bmc_IPMC_Fatih_July4.bin | tee ~/Dan_E/20190809_ipmc_137_second_pass_log.txt Fri Aug 9 14:03:57 EDT 2019 IP address of IPMC to download binaries to: 192.168.1.89 Binary to be downloaded to IOIF MCU: ./bmc_IOIF_Fatih_July4.bin Binary to be downloaded to IPMC MCU: ./bmc_IPMC_Fatih_July4.bin Sourcing setup scripts ... =================================================== ___ ___ _ ___ ___ |_ _/ __| /_\ | _ \ __| | | (__ / _ \| / _| |___\___/_/ \_\_|_\___| Intelligent platform management Controller softwARE Copyright © 2014-2019, LAPP/CNRS =================================================== Setting up ICARE S/W release ICARE-00-03-01 ICARECONFIG set to arm-gcc47-dbg Downloading binary ./bmc_IOIF_Fatih_July4.bin to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IOIF Upgrade MCU: NO Firmware Upgrade image : ./bmc_IOIF_Fatih_July4.bin (243.6KB) Firmware image checksum: 6feab027 Downloading image 'bmc_IOIF_Fatih_July4.bin' ...OK Download rate: 25.2KB/s 00:09.673 Programming CONFIGURATION flash memory ...OK Programming 249468 bytes in CONFIGURATION flash memory successful. Downloading binary ./bmc_IPMC_Fatih_July4.bin to IPMC MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IPMC Upgrade MCU: NO Firmware Upgrade image : ./bmc_IPMC_Fatih_July4.bin (242.1KB) Firmware image checksum: effbfa41 Downloading image 'bmc_IPMC_Fatih_July4.bin' ...OK Download rate: 27.5KB/s 00:08.811 Programming CONFIGURATION flash memory ...OK Programming 247868 bytes in CONFIGURATION flash memory successful. Issuing upgrade command to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IOIF Upgrade MCU: YES Send update command ...OK Performing upgrade stage (take approximately 20 seconds). IOIF MCU upgrade command issued. Waiting 5 minutes before upgrading the IPMC MCU ... Issuing upgrade command to IPMC MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IPMC Upgrade MCU: YES Send update command ...OK Performing upgrade stage (take approximately 20 seconds). IPMC MCU upgrade command issued. Waiting 5 minutes to allow upgrade to complete ... IOIF and IPMC MCU firmware downloads and upgrades complete. real 10m38.015s user 0m0.358s sys 0m0.315s [hubuser@hubdev2 save]$ ping ipmc PING ipmc (192.168.1.89) 56(84) bytes of data. 64 bytes from ipmc (192.168.1.89): icmp_seq=1 ttl=255 time=0.369 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=2 ttl=255 time=0.122 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=3 ttl=255 time=0.104 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=4 ttl=255 time=0.202 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=5 ttl=255 time=0.179 ms --- ipmc ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 3999ms rtt min/avg/max/mdev = 0.104/0.195/0.369/0.094 ms -+-+-+-+-+-+-+-+-------> Work on SN-138 [hubuser@hubdev2 save]$ date ; time ./program_IPMC.sh --IP_Addr 134.158.96.252 --IOIF_f ./bmc_IOIF_Fatih_July4.bin --IPMC_f ./bmc_IPMC_Fatih_July4.bin | tee ~/Dan_E/20190809_ipmc_138_first_pass_log.txt Fri Aug 9 14:30:51 EDT 2019 IP address of IPMC to download binaries to: 134.158.96.252 Binary to be downloaded to IOIF MCU: ./bmc_IOIF_Fatih_July4.bin Binary to be downloaded to IPMC MCU: ./bmc_IPMC_Fatih_July4.bin Sourcing setup scripts ... =================================================== ___ ___ _ ___ ___ |_ _/ __| /_\ | _ \ __| | | (__ / _ \| / _| |___\___/_/ \_\_|_\___| Intelligent platform management Controller softwARE Copyright © 2014-2019, LAPP/CNRS =================================================== Setting up ICARE S/W release ICARE-00-03-01 ICARECONFIG set to arm-gcc47-dbg Downloading binary ./bmc_IOIF_Fatih_July4.bin to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IOIF Upgrade MCU: NO Firmware Upgrade image : ./bmc_IOIF_Fatih_July4.bin (243.6KB) Firmware image checksum: 6feab027 Downloading image 'bmc_IOIF_Fatih_July4.bin' ...OK Download rate: 80.6B/s 51:33.921 Programming CONFIGURATION flash memory ...OK Programming 249468 bytes in CONFIGURATION flash memory successful. Downloading binary ./bmc_IPMC_Fatih_July4.bin to IPMC MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IPMC Upgrade MCU: NO Firmware Upgrade image : ./bmc_IPMC_Fatih_July4.bin (242.1KB) Firmware image checksum: effbfa41 Downloading image 'bmc_IPMC_Fatih_July4.bin' ...OK Download rate: 94.9B/s 43:32.414 Programming CONFIGURATION flash memory ...OK Programming 247868 bytes in CONFIGURATION flash memory successful. Issuing upgrade command to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IOIF Upgrade MCU: YES Send update command ...OK Performing upgrade stage (take approximately 20 seconds). IOIF MCU upgrade command issued. Waiting 5 minutes before upgrading the IPMC MCU ... Issuing upgrade command to IPMC MCU ... fwu: error: connect() : No route to host +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IPMC Upgrade MCU: YES IPMC MCU upgrade not issued succesfully; exiting ... real 134m43.365s user 0m0.407s sys 0m0.332s [hubuser@hubdev2 save]$ date ; time ./program_IPMC.sh --IP_Addr 192.168.1.89 --IOIF_f ./bmc_IOIF_Fatih_July4.bin --IPMC_f ./bmc_IPMC_Fatih_July4.bin | tee ~/Dan_E/20190809_ipmc_138_second_pass_log.txt Fri Aug 9 17:19:19 EDT 2019 IP address of IPMC to download binaries to: 192.168.1.89 Binary to be downloaded to IOIF MCU: ./bmc_IOIF_Fatih_July4.bin Binary to be downloaded to IPMC MCU: ./bmc_IPMC_Fatih_July4.bin Sourcing setup scripts ... =================================================== ___ ___ _ ___ ___ |_ _/ __| /_\ | _ \ __| | | (__ / _ \| / _| |___\___/_/ \_\_|_\___| Intelligent platform management Controller softwARE Copyright © 2014-2019, LAPP/CNRS =================================================== Setting up ICARE S/W release ICARE-00-03-01 ICARECONFIG set to arm-gcc47-dbg Downloading binary ./bmc_IOIF_Fatih_July4.bin to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IOIF Upgrade MCU: NO Firmware Upgrade image : ./bmc_IOIF_Fatih_July4.bin (243.6KB) Firmware image checksum: 6feab027 Downloading image 'bmc_IOIF_Fatih_July4.bin' ...OK Download rate: 26.5KB/s 00:09.187 Programming CONFIGURATION flash memory ...OK Programming 249468 bytes in CONFIGURATION flash memory successful. Downloading binary ./bmc_IPMC_Fatih_July4.bin to IPMC MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IPMC Upgrade MCU: NO Firmware Upgrade image : ./bmc_IPMC_Fatih_July4.bin (242.1KB) Firmware image checksum: effbfa41 Downloading image 'bmc_IPMC_Fatih_July4.bin' ...OK Download rate: 28.6KB/s 00:08.476 Programming CONFIGURATION flash memory ...OK Programming 247868 bytes in CONFIGURATION flash memory successful. Issuing upgrade command to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IOIF Upgrade MCU: YES Send update command ...OK Performing upgrade stage (take approximately 20 seconds). IOIF MCU upgrade command issued. Waiting 5 minutes before upgrading the IPMC MCU ... Issuing upgrade command to IPMC MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IPMC Upgrade MCU: YES Send update command ...OK Performing upgrade stage (take approximately 20 seconds). IPMC MCU upgrade command issued. Waiting 5 minutes to allow upgrade to complete ... IOIF and IPMC MCU firmware downloads and upgrades complete. real 10m37.230s user 0m0.395s sys 0m0.341s [hubuser@hubdev2 save]$ ping ipmc PING ipmc (192.168.1.89) 56(84) bytes of data. 64 bytes from ipmc (192.168.1.89): icmp_seq=1 ttl=255 time=0.385 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=2 ttl=255 time=0.169 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=3 ttl=255 time=0.093 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=4 ttl=255 time=0.184 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=5 ttl=255 time=0.099 ms --- ipmc ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 3999ms rtt min/avg/max/mdev = 0.093/0.186/0.385/0.105 ms -+-+-+-+-+-+-+-+-------> Work on SN-139 [hubuser@hubdev2 save]$ date ; time ./program_IPMC.sh --IP_Addr 134.158.96.252 --IOIF_f ./bmc_IOIF_Fatih_July4.bin --IPMC_f ./bmc_IPMC_Fatih_July4.bin | tee ~/Dan_E/20190809_ipmc_139_first_pass_log.txt Fri Aug 9 17:40:08 EDT 2019 IP address of IPMC to download binaries to: 134.158.96.252 Binary to be downloaded to IOIF MCU: ./bmc_IOIF_Fatih_July4.bin Binary to be downloaded to IPMC MCU: ./bmc_IPMC_Fatih_July4.bin Sourcing setup scripts ... =================================================== ___ ___ _ ___ ___ |_ _/ __| /_\ | _ \ __| | | (__ / _ \| / _| |___\___/_/ \_\_|_\___| Intelligent platform management Controller softwARE Copyright © 2014-2019, LAPP/CNRS =================================================== Setting up ICARE S/W release ICARE-00-03-01 ICARECONFIG set to arm-gcc47-dbg Downloading binary ./bmc_IOIF_Fatih_July4.bin to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IOIF Upgrade MCU: NO Firmware Upgrade image : ./bmc_IOIF_Fatih_July4.bin (243.6KB) Firmware image checksum: 6feab027 Downloading image 'bmc_IOIF_Fatih_July4.bin' ...OK Download rate: 80.6B/s 51:33.989 Programming CONFIGURATION flash memory ...OK Programming 249468 bytes in CONFIGURATION flash memory successful. Downloading binary ./bmc_IPMC_Fatih_July4.bin to IPMC MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IPMC Upgrade MCU: NO Firmware Upgrade image : ./bmc_IPMC_Fatih_July4.bin (242.1KB) Firmware image checksum: effbfa41 Downloading image 'bmc_IPMC_Fatih_July4.bin' ...OK Download rate: 94.9B/s 43:32.236 Programming CONFIGURATION flash memory ...OK Programming 247868 bytes in CONFIGURATION flash memory successful. Issuing upgrade command to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IOIF Upgrade MCU: YES Send update command ...OK Performing upgrade stage (take approximately 20 seconds). IOIF MCU upgrade command issued. Waiting 5 minutes before upgrading the IPMC MCU ... Issuing upgrade command to IPMC MCU ... fwu: error: connect() : No route to host +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IPMC Upgrade MCU: YES IPMC MCU upgrade not issued succesfully; exiting ... real 134m43.919s user 0m0.498s sys 0m0.488s [hubuser@hubdev2 save]$ date ; time ./program_IPMC.sh --IP_Addr 192.168.1.89 --IOIF_f ./bmc_IOIF_Fatih_July4.bin --IPMC_f ./bmc_IPMC_Fatih_July4.bin | tee ~/Dan_E/20190810_ipmc_139_second_pass_log.txt Sat Aug 10 14:39:51 EDT 2019 IP address of IPMC to download binaries to: 192.168.1.89 Binary to be downloaded to IOIF MCU: ./bmc_IOIF_Fatih_July4.bin Binary to be downloaded to IPMC MCU: ./bmc_IPMC_Fatih_July4.bin Sourcing setup scripts ... =================================================== ___ ___ _ ___ ___ |_ _/ __| /_\ | _ \ __| | | (__ / _ \| / _| |___\___/_/ \_\_|_\___| Intelligent platform management Controller softwARE Copyright © 2014-2019, LAPP/CNRS =================================================== Setting up ICARE S/W release ICARE-00-03-01 ICARECONFIG set to arm-gcc47-dbg Downloading binary ./bmc_IOIF_Fatih_July4.bin to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IOIF Upgrade MCU: NO Firmware Upgrade image : ./bmc_IOIF_Fatih_July4.bin (243.6KB) Firmware image checksum: 6feab027 Downloading image 'bmc_IOIF_Fatih_July4.bin' ...OK Download rate: 25.9KB/s 00:09.403 Programming CONFIGURATION flash memory ...OK Programming 249468 bytes in CONFIGURATION flash memory successful. Downloading binary ./bmc_IPMC_Fatih_July4.bin to IPMC MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IPMC Upgrade MCU: NO Firmware Upgrade image : ./bmc_IPMC_Fatih_July4.bin (242.1KB) Firmware image checksum: effbfa41 Downloading image 'bmc_IPMC_Fatih_July4.bin' ...OK Download rate: 27.9KB/s 00:08.674 Programming CONFIGURATION flash memory ...OK Programming 247868 bytes in CONFIGURATION flash memory successful. Issuing upgrade command to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IOIF Upgrade MCU: YES Send update command ...OK Performing upgrade stage (take approximately 20 seconds). IOIF MCU upgrade command issued. Waiting 5 minutes before upgrading the IPMC MCU ... Issuing upgrade command to IPMC MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IPMC Upgrade MCU: YES Send update command ...OK Performing upgrade stage (take approximately 20 seconds). IPMC MCU upgrade command issued. Waiting 5 minutes to allow upgrade to complete ... IOIF and IPMC MCU firmware downloads and upgrades complete. real 10m37.414s user 0m0.447s sys 0m0.447s [hubuser@hubdev2 save]$ date Sat Aug 10 14:58:07 EDT 2019 [hubuser@hubdev2 save]$ ping ipmc PING ipmc (192.168.1.89) 56(84) bytes of data. 64 bytes from ipmc (192.168.1.89): icmp_seq=1 ttl=255 time=0.375 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=2 ttl=255 time=0.121 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=3 ttl=255 time=0.096 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=4 ttl=255 time=0.209 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=5 ttl=255 time=0.161 ms --- ipmc ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 3999ms rtt min/avg/max/mdev = 0.096/0.192/0.375/0.099 ms -+-+-+-+-+-+-+-+-------> Work on SN-140 [hubuser@hubdev2 save]$ date ; time ./program_IPMC.sh --IP_Addr 134.158.96.252 --IOIF_f ./bmc_IOIF_Fatih_July4.bin --IPMC_f ./bmc_IPMC_Fatih_July4.bin | tee ~/Dan_E/20190810_ipmc_140_first_pass_log.txt Sat Aug 10 15:13:59 EDT 2019 IP address of IPMC to download binaries to: 134.158.96.252 Binary to be downloaded to IOIF MCU: ./bmc_IOIF_Fatih_July4.bin Binary to be downloaded to IPMC MCU: ./bmc_IPMC_Fatih_July4.bin Sourcing setup scripts ... =================================================== ___ ___ _ ___ ___ |_ _/ __| /_\ | _ \ __| | | (__ / _ \| / _| |___\___/_/ \_\_|_\___| Intelligent platform management Controller softwARE Copyright © 2014-2019, LAPP/CNRS =================================================== Setting up ICARE S/W release ICARE-00-03-01 ICARECONFIG set to arm-gcc47-dbg Downloading binary ./bmc_IOIF_Fatih_July4.bin to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IOIF Upgrade MCU: NO Firmware Upgrade image : ./bmc_IOIF_Fatih_July4.bin (243.6KB) Firmware image checksum: 6feab027 Downloading image 'bmc_IOIF_Fatih_July4.bin' ...OK Download rate: 77.6B/s 53:34.268 Programming CONFIGURATION flash memory ...OK Programming 249468 bytes in CONFIGURATION flash memory successful. Downloading binary ./bmc_IPMC_Fatih_July4.bin to IPMC MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IPMC Upgrade MCU: NO Firmware Upgrade image : ./bmc_IPMC_Fatih_July4.bin (242.1KB) Firmware image checksum: effbfa41 Downloading image 'bmc_IPMC_Fatih_July4.bin' ...OK Download rate: 90.7B/s 45:32.688 Programming CONFIGURATION flash memory ...OK Programming 247868 bytes in CONFIGURATION flash memory successful. Issuing upgrade command to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IOIF Upgrade MCU: YES Send update command ...OK Performing upgrade stage (take approximately 20 seconds). IOIF MCU upgrade command issued. Waiting 5 minutes before upgrading the IPMC MCU ... Issuing upgrade command to IPMC MCU ... fwu: error: connect() : No route to host +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IPMC Upgrade MCU: YES IPMC MCU upgrade not issued succesfully; exiting ... real 138m44.283s user 0m0.491s sys 0m0.477s [hubuser@hubdev2 save]$ date Sun Aug 11 13:48:41 EDT 2019 [hubuser@hubdev2 save]$ date ; time ./program_IPMC.sh --IP_Addr 192.168.1.89 --IOIF_f ./bmc_IOIF_Fatih_July4.bin --IPMC_f ./bmc_IPMC_Fatih_July4.bin | tee ~/Dan_E/20190811_ipmc_140_second_pass_log.txt Sun Aug 11 13:49:18 EDT 2019 IP address of IPMC to download binaries to: 192.168.1.89 Binary to be downloaded to IOIF MCU: ./bmc_IOIF_Fatih_July4.bin Binary to be downloaded to IPMC MCU: ./bmc_IPMC_Fatih_July4.bin Sourcing setup scripts ... =================================================== ___ ___ _ ___ ___ |_ _/ __| /_\ | _ \ __| | | (__ / _ \| / _| |___\___/_/ \_\_|_\___| Intelligent platform management Controller softwARE Copyright © 2014-2019, LAPP/CNRS =================================================== Setting up ICARE S/W release ICARE-00-03-01 ICARECONFIG set to arm-gcc47-dbg Downloading binary ./bmc_IOIF_Fatih_July4.bin to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IOIF Upgrade MCU: NO Firmware Upgrade image : ./bmc_IOIF_Fatih_July4.bin (243.6KB) Firmware image checksum: 6feab027 Downloading image 'bmc_IOIF_Fatih_July4.bin' ...OK Download rate: 25.2KB/s 00:09.670 Programming CONFIGURATION flash memory ...OK Programming 249468 bytes in CONFIGURATION flash memory successful. Downloading binary ./bmc_IPMC_Fatih_July4.bin to IPMC MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IPMC Upgrade MCU: NO Firmware Upgrade image : ./bmc_IPMC_Fatih_July4.bin (242.1KB) Firmware image checksum: effbfa41 Downloading image 'bmc_IPMC_Fatih_July4.bin' ...OK Download rate: 26.8KB/s 00:09.046 Programming CONFIGURATION flash memory ...OK Programming 247868 bytes in CONFIGURATION flash memory successful. Issuing upgrade command to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IOIF Upgrade MCU: YES Send update command ...OK Performing upgrade stage (take approximately 20 seconds). IOIF MCU upgrade command issued. Waiting 5 minutes before upgrading the IPMC MCU ... Issuing upgrade command to IPMC MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IPMC Upgrade MCU: YES Send update command ...OK Performing upgrade stage (take approximately 20 seconds). IPMC MCU upgrade command issued. Waiting 5 minutes to allow upgrade to complete ... IOIF and IPMC MCU firmware downloads and upgrades complete. real 10m37.754s user 0m0.374s sys 0m0.339s [hubuser@hubdev2 save]$ ping ipmc PING ipmc (192.168.1.89) 56(84) bytes of data. 64 bytes from ipmc (192.168.1.89): icmp_seq=1 ttl=255 time=0.375 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=2 ttl=255 time=0.135 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=3 ttl=255 time=0.144 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=4 ttl=255 time=0.091 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=5 ttl=255 time=0.091 ms --- ipmc ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4000ms rtt min/avg/max/mdev = 0.091/0.167/0.375/0.106 ms -+-+-+-+-+-+-+-+-------> Work on SN-141 [hubuser@hubdev2 save]$ date ; time ./program_IPMC.sh --IP_Addr 134.158.96.252 --IOIF_f ./bmc_IOIF_Fatih_July4.bin --IPMC_f ./bmc_IPMC_Fatih_July4.bin | tee ~/Dan_E/20190811_ipmc_141_first_pass_log.txt Sun Aug 11 14:12:11 EDT 2019 IP address of IPMC to download binaries to: 134.158.96.252 Binary to be downloaded to IOIF MCU: ./bmc_IOIF_Fatih_July4.bin Binary to be downloaded to IPMC MCU: ./bmc_IPMC_Fatih_July4.bin Sourcing setup scripts ... =================================================== ___ ___ _ ___ ___ |_ _/ __| /_\ | _ \ __| | | (__ / _ \| / _| |___\___/_/ \_\_|_\___| Intelligent platform management Controller softwARE Copyright © 2014-2019, LAPP/CNRS =================================================== Setting up ICARE S/W release ICARE-00-03-01 ICARECONFIG set to arm-gcc47-dbg Downloading binary ./bmc_IOIF_Fatih_July4.bin to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IOIF Upgrade MCU: NO Firmware Upgrade image : ./bmc_IOIF_Fatih_July4.bin (243.6KB) Firmware image checksum: 6feab027 Downloading image 'bmc_IOIF_Fatih_July4.bin' ...OK Download rate: 77.6B/s 53:34.052 Programming CONFIGURATION flash memory ...OK Programming 249468 bytes in CONFIGURATION flash memory successful. Downloading binary ./bmc_IPMC_Fatih_July4.bin to IPMC MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IPMC Upgrade MCU: NO Firmware Upgrade image : ./bmc_IPMC_Fatih_July4.bin (242.1KB) Firmware image checksum: effbfa41 Downloading image 'bmc_IPMC_Fatih_July4.bin' ...OK Download rate: 90.7B/s 45:32.598 Programming CONFIGURATION flash memory ...OK Programming 247868 bytes in CONFIGURATION flash memory successful. Issuing upgrade command to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IOIF Upgrade MCU: YES Send update command ...OK Performing upgrade stage (take approximately 20 seconds). IOIF MCU upgrade command issued. Waiting 5 minutes before upgrading the IPMC MCU ... Issuing upgrade command to IPMC MCU ... fwu: error: connect() : No route to host +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IPMC Upgrade MCU: YES IPMC MCU upgrade not issued succesfully; exiting ... real 138m44.132s user 0m0.374s sys 0m0.299s [hubuser@hubdev2 save]$ date ; time ./program_IPMC.sh --IP_Addr 192.168.1.89 --IOIF_f ./bmc_IOIF_Fatih_July4.bin --IPMC_f ./bmc_IPMC_Fatih_July4.bin | tee ~/Dan_E/20190811_ipmc_141_second_pass_log.txt Sun Aug 11 16:35:21 EDT 2019 IP address of IPMC to download binaries to: 192.168.1.89 Binary to be downloaded to IOIF MCU: ./bmc_IOIF_Fatih_July4.bin Binary to be downloaded to IPMC MCU: ./bmc_IPMC_Fatih_July4.bin Sourcing setup scripts ... =================================================== ___ ___ _ ___ ___ |_ _/ __| /_\ | _ \ __| | | (__ / _ \| / _| |___\___/_/ \_\_|_\___| Intelligent platform management Controller softwARE Copyright © 2014-2019, LAPP/CNRS =================================================== Setting up ICARE S/W release ICARE-00-03-01 ICARECONFIG set to arm-gcc47-dbg Downloading binary ./bmc_IOIF_Fatih_July4.bin to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IOIF Upgrade MCU: NO Firmware Upgrade image : ./bmc_IOIF_Fatih_July4.bin (243.6KB) Firmware image checksum: 6feab027 Downloading image 'bmc_IOIF_Fatih_July4.bin' ...OK Download rate: 25.6KB/s 00:09.507 Programming CONFIGURATION flash memory ...OK Programming 249468 bytes in CONFIGURATION flash memory successful. Downloading binary ./bmc_IPMC_Fatih_July4.bin to IPMC MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IPMC Upgrade MCU: NO Firmware Upgrade image : ./bmc_IPMC_Fatih_July4.bin (242.1KB) Firmware image checksum: effbfa41 Downloading image 'bmc_IPMC_Fatih_July4.bin' ...OK Download rate: 27.6KB/s 00:08.763 Programming CONFIGURATION flash memory ...OK Programming 247868 bytes in CONFIGURATION flash memory successful. Issuing upgrade command to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IOIF Upgrade MCU: YES Send update command ...OK Performing upgrade stage (take approximately 20 seconds). IOIF MCU upgrade command issued. Waiting 5 minutes before upgrading the IPMC MCU ... Issuing upgrade command to IPMC MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IPMC Upgrade MCU: YES Send update command ...OK Performing upgrade stage (take approximately 20 seconds). IPMC MCU upgrade command issued. Waiting 5 minutes to allow upgrade to complete ... IOIF and IPMC MCU firmware downloads and upgrades complete. real 10m37.624s user 0m0.421s sys 0m0.392s [hubuser@hubdev2 save]$ ping ipmc PING ipmc (192.168.1.89) 56(84) bytes of data. 64 bytes from ipmc (192.168.1.89): icmp_seq=1 ttl=255 time=0.372 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=2 ttl=255 time=0.130 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=3 ttl=255 time=0.199 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=4 ttl=255 time=0.123 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=5 ttl=255 time=0.141 ms --- ipmc ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4000ms rtt min/avg/max/mdev = 0.123/0.193/0.372/0.093 ms -+-+-+-+-+-+-+-+-------> Work on SN-143 [hubuser@hubdev2 save]$ date ; time ./program_IPMC.sh --IP_Addr 134.158.96.252 --IOIF_f ./bmc_IOIF_Fatih_July4.bin --IPMC_f ./bmc_IPMC_Fatih_July4.bin | tee ~/Dan_E/20190811_ipmc_143_first_pass_log.txt Sun Aug 11 16:57:14 EDT 2019 IP address of IPMC to download binaries to: 134.158.96.252 Binary to be downloaded to IOIF MCU: ./bmc_IOIF_Fatih_July4.bin Binary to be downloaded to IPMC MCU: ./bmc_IPMC_Fatih_July4.bin Sourcing setup scripts ... =================================================== ___ ___ _ ___ ___ |_ _/ __| /_\ | _ \ __| | | (__ / _ \| / _| |___\___/_/ \_\_|_\___| Intelligent platform management Controller softwARE Copyright © 2014-2019, LAPP/CNRS =================================================== Setting up ICARE S/W release ICARE-00-03-01 ICARECONFIG set to arm-gcc47-dbg Downloading binary ./bmc_IOIF_Fatih_July4.bin to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IOIF Upgrade MCU: NO Firmware Upgrade image : ./bmc_IOIF_Fatih_July4.bin (243.6KB) Firmware image checksum: 6feab027 Downloading image 'bmc_IOIF_Fatih_July4.bin' ...OK Download rate: 80.6B/s 51:33.535 Programming CONFIGURATION flash memory ...OK Programming 249468 bytes in CONFIGURATION flash memory successful. Downloading binary ./bmc_IPMC_Fatih_July4.bin to IPMC MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IPMC Upgrade MCU: NO Firmware Upgrade image : ./bmc_IPMC_Fatih_July4.bin (242.1KB) Firmware image checksum: effbfa41 Downloading image 'bmc_IPMC_Fatih_July4.bin' ...OK Download rate: 94.8B/s 43:33.341 Programming CONFIGURATION flash memory ...OK Programming 247868 bytes in CONFIGURATION flash memory successful. Issuing upgrade command to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IOIF Upgrade MCU: YES Send update command ...OK Performing upgrade stage (take approximately 20 seconds). IOIF MCU upgrade command issued. Waiting 5 minutes before upgrading the IPMC MCU ... Issuing upgrade command to IPMC MCU ... fwu: error: connect() : No route to host +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 134.158.96.252 Port : 5555 Target MCU : IPMC Upgrade MCU: YES IPMC MCU upgrade not issued succesfully; exiting ... real 134m44.121s user 0m0.384s sys 0m0.364s [hubuser@hubdev2 save]$ date Mon Aug 12 09:17:50 EDT 2019 [hubuser@hubdev2 save]$ date ; time ./program_IPMC.sh --IP_Addr 192.168.1.89 --IOIF_f ./bmc_IOIF_Fatih_July4.bin --IPMC_f ./bmc_IPMC_Fatih_July4.bin | tee ~/Dan_E/20190812_ipmc_143_second_pass_log.txt Mon Aug 12 09:18:17 EDT 2019 IP address of IPMC to download binaries to: 192.168.1.89 Binary to be downloaded to IOIF MCU: ./bmc_IOIF_Fatih_July4.bin Binary to be downloaded to IPMC MCU: ./bmc_IPMC_Fatih_July4.bin Sourcing setup scripts ... =================================================== ___ ___ _ ___ ___ |_ _/ __| /_\ | _ \ __| | | (__ / _ \| / _| |___\___/_/ \_\_|_\___| Intelligent platform management Controller softwARE Copyright © 2014-2019, LAPP/CNRS =================================================== Setting up ICARE S/W release ICARE-00-03-01 ICARECONFIG set to arm-gcc47-dbg Downloading binary ./bmc_IOIF_Fatih_July4.bin to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IOIF Upgrade MCU: NO Firmware Upgrade image : ./bmc_IOIF_Fatih_July4.bin (243.6KB) Firmware image checksum: 6feab027 Downloading image 'bmc_IOIF_Fatih_July4.bin' ...OK Download rate: 26.2KB/s 00:09.314 Programming CONFIGURATION flash memory ...OK Programming 249468 bytes in CONFIGURATION flash memory successful. Downloading binary ./bmc_IPMC_Fatih_July4.bin to IPMC MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IPMC Upgrade MCU: NO Firmware Upgrade image : ./bmc_IPMC_Fatih_July4.bin (242.1KB) Firmware image checksum: effbfa41 Downloading image 'bmc_IPMC_Fatih_July4.bin' ...OK Download rate: 28.2KB/s 00:08.581 Programming CONFIGURATION flash memory ...OK Programming 247868 bytes in CONFIGURATION flash memory successful. Issuing upgrade command to IOIF MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IOIF Upgrade MCU: YES Send update command ...OK Performing upgrade stage (take approximately 20 seconds). IOIF MCU upgrade command issued. Waiting 5 minutes before upgrading the IPMC MCU ... Issuing upgrade command to IPMC MCU ... +------------------------------------------------------+ | ___ ___ _ ___ ___ | | |_ _/ __| /_\ | _ \ __| | | | | (__ / _ \| / _| | | |___\___/_/ \_\_|_\___| | | | | Intelligent plateform management Controller softwARE | | | | Firmware upgrade utility. | | Copyrigth (c) 2014-2015 LAPP/CNRS. | | | +------------------------------------------------------+ Host : 192.168.1.89 Port : 5555 Target MCU : IPMC Upgrade MCU: YES Send update command ...OK Performing upgrade stage (take approximately 20 seconds). IPMC MCU upgrade command issued. Waiting 5 minutes to allow upgrade to complete ... IOIF and IPMC MCU firmware downloads and upgrades complete. real 10m36.945s user 0m0.337s sys 0m0.328s [hubuser@hubdev2 save]$ ping ipmc PING ipmc (192.168.1.89) 56(84) bytes of data. 64 bytes from ipmc (192.168.1.89): icmp_seq=1 ttl=255 time=0.365 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=2 ttl=255 time=0.151 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=3 ttl=255 time=0.126 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=4 ttl=255 time=0.117 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=5 ttl=255 time=0.158 ms 64 bytes from ipmc (192.168.1.89): icmp_seq=6 ttl=255 time=0.088 ms --- ipmc ping statistics --- 6 packets transmitted, 6 received, 0% packet loss, time 5000ms rtt min/avg/max/mdev = 0.088/0.167/0.365/0.092 ms -+-+-+-+-+-+-+-+-------> Work on SN-031 We saw no Enet activity from IPMC SN-31 on WireShark. I checked and this very early IPMC software does not (by magic) assert the payload power signal 5 seconds after it powers up - so it is not good as is for use as the Test Bench IPMC. Its payload power enable signal appears to always be Low.