The Artima Developer Community
Sponsored Link

Java Buzz Forum
La Fonera 2.0 (FON 2202) Hacking

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 2202) Hacking Posted: Dec 8, 2008 1:48 AM
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 2202) Hacking
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
The La Fonera 2.0 (FON 2202) comes with ssh enabled. This 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, the best way to hack the Fonera, i.e., replace the current (very customized / propritary) linux distribution with some thing like DD-WRT or OPenWrt, accessing the bootloader is still the best way to.
Fonera
Almost like in previous Fonera versions, the bootloader (RedBoot) waits for a few seconds to be interrupted, before moving on and booting the deployed kernel. For the Fonera 2.0, this wait currently happens on port 9000 at IP address 192.168.1.1. Meaning, if a host computer with an assigned IP of something like 192.168.1.254 is connected to the Fonara, issues this command:

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

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

If that for whatever reason doesn't work, there is still a way to access and interrupt the bootloader through the internal serial connector, like shown here:
Continue reading...

Read: La Fonera 2.0 (FON 2202) Hacking

Topic: Work Out Fine Previous Topic   Next Topic Topic: Java News Brief (JNB): Experiments With JavaFX Script

Sponsored Links



Google
  Web Artima.com   

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