Magic File - CB1 controllers
For CB1 robots only
Copy the log file to a USB disk
This guide will show you how to copy the log file from the robot to a USB disk. See * if you have an old controller box (CB1).
- Insert a USB disk into a USB slot.
- Connect a keyboard to the robot.
- Switch to a terminal by pressing Ctrl+Alt+F1
- Log in with username = "root" and password = "easybot".
- Run the command below:
cp log_history.txt /media/sdb1/ && umount /media/sdb1/
The log file is then placed in the root of the USB disk and you can now remove the USB disk.
In order to return to the normal robot screen, press Ctrl+Alt+F7.
* If you have an old controller box, in the above command replace "/media/sdb1/" with "/mnt/usbdisk1/".