The La Fonera 2.0 (FON 2202) comes with ssh enabled, which isn't a big surprise since it's still in beta and developers are encouraged to develop plugins for the Fonera platform.
Even with ssh enabled though, the best way to hack the Fonera, i.e., to replace the currently deployed (very customized) linux distribution with something like DD-WRT or OpenWrt, still is directly accessing the bootloader.echo -e "\0377\0364\0377\0375\0006" >break.bin; sudo nc -vvv 192.168.1.1 9000 < break.bin; telnet 192.168.1.1 9000screen /dev/tty.KeySerial1 9600
+Ethernet eth0: MAC address xx:xx:xx:xx:xx:xx
IP: 192.168.1.1/255.255.255.0, Gateway: 0.0.0.0
Default server: 192.168.1.254
RedBoot(tm) bootstrap and debug environment [ROMRAM]
OpenWrt certified release, version 1.1 - built 12:40:38, Sep 3 2007
Copyright (C) 2000, 2001, 2002, 2003, 2004 Red Hat, Inc.
Board: FON 2202
RAM: 0x80000000-0x82000000, [0x80040290-0x80fe1000] available
FLASH: 0xa8000000 - 0xa87f0000, 128 blocks of 0x00010000 bytes each.
== Executing boot script in 2.000 seconds - enter ^C to abort
^C
RedBoot>
| Command | Description |
|---|---|
| fis create [-b <base>][-l <image length>] [-s <data length>][-f <flash address>] [-e <entry>][-r <ram address>][-n] <name> |
Creates an image in FLASH from data in RAM |
| fis delete <name> | Removes an image from FLASH |
| fis erase -f <flash address> -l <length> | Erases an area of FLASH |
| fis free | Shows which areas of FLASH are not in use |
| fis help | Displays help for FIS commands |
| fis init [-f] | Initializes FLASH |
| fis list [-c] | List images in FLASH and information about them The -c option displays image checksum instead of memory address |
| fis load [-b <base>][-c] <name> | Loads an image from FLASH to RAM The -c option displays the image checksum |
fis init command.telnet 192.168.1.1 9000 connects back to RedBoot, which now reports: