CMG-NAM-mk2 firmware reflash guide
Requirements
You will need:
- A Monitor connected via either DVI or VGA;
- A Keyboard (either USB or PS/2); and
- Either:
- An Internet connection (which can access rsync.guralp.com); or
- A prepared USB stick (see these instructions for preparing a USB stick for upgrading Platinum firmware).
Procedure
- Ensure CMG-NAM-mk2 is powered off.
- Connect monitor via either DVI or VGA, and ensure monitor is turned on.
- Connect keyboard to CMG-NAM-mk2.
- Power on CMG-NAM-mk2.
- After the buzzer sounds, a screen similar to the following will be
displayed. Press the down arrow key
()
to select the entry labelled "Service environment":
GNU GRUB version 1.99-27+deb7u2 ┌──────────────────────────────────────────────────────────────────────────────┐ │Platinum │ │Service environment │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └──────────────────────────────────────────────────────────────────────────────┘ Use the ↑ and ↓ keys to select which entry is highlighted Press enter the boot the selected OS, 'e' to edit the commands before booting or 'c' for a command-line. - Press the Enter key ().
- Wait for the "service" prompt, then follow step 8a, 8b or 8c depending on how the firmware will be retrieved.
- If using DHCP, type the command:
dhcp
- If using the network, but not DHCP, then add IP address and gateway:
ip addr add 192.168.0.2/24
ip route add default via 192.168.0.1
- If using a USB stick, plug it in now.
- If using DHCP, type the command:
- Now enter the following command:
reflash
- You are prompted for a machine type. Simply press the Enter key
():
service / # reflash ======================================================================== WARNING: This action will *ERASE* all data on the CMG-NAM *PERMANENTLY*. WARNING: Do not continue unless yuo are sure you want to do this. Press WARNING: ctrl-C to abort. ======================================================================== NB: if you enter "usb" (in lower case, with no quotes) as the rsync server address, then you can reflash using an attached USB pen drive. Press enter to use the defaut, which are usually what you want. Machine [CMG-NAM-mk2]: _ - You are prompted for a server address:
service / # reflash ======================================================================== WARNING: This action will *ERASE* all data on the CMG-NAM *PERMANENTLY*. WARNING: Do not continue unless yuo are sure you want to do this. Press WARNING: ctrl-C to abort. ======================================================================== NB: if you enter "usb" (in lower case, with no quotes) as the rsync server address, then you can reflash using an attached USB pen drive. Press enter to use the defaut, which are usually what you want. Machine [CMG-NAM-mk2]: Address of rsync server [rsync.guralp.com]: _ - If using DHCP, simply press the Enter key () to continue.
- If using a static address, you will need to enter the current IP address of rsync.guralp.com (which you can find from any other machine with the "ping" command).
- If using USB stick, enter (in lowercase):
usb
- System should now reflash.
- Enter the following command to reboot the system:
reboot
Note : The previous default root password is now routinely tried by hackers during brute-force atacks. As a result, this procedure now changes the root password to
. We strongly recommend that you change this to something secure if the unit is to be connected to the Internet. Please see our Platinum security guide for more information.
This completes the procedure.