Skip to content
lordmundi edited this page Sep 14, 2010 · 2 revisions

Welcome to the exhilaration_logger wiki!

Our method for dumping the memory to file:

  1. figure out which ttyUSB# device to use using ‘dmesg’
  2. run the stty config command
  3. plug up jeenode into usb bub
  4. in one terminal, run ‘cat /dev/ttyUSB0 > /tmp/dump’
  5. in another terminal, run ‘echo -n “D” > /dev/ttyUSB0’
Clone this wiki locally