I'm using a SD-card with raspian (with /boot
-partition + the rootfs). I compiled my own kernel and now I would like to boot with nfsroot.
I've added the following line into the cmdline.txt
:
dwc_otg.lpm_enable=0 console=ttyAMA0,115200
kgdboc=ttyAMA0,115200 root=/dev/nfs rootfstype=nfs
nfsroot=192.168.2.1:/[..]/rootfs_rpi
ip=192.168.2.2:::::eth0:off elevator=deadline rootwait
(line-breaks are only there for readability - I have it all in one line)
however the system seems to ignore my line completely and boots with a default cmdline. After having booted I check with cat /proc/cmdline
- completely different. During boot I don't see any error message regarding a cmdline.txt-problem.
What could be wrong?
cmdline.txt
? – Vincent P Mar 26 '13 at 05:36