View Single Post
Posts: 18 | Thanked: 2 times | Joined on Sep 2011
#43
Originally Posted by NIN101 View Post
Correct, if there is no kernel with "zImage" in the directory, it of course doesn't work...
For zImage i unpacked (the kernel) from latest firmware.bin and i placed the zImage there.


Originally Posted by NIN101 View Post
ifconfig usb0 down
ifconfig usb0 up 192.168.2.14
ifconfig usb0 netmask 255.255.255.0
ifconfig usb0 broadcast 192.168.2.255
route add 192.168.2.15 usb0
After typing the above, the msg appears on the upper right saying "Wired Network: Disconnected."
On the network manager there is a "Wired network (nokia N900)" in grey collor.

If i do them really fast i can connect
I managed to connect once. it Said on phone
login [1020]: root login on "pts/0"
the pts folder is on /dev/pts
On /dev/ are listed
mmcblk0
mmcblk0p1
mmcblk0p2
mmcblk0p3
I can only mount the mmcblk0p2, the others just gices input/output error.
So i mounted using mount - n /dev/mmcblk0p2 /dev/pts/
And after getting on /dev/pts/user/MyDocs/
There were only 1 folder and one file
the file was debian-m5-v3e.img.ext2
and the folder DCIM
anyway the file existed on MyDocs and it is the actual reason of disaster.

The problem came when i installed debian, after using the below command to expand the image size:
dd if=/dev/zero bs=1M count=1048576 >> /path/to/image.ext3

Is there a possibility that this command messed my files?


Also when i type
flasher-3.5 -k 2.6.37 -n initrd.img -l -b"rootdelay root=/dev/ram0
i usually get below a
>
How can i avoid this?

Last edited by labaxp; 2012-09-08 at 13:03.