Jump to content

spants

Active Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by spants

  1. ok, I have fixed it :-) A lot of learning along the way. This is how I did it: 1) I bought one of these: http://www.ebay.co.uk/itm/221169896344 - Notice that it is more expensive than a new Hornet board but I wanted to try and fix it. It will come in useful for failed BIOS flashes too! - If you buy the sp8a programmer elsewhere, make sure that you get the little chip holders and the In System Programming Cable. The clip maybe worthwhile but I couldnt get it to work on the ap121u. 2) I didnt know enough about In System Programming so I unsoldered the flash chip (you may be able to do this in circuit instead) 3) MAKE SURE that you dump the chip before you do anything 4) Remember that I screwed up the U-Boot?. I found the U-Boot file: u-boot_ap121_V1.1.5.bin 5) Load this into the chip - MAKE SURE that the flypro software is not set to clear unused bytes 6) Verify 7) carefully solder the chip back on. I lifted a track and had to repair. (Use a small soldering iron or one that is built for smt chips and a magnifying glass) 8) You should be able to boot the ap121u
  2. Hi While flashing a new U-Boot (tftp method) and erasing the old U-Boot, I had a BSOD and now my ap-121u is dead. The power light is on but the other leds are dim and do not flicker. I understand that I need to use a programmer to flash a new U-Boot and that the voltage maybe 2.5v on the Jtag points. Has anyone rescued one before?. Is there a low cost method of doing this?. I can get a new hornet-ub for about £25 (I am in the UK) but I would prefer to fix if I can!. Tony
  3. my ap121u from crucial did not have openwrt installed - apparently only the hornets do. See my post link to usb-uart for the adaptor I used (in the uk). Cheap and quick delivery. Do not connect the +3.3 or +5v !!!!! - I just connected tx/rx and gnd with the adaptor powering the device .....see the thread cheers Spants
  4. They wouldnt do it for me hence I bought the £3.90 usb uart programmer - did you order the ap121u or the bare board?.
  5. Thanks to trutek for this and the thestudent who added the hyperlinks. Here are my versions to copy - had lots of probs with copying from the web page. Also added hyperlinks and opening new tab on links.... much more convenient! Have fun Spants getsnarflogs.php <html> <head> <title>snarf logs</title> <META HTTP-EQUIV="REFRESH" CONTENT="10"> </head> <body bgcolor="black" text="white" alink="green" vlink="green" link="green"> <?php require('includes/navbar.php'); ?> <br> <br> <?php $cmd = "/www/pineapple/geturlsnarf.sh"; exec("$cmd 2>&1",$output); foreach($output as $outputline) { $snarfed = explode(" ", $outputline); echo ("$snarfed[0]"); echo ("<a href=\"$snarfed[1]\" target=\"_blank\"> $snarfed[1]</a>"); echo ("<br>"); } ?> </body> </html> geturlsnarf.sh #!/bin/sh tail /www/pineapple/logs/urlsnarf.log | awk {'print $1 $7'} | sed 's,http://, http://,' navbar.php <table border="0" width="100%" bgcolor="green"><tr width="100%"> <td> <pre><a href="/pineapple/index.php"><font color="black"><b>Status</b></a> | <a href="/pineapple/config.php"><font color="black"><b>Configuration</b></a> | <a href="/pineapple/advanced.php"><font color="black"><b>Advanced</b></a> | <a href="/pineapple/usb.php"><font color="black"><b>USB</b></a> | <a href="/pineapple/jobs.php"><font color="black"><b>Jobs</b></a> | <a href="/pineapple/3g.php"><font color="black"><b>3G</b></a> | <a href="/pineapple/ssh.php"><font color="black"><b>SSH</b></a> | <a href="/pineapple/scripts.php"><font color="black"><b>Scripts</b></font></a> | <a href="/pineapple/logs.php"><font color="black"><b>Logs</b></a> | <a href="/pineapple/upgrade.php"><font color="black"><b>Upgrade</b></a> | <a href="/pineapple/resources.php"><font color="black"><b>Resources</b></a> | <a href="/pineapple/modules.php"><font color="black"><b>Modules</b></a> | <a href="displaysnarflogs.php"><font color="black"><b>URLSnarf Logs</b></a> | <a href="/pineapple/about.php"><font color="black"><b>About</b></a> </pre></td></tr></table>
  6. Try this on ebay.co.uk 320908808912 £3.90 inc shipping. As WatskeBart said, only connect TX-RX-GND and use the powerplug to power the pineapple
×
×
  • Create New...