help
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| help [2011/08/10 11:03] – ray | help [2011/12/28 03:11] (current) – Flashing firmware if testing firmware is still installed baldo | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| If your r0ket isn't working try the following steps in this order: | If your r0ket isn't working try the following steps in this order: | ||
| * check here if we already know about the problem and maybe even have a solution | * check here if we already know about the problem and maybe even have a solution | ||
| - | * if nothing helps, join the r0ket irc channel [[irc://irc.blafasel.de/# | + | * if nothing helps, join the r0ket irc channel [[irc://space.blafasel.de/# |
| - | Please note: our market research has told us people buy stuff with closed crypto keys and vendor approved applications like crazy, theref0re the r0ket is compatible with this audience. The original firmware contains some crypto keys to make this possible, so if you flash your own firmware you will lose those forever. We don't want to stop you from doing so (you' | ||
| - | Please | + | Please note: we threw away the crypto keys. So if you update from the original camp firmware to the congress firmware you have to replace your l0dabels with current (unencrypted) ones! |
| + | |||
| + | < | ||
| ==== Collection of known Problems ==== | ==== Collection of known Problems ==== | ||
| Line 11: | Line 13: | ||
| Pushing joystick up while powering on erases the firstboot config. There is no risk in doing that except having to type in your nick again... | Pushing joystick up while powering on erases the firstboot config. There is no risk in doing that except having to type in your nick again... | ||
| - | === Data Flash corrupted | + | === DataFlash corrupt |
| - | It SEEMS some badges have a wrongly | + | It SEEMS some badges have a wrongly |
| - | A corrupted | + | A corrupt |
| - | You can download an image of a clean FS from: | + | To reformat the drive: |
| - | http://y.nu/r0ket-df.dd | + | < |
| + | sudo mkfs.vfat -F 12 -I -n r0ket /dev/sdX | ||
| + | </code> | ||
| + | with sdX being the new found device. Be sure not to overwrite your Harddrive - a small typo here could ruin all your PCs data… | ||
| - | Just start your Badge in USB-Mass-Storage while having | + | And then copy all the files of release/ |
| + | |||
| + | Alternatively an image of a working FS is available at | ||
| + | http:// | ||
| + | Download that, boot your r0ket while pushing the joystick DOWN (not in and NOT LEFT) to start as mass storage, wait for the 512K device to appear, | ||
| < | < | ||
| dd if=r0ket-df.dd of=/dev/sdX | dd if=r0ket-df.dd of=/dev/sdX | ||
| </ | </ | ||
| - | with sdX being the correct | + | with sdX being the new found device. |
| - | You might want to recreate | + | For fixing |
| - | === Display | + | === C0D/ |
| + | Two possibilities: | ||
| + | b) your OS created the files with lower-case extensions (all extensions on the filesystem are always in uppercase). To fix this: | ||
| + | < | ||
| + | cd / | ||
| + | rm *.c0d *.nik *.int | ||
| + | cd …/ | ||
| + | rename s/c0d/C0D/ *.c0d | ||
| + | rename s/nik/NIK/ *.nik | ||
| + | rename s/int/INT/ *.int | ||
| + | cp *.c0d *.nik *.int / | ||
| + | sync | ||
| + | </ | ||
| + | |||
| + | === Display | ||
| Careful, display connectors are fragile. | Careful, display connectors are fragile. | ||
| - | Find someone who has a working display, try that. But: so far we haven' | + | Find someone who has a working display |
| === I have flashed a new firmware, but the old original l0dable files don't work anymore. I only see a rocket picture. | === I have flashed a new firmware, but the old original l0dable files don't work anymore. I only see a rocket picture. | ||
| - | Yes, that's expected. When you flashed the new firware, you implicitly jailbroke the device and moved on from Bluemchenwiese to Hackerspace... That means you lost the original secret keys forever (unless you manage to extract them from another device, of course) and the old l0dable files are encrypted with those old keys - so you can't install them anymore. You have to install new l0dable files that are encrypted with the new keys (probably those which you downloaded from git and renamed to SECRET.release, | + | Yes, that's expected. When you flashed the new firmware, you implicitly jailbroke the device and moved on from Bluemchenwiese to Hackerspace... That means you lost the original secret keys forever (unless you manage to extract them from another device, of course) and the old l0dable files are encrypted with those old keys - so you can't install them anymore. You have to install new l0dable files that are encrypted with the new keys (probably those which you downloaded from git and renamed to SECRET.release, |
| + | |||
| + | === r0ket only displays test output === | ||
| + | |||
| + | If you see the following output after power on and your r0ket doesn' | ||
| + | |||
| + | testing... | ||
| + | flash...ok | ||
| + | ADC...ok | ||
| + | RF...timeout | ||
| + | spi...ok | ||
| + | test done | ||
| + | ready for | ||
| + | takeoff | ||
| + | In this case follow the instructions on [[init|init]] to flash the firmware yourself. | ||
help.1312966985.txt.gz · Last modified: by ray
