View source for User:CesarB/Things not to do with your Neo

From Openmoko

Jump to: navigation, search

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Administrators.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page:

Return to User:CesarB/Things not to do with your Neo.

Personal tools

These all come from things heard on IRC or on this wiki.

Be careful when upgrading your u-boot partition

If the flashing your u-boot partition is interrupted, you can end up with an unbootable device, which can only be recovered with a debug board. If possible, don't do it unless you either have a debug board or live near someone who has one. Always do it with a battery-backed computer (either a notebook or a computer on a UPS), in case the power goes out.

Be careful when playing with your u-boot environment

Wrong commands on the u-boot environment can make u-boot malfunction, with the same consequences as above. If you are lucky, you can still boot and overwrite it with a sane copy from within linux; if you are unlucky, you need a debug board. Always double-check (with printenv) what you have done before doing a saveenv. In particular, always double-check if you didn't mistype a number; see Bricked for an example.

Never use "nand erase" unless you really mean it

The correct command is "nand erase rootfs" (or whatever the partition you want to erase is).

Never plug the USB cable without a battery

Unless you want very scary noises and strange smells coming from your phone.