Installing system from scratch on Neonode N2
The Neonode N2 uses a MicroSD card for both system and user files, and it can easily get confused if the card has the wrong partitioning scheme to begin with. If your Neonode has become a Neobrick or you are installing from scratch and experiencing problems, here's a simple trick.
Actually, the problems might be just about any kind of installation failure. Partitioning problems seem to easily confuse the phone completely.
- Remove the card from the phone and connect it to a Linux box (physical or virtual - just download VMware player and any ready-to-use Linux appliance if you don't already have one).
- Find out the card's disk name (hint: use dmesg and see what happened just after you inserted the card. It's probably /dev/sdb or /dev/sda).
- Make sure it's not mounted and then run "fdisk /dev/sdb" (or whatever device you found it to be).
- Check the partition table with the "p" command - you may very well see nothing but garbage partitions.
- Remove any partitions on the card with the "d" command.
- Create a new partition, encompassing the entire card. Use "n".
- Use "t" to set the type of the partition to "c".
- Exit fdisk with "w". Now you can shut down the Linux system again.
- Remove the card from the Linux box and insert it in a Windows box instead. It should appear under "My Computer" after a while.
- Double-click it, and then let Windows format it. Eject it from the Windows box when it's done.
- Now, re-insert the card in the Neonode, and follow the installation instructions. Most likely, it will work now!


Recent comments
1 year 4 weeks ago
1 year 31 weeks ago
1 year 34 weeks ago
1 year 39 weeks ago
1 year 39 weeks ago
2 years 2 weeks ago
2 years 13 weeks ago
2 years 13 weeks ago
2 years 13 weeks ago
2 years 14 weeks ago