Search found 2 matches
- Tue May 06, 2014 8:57 am
- Forum: Advanced users
- Topic: RPi iSCSI Initiator over Wireless
- Replies: 3
- Views: 5160
Re: RPi iSCSI Initiator over Wireless
Apologies for resurrecting an old thread, but, I've made some progress on getting my RPi to boot with an iscsi target for the root file system and a WiFi link as the network connection. I suspect this method could be modified to use an NFS root file system too. Using the ip= kernel command line opti...
- Tue Feb 25, 2014 4:06 am
- Forum: Interfacing (DSI, CSI, I2C, etc.)
- Topic: One wire w1-gpio and w1-gpio-custom
- Replies: 70
- Views: 87098
Re: One wire w1-gpio and w1-gpio-custom
After spending too much time with Google and randomly browsing kernel code it looks like you can change the gpio pin. But. It can only be done at boot time with a /boot/cmdline.txt entry. Reading https://github.com/raspberrypi/linux/pull/457 it looks like if you add the following to /boot/cmdline.tx...