Search found 22 matches
- 27 Feb 2011, 01:14
- Forum: AR Drone 1.0
- Topic: ardrone_usb_bootloader.bin
- Replies: 22
- Views: 12369
Re: ardrone_usb_bootloader.bin
How long does the firmware upload take? I am sitting here for 5 minutes? Normally ~60 sec. If it lasts that long, something is wrong. Ensure that your USB connection is good and the battery is full. Also connect the drone to another USB port, then try it again. Secondlly where do I get a telnet cab...
- 26 Feb 2011, 21:58
- Forum: AR Drone 1.0
- Topic: New Problem: Motor LEDs off after boot
- Replies: 10
- Views: 2484
Re: New Problem: Motor LEDs off after boot
What is the output of program.elf?
Try:
killall -9 program.elf
program.elf > /update/program_elf_dump.txt
And attach the logfile please.
Best regards
Try:
killall -9 program.elf
program.elf > /update/program_elf_dump.txt
And attach the logfile please.
Best regards
- 26 Feb 2011, 21:01
- Forum: AR Drone 1.0
- Topic: ardrone_usb_bootloader.bin
- Replies: 22
- Views: 12369
Re: ardrone_usb_bootloader.bin
Yep, exactly. program.elf's output is quite helpful in case of red lights.I guess thats what the log was telling us ?
Best regards
- 26 Feb 2011, 01:27
- Forum: AR Drone 1.0
- Topic: ardrone_usb_bootloader.bin
- Replies: 22
- Views: 12369
Re: ardrone_usb_bootloader.bin
Connect via telnet to the drone, call the following commands and post the output here:
mount
dmesg
Then, please call:
killall -9 program.elf
program.elf > /update/program_elf_dump.txt
Connect to your drone via ftp (port 5551), copy the dump file and attach to this thread.
Best regards
mount
dmesg
Then, please call:
killall -9 program.elf
program.elf > /update/program_elf_dump.txt
Connect to your drone via ftp (port 5551), copy the dump file and attach to this thread.
Best regards
- 26 Feb 2011, 00:07
- Forum: AR Drone 1.0
- Topic: ardrone_usb_bootloader.bin
- Replies: 22
- Views: 12369
Re: ardrone_usb_bootloader.bin
The bootloader is correct. In your case, it was not even possible to connect to the stage1 bootloader (the bootloader that is stored in the internal ROM of the P6 chip). If you cannot connect to the stage1 bootloader this might be related to a bad connection. Also ensure that the battery is full. Wh...
- 25 Feb 2011, 23:17
- Forum: AR Drone 1.0
- Topic: ardrone_usb_bootloader.bin
- Replies: 22
- Views: 12369
Re: ardrone_usb_bootloader.bin
This means that your drone does not respond to the initial USB command. How did you build the USB cable? Maybe the connection is not good enough.jbalat wrote:I assume I need to run usbflash.exe..
I am getting this error !!! usb_bulk_read failed.. pls help
- 24 Feb 2011, 11:30
- Forum: AR Drone 2.0
- Topic: Utility to reflash firmware / obtain installer plf with ease
- Replies: 56
- Views: 50496
Re: Utility to reflash firmware / obtain installer plf with
Good work, thamind. Just two things: 1. To comply with the GPLv3, you should either refer to the source code of the tools (http://code.google.com/p/ardrone-tool" onclick="window.open(this.href);return false;) or add the source code directly to the zip file. 2. You should add a disclaimer that using ...
- 24 Feb 2011, 09:39
- Forum: AR Drone 1.0
- Topic: ardrone_usb_bootloader.bin
- Replies: 22
- Views: 12369
Re: ardrone_usb_bootloader.bin
You need to downgrade your firmware. I heard there is a bug with the latest firmware version. You can get the older firmware here: http://www.ardrone-flyers.com/wiki/V1.4.7" onclick="window.open(this.href);return false; On the main page of the wiki, you can also find older versions which you may tr...
- 14 Feb 2011, 17:12
- Forum: AR Drone 1.0
- Topic: Broken NavBoard?
- Replies: 24
- Views: 15886
Re: Broken NavBoard?
(I guess program.elf will send something to /dev/ttyPA1 once it received that AT command) This was also my first assumption, but ttyPA1 is dead once a Cutout was detected. As they use a single-wire UART for motor connection there must be some open collector circuit. I assume that this circuit is de...
- 14 Feb 2011, 16:28
- Forum: AR Drone 1.0
- Topic: Broken NavBoard?
- Replies: 24
- Views: 15886
Re: Broken NavBoard?
hi everybody! any news on sniffing BLC protocol? I've used the following command cat /dev/ttyPA2 > /dev/ttyPA1 hoping to use continuously streaming navdata to get any response from motors but all I got was a lightshow with diodes. will try to use interceptty Yes. MAPGPS provided me an interceptty d...
- 09 Feb 2011, 14:26
- Forum: Mods - AR Drone 1.0
- Topic: USB Disk on AR.Drone
- Replies: 29
- Views: 25519
Re: USB Disk on AR.Drone
I have stil another question, I managed to flash the drone on my Windows computer, but now I would appreciate to do the same thing with my linux computer (with ubuntu 10.10). I built the usb_flash_tool, but I don't know how to add the drone as a usb device (that was very straightforward on windows,...
- 07 Feb 2011, 18:05
- Forum: AR Drone 1.0
- Topic: Motherboard diagnostics - Logs
- Replies: 18
- Views: 7062
Re: Motherboard diagnostics - Logs
What I'm guessing is that maybe there is a problem with the soldering in the BGA chips (I think some people had problems with that) Hm.. really sounds like damaged balls for your board. You could try to apply pressure to P6 or the DDR RAM. You could also try to boot a kernel over USB. You just woul...
- 07 Feb 2011, 09:31
- Forum: Mods - AR Drone 1.0
- Topic: Diagnostics - Boot Sequence - TTL to RS232 IF
- Replies: 7
- Views: 3269
Re: Diagnostics - Boot Sequence - TTL to RS232 IF
Did you encounter any problems when connecting this to your drone?
Just wonder because P6's ttl voltage is ~3.3V while your converter operates at 5V. So at least for Max232-Tx -> P6-Rx you would apply 5V to your drone.
Best regards
Just wonder because P6's ttl voltage is ~3.3V while your converter operates at 5V. So at least for Max232-Tx -> P6-Rx you would apply 5V to your drone.
Best regards
- 31 Jan 2011, 12:45
- Forum: AR Drone 1.0
- Topic: Broken NavBoard?
- Replies: 24
- Views: 15886
Re: Broken NavBoard?
After a few hours figuring how to compiling static interceptty (autoconf and automake is something unknown for me) I've been able to run it on the drone. And it worked as expected and I could sniff data from ttyPA1 (ttyPA2 is broken, this thread started on that) and get the some interesting stuff. ...
- 25 Jan 2011, 20:37
- Forum: AR Drone 1.0
- Topic: Broken NavBoard?
- Replies: 24
- Views: 15886
Re: Broken NavBoard?
Any more info on what is found from the dump of ttyPA2 ... such as battery status height etc ??? Would be lovely to be able to log navdata locally on the drone with a script that repeatedly polls /dev/ttyPA2 ... /Swekat I published some information at my blog. But you won't be able to dump ttyPA2 a...