Create flash dump of mtd2 or mtd3 (Image A / Image B):
dd if=/dev/mtd2 of=/tmp/mtd2
Download flash dump from SFP (e. g. using TFTP).
| import time | |
| import microcontroller | |
| import digitalio | |
| from adafruit_hid.keyboard import Keyboard | |
| from adafruit_hid.keyboard_layout_us import KeyboardLayoutUS | |
| from adafruit_hid.keycode import Keycode | |
| # A simple neat keyboard demo in CircuitPython | |
| #!/usr/bin/env python | |
| ############################################################################### | |
| # $Id$ | |
| # | |
| # Project: GDAL2Tiles, Google Summer of Code 2007 & 2008 | |
| # Global Map Tiles Classes | |
| # Purpose: Convert a raster into TMS tiles, create KML SuperOverlay EPSG:4326, | |
| # generate a simple HTML viewers based on Google Maps and OpenLayers | |
| # Author: Klokan Petr Pridal, klokan at klokan dot cz | |
| # Web: http://www.klokan.cz/projects/gdal2tiles/ |
| import argparse | |
| import hashlib | |
| import urllib | |
| import urllib2 | |
| import sys | |
| class TPLink_Router_Web_Interface: | |
| """ Class for scraping/navigating the TPLink Archer C7 Router Web UI. Originally for | |
| the purpose of scheduling reboots using cron. Can probably be extended to automate |
| # Maintainer: Ammann Max <[email protected]> | |
| pkgname=golden-cheetah-git | |
| pkgver=v3.5.DEV1705X.r70.ac18d98a | |
| pkgrel=1 | |
| pkgdesc="Cycling Power Analysis Software. We believe that cyclists and triathletes should be able to download their power data to the | |
| computer of their choice, analyze it in whatever way they see fit, and share their methods of | |
| analysis with others." | |
| arch=('i686' 'x86_64') | |
| url="http://www.goldencheetah.org/" | |
| license=('GPL') |