Changes

Jump to: navigation, search

Pidora-Headless-Mode

419 bytes added, 15:50, 29 April 2014
Known Bugs and Features
RESIZE
SWAP=[Size of swap in megabytes]
 
====How do I find my IP Address? ====
 
Once Headless Mode has been Enabled, and the Raspberry Pi has finished booting, the IP Address of the Raspberry Pi will be read out through the speakers or headphones that are connected to the Raspberry Pi. Additionally, the IP Address will be flashed through the LED on the Raspberry Pi soon after the IP Address is read through the speakers.
 
1 - 9 short flashes indicate the digits 1 - 9
10 short flashes indicate the digit 0
a long flash indicates an octet separator (dot)
a brief pause separates digits
 
[https://github.com/ctyler/ip-info/blob/master/README.md For more information about IP Address reading and IP Address flashing, click here]
== Static Configuration ==
If you would like to set a static, non-changing, IP Address on your Raspberry Pi, you will need to modify the "headless" file, adding an IP Address, Gateway, and Netmask, to the file for the configurations to work properly(see samples configs below).
'''====Required Configuration:'''====
IPADDR=[IP Address of Raspberry Pi]
GATEWAY=[IP Address of router/gateway]
'''====Optional Configuration:'''====
If "RESIZE" is in the "headless" file, the root filesystem will be expanded to the maximum size of the sd card via the service rootfs-resize. If "SWAP"(requires the value in megabytes) exists in the "headless" file, a swap file will be created of the specified size, and then activated.
= Sample Headless Mode Configurations =
Below are sample configurations, they may require you to enter valid ip information specific to the network you are running it on. ====Static Configuration(without rootfs resizing or swap creation):====
IPADDR=192.168.1.105
NETMASK=255.255.255.0
GATEWAY=192.168.1.1
====Static Configuration(with rootfs resizing and swap creation):====
IPADDR=192.168.1.105
NETMASK=255.255.255.0
SWAP=512
====Dynamic Configuration(with rootfs resizing and swap creation):====
RESIZE
SWAP=512
= SSH to The Headless Mode DHCP Configuration -- How do I find my IP Address? Pi =
Once Headless Mode has been Enabled, and the Raspberry Pi has finished booting, the IP Address of the Raspberry Pi will be read out through the speakers or headphones that are connected to the Raspberry Pi. Additionally, the IP Address will be flashed through the LED on the Raspberry Pi soon '''after''' the IP Address is read through the speakers. Default User: root Default Password: raspberrypi ssh root@{ip_address}
1 - 9 short flashes indicate the digits 1 - 9 10 short flashes indicate the digit 0 a long flash indicates an octet separator (dot) a brief pause separates digits= Known Bugs and Features =
[https://github.com/ctyler/====Two IP Addresses====When switching in between Headless Mode Configuration states, static ip to dynamic ip, or dynamic ip to static ip-info/blob/master/README.md For more information about , both IP Address reading and IP Address flashingAddresses from each configuration will be active for the single boot, click here]until a reboot takes place.
= SSH ===Graphical Mode Not Disabled====Headless Mode does not disable X, and can run in both Run Level 3 or 5. This means that if you are not planning on using X while in Headless Mode, you should switch to Run Level 3 to the headless Pi =save memory.
ssh root@{ip_address}Default user[https: root/raspberrypi/fedoraproject.org/wiki/Systemd#How_do_I_change_the_target_.28runlevel.29_.3F For more information about changing Run Levels on Pidora, click here.]
 = Known Bugs and Features = ==Slower Boot=Two IP Addresses===When switching in between Headless Mode Configuration statesrunning headless mode, static ip to dynamic ip, or dynamic ip to static ip, '''both''' IP Addresses, from '''each''' configuration will be active for the single speed of the bootis slowed down, until this is due to a reboot takes place. ===Graphical Mode Not Disabled===Headless Mode does not disable X, and can run in both Run Level 3 or 5. This means that if you are not planning on using X while in Headless Mode, you should switch to Run Level 3 to save memorynetwork change during boot.
198
edits

Navigation menu