On Mon, Jun 25, 2012 at 11:38 AM, 胡夫 <[email protected]> wrote: > I followed the instruction on how to install SHR on a SD card: > http://shr-project.org/trac/wiki/Devices/GTA/InstallGuide > > The instruction is very very brief, quote the full text: > > Installing on the microsd from the command line > > Download an image > Connect your microsd to your computer > format your microsd to ext2 or ext3(that loose all the data that is on it) > mount your microsd > go inside the place where your microsd is mounted > extract the image to the microsd: > > sudo tar xvzpf /path/to/full-om-gta02.tar.gz --numeric-owner > > I am sure it's incomplete. If I write it, I would at least add "umount your > microsd card and put it back to the phone". Anyway I did it, and boot the > phone. Result: OpenMOKO boos with AUX button red light on (yes, there is a > red LED on the aux button) and black screen. This confirm my guess that the > guide is incomplete. Can anyone tell me what to do from now on? Or even > better update the document itself:)
A few ideas: - wipe the card first (before creating the ext3 partition), in case previous installs left the card in a weird state (dd if=/dev/zero of=/dev/sdb) - remount the microsd in sync mode for the installation (mount -o remount,sync /media/usdcard) - slower but seems safer - what bootloader are you using? -- We are born wet, naked and hungry. Then things get worse. _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
