My stop is in the first row: root@debian:/usr/src# apt-get install linux-source-2.6.32 Reading package lists... Done Building dependency tree Reading state information... Done linux-source-2.6.32 is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. root@debian:/usr/src# ls root@debian:/usr/src# 2.stop: root@debian:/usr/src# scp root@192.168.by anne - Debian
in pogoplugsystem vi /etc/init.d/rcS at the end of the file insert: # Check if a USB device with partition sda is connected # If one is found, reboot to start debian checkusb=`grep sda /proc/partitions` if [ -n "$checkusb" ]; then /sbin/reboot fi my fw_printenv root@debian:~# fw_printenv bootcmd=run bootcmd_usb; usb stop; run bootcmd_pogo; reset bootdelay=3 baudrateby anne - Debian
root@debian:/usr/src/linux-source-2.6.32# codesourcery-arm-2009q3.sh -bash: codesourcery-arm-2009q3.sh: command not found where i can get the Script ? it is not in the folder ? root@debian:/usr/src/linux-source-2.6.32# ls -a . Documentation crypto kernel tools .. Kbuild dockstar-kernel.patch lib usr .config MAINTAINERSby anne - Debian