Changes between Version 19 and Version 20 of Apollo SM troubleshooting


Ignore:
Timestamp:
Dec 1, 2020, 1:27:45 PM (3 years ago)
Author:
Dan Gastler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Apollo SM troubleshooting

    v19 v20  
    156156[root@apollo02 ~]# dhclient eth0
    157157}}}
     158
     159----
     160=== Update over serial ===
     161{{{
     162#!shell
     163Host side                              Remote side
     164
     165cat file | base64 > file_b64
     166                                       cat > file_b64
     167minicom's ctrlA-S => send 'file_b64'
     168                                       cat file_b64 | base64 --decode > file
     169}}}