The Artima Developer Community
Sponsored Link

Java Buzz Forum
La Fonera 2.0 FON 2100a/b/c - RedBoot details and booting into OpenWrt 8.09.1 Kamikaze

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Wolf Paulus

Posts: 692
Nickname: wolfpaulus
Registered: Jan, 2004

Wolf Paulus is an experienced software developer focusing on Java, XML, Mac OS X, wireless/mobile ..
La Fonera 2.0 FON 2100a/b/c - RedBoot details and booting into OpenWrt 8.09.1 Kamikaze Posted: Jul 26, 2009 2:43 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Wolf Paulus.
Original Post: La Fonera 2.0 FON 2100a/b/c - RedBoot details and booting into OpenWrt 8.09.1 Kamikaze
Feed Title: Wolf's Web Journal
Feed URL: http://wolfpaulus.com/feed/
Feed Description: Journal - dedicated to excellence, and motivated by enthusiasm to trying new things
Latest Java Buzz Posts
Latest Java Buzz Posts by Wolf Paulus
Latest Posts From Wolf's Web Journal

Advertisement
Some blog post take a little longer to write and this was certainly one of those. It wasn't so much the writing but the building of the tools and tool-chain, running all the tests and scripts, and just to get things right.
The Fonera 2.0g (FON 2202) became available in Europe (on April 21st) and an all new 2.0n (with 802.11 N support) is expected to arrive in Europe as well as here in the US (US$ 99) in October, making this the perfect time for a discovery mission into the Fonera FON 2100, which isn't a very complex piece hardware but still a very capable device.

The La Fonera 2.0 (FON 2100) doesn't come with ssh enabled but its RedBoot v1.3.0 boot manager, which is based on the eCos real-time operating system Hardware Abstraction Layer (HAL), allows for downloading and execution of embedded applications via serial (X/Y-modem protocol) or Ethernet (TFTP protocol); there are plenty of sites that provide detailed recipes on how to get the Fonera into a state, where its bootloader becomes accessible.
RedBoot makes it easy to replace the currently deployed heavily customized Linux distribution with a more commonly used Linux distribution for wireless devices, like DD-WRT or OpenWrt.

During booting, the FON 2100, waits at IP address 192.168.1.254 on port 9000, for about 10 seconds, to receive an interrupting Control C. Meaning, if a host computer with an assigned IP of something like 192.168.1.2 is connected to the Fonara, issues this command:

echo -e "\0377\0364\0377\0375\0006" >break.bin; sudo nc -vvv 192.168.1.254 9000 < break.bin; telnet 192.168.1.1 9000

and the Fonera gets rebooted, RedBoot will pause the boot process and show the RedBoot> prompt.

Depending on the host's OS, this can also be done, by simply launching telnet 192.168.1.254 9000 and pressing Control C. However, it may be necessary to re-configure telnet a little, for instance by putting this .telnetrc file in the user's home directory.

Fonera 2100 Serial Access
Continue reading...

Read: La Fonera 2.0 FON 2100a/b/c - RedBoot details and booting into OpenWrt 8.09.1 Kamikaze

Topic: Evidence found of grand scale party by ancient humans 4,000 years ago Previous Topic   Next Topic Topic: Yahoo CEO Carol Bartz predicts increased spending in 3Q will yield long-term dividends

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use