This file covers briefly how to flash your RaQ/Qube system. This process is UNSUPPORTED. If you flash your ROM, you may invalidate your warrantee. Get the file 'flashtool' from this directory's parent. It is a static binary - don't worry about libraries. Telnet or serial console into the system in question. Make sure the flashtool binary is executable and both it and the rom image are in the current directory. Use the following command to back up your ROM: ./flashtool -v -r > backup.rom Use the following command to reflash your ROM: ./flashtool -v -w 2.3.40.rom If it succeeds (it should), you can reboot with the newly flashed ROM. If it fails AT ALL - DO NOT REBOOT. Being a user-land tool, sometimes flashtool fails (we're working on it - hence the 'experimental' warnings). If you get error messages from flashtool, try it again. If it fails repeatedly, try burning back the saved backup.rom (you did save it, right?). Whatever you do - DO NOT REBOOT. The ROM is only read at power-up time, so yu do not want to reboot until you are sure the burn succeeded.