Editing Troubleshooting boot issues

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 5: Line 5:
* Boot Nxx0 and start the telnet/ssh server
* Boot Nxx0 and start the telnet/ssh server
* Connect USB cable to PC
* Connect USB cable to PC
-
* In your Linux PC run:
+
* Run:
  modprobe usbnet
  modprobe usbnet
  ifconfig usb0 up
  ifconfig usb0 up
  ip addr add dev usb0 192.168.10.2/24
  ip addr add dev usb0 192.168.10.2/24
  telnet 192.168.10.1
  telnet 192.168.10.1
-
(where  192.168.10.1 is the IP address of the Nxx0 device and 192.168.10.2 is an IP address in the same subnet to be used by your PC)
 
-
* You're now connected. Load required modules for accessing your root partition (not all of them are required):
+
* You're now connected. Load required modules for accessing your root partition:
  insmod /lib/modules/2.6.21-omap1/jbd.ko  
  insmod /lib/modules/2.6.21-omap1/jbd.ko  
  insmod /lib/modules/2.6.21-omap1/mbcache.ko  
  insmod /lib/modules/2.6.21-omap1/mbcache.ko  
Line 18: Line 17:
  insmod /lib/modules/2.6.21-omap1/ext3.ko
  insmod /lib/modules/2.6.21-omap1/ext3.ko
-
* And mount the root partition (suppose it is /dev/mmcblk0p2):
+
* And mount the root partition:
  mount /dev/mmcblk0p2 /mnt/new_root -t ext3 -o noatime
  mount /dev/mmcblk0p2 /mnt/new_root -t ext3 -o noatime

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)

Templates used on this page: