Commit Graph

129 Commits

Author SHA1 Message Date
Simon Long 70daf8bbb2 Modify splash screen enable / disable for Plymouth. 2016-08-10 16:03:53 +01:00
spl 3ac2ec08ff Disable splashscreen (if installed) unless booting to GUI.) 2016-07-15 15:45:38 +01:00
spl 0de0f6307c Enabling experimental GL driver modifies library path. 2016-06-09 15:09:05 +01:00
spl 137cafef51 Some function names changed for consistency. 2016-05-25 16:36:39 +01:00
spl 19e663c009 GL driver setting aligned with other functions. 2016-05-25 14:22:16 +01:00
spl 5fece9527a Functions to control remote GPIO and boot wait for network aligned with the rest. 2016-05-25 13:53:55 +01:00
spl 59649e8ba7 Tidied function to control remote GPIO access. 2016-05-25 13:21:58 +01:00
spl 1ff5c921f6 A lot of NOTs taken out of serial test. 2016-05-25 10:58:44 +01:00
spl 2670e6ee2b Status indications moved to end of some functions. 2016-05-24 18:35:46 +01:00
spl c313d7417a Overscan description amended. 2016-05-24 17:53:44 +01:00
spl 30dc26d222 Check for fs expandability added; overscan function matches others. 2016-05-24 17:28:29 +01:00
spl 934fefebf2 Added more success / fail feedback to settings. 2016-05-24 13:01:17 +01:00
spl a8a933ef64 Global check for mountpoint and existence of /boot/config.txt 2016-05-24 11:57:24 +01:00
spl 96c31754d7 Checking of initial state added for camera and 1-wire; unnecessary reboots removed. 2016-05-24 11:37:36 +01:00
spl f60f081a6f Function to read hostname added. 2016-05-23 18:14:18 +01:00
spl 4547c5b259 Function added to get wifi country. 2016-05-23 17:43:13 +01:00
spl 1accb9fcc9 Functions to detect boot behaviour added. 2016-05-23 17:17:37 +01:00
spl 5fcbf6c177 Test functions added for remote GPIO and slow boot. 2016-05-23 14:54:26 +01:00
spl 03775acf7a Added some functions to read current state for use by rc_gui 2016-05-23 14:20:18 +01:00
spl 073e5620cf Requirement for reboot removed from SPI and I2C settings. 2016-05-19 15:11:12 +01:00
Simon Long 4b4ed9b91f Overlay file name changed for GL driver. 2016-05-06 19:17:31 +01:00
Simon Long 3e2a73012b Return code added to GPIO server function. 2016-05-06 19:17:31 +01:00
Simon Long 4636bd50fc Menu option to toggle device tree removed. 2016-05-06 18:58:20 +01:00
spl 2c138cf97e New method for testing whether serial is enabled. 2016-05-06 18:40:01 +01:00
spl ba7865c9f4 Current state of serial i/f reflected in raspi-config. 2016-05-06 18:39:00 +01:00
spl 339d467e7e Unnecessary sudo removed. 2016-04-28 15:42:25 +01:00
spl f8f0a5ef77 dtparam used instead of modprobe for SPI and I2C. 2016-04-28 15:42:20 +01:00
Serge Schneider 3e26c9b3b2 pigpio service renamed to pigpiod 2016-04-27 08:57:00 +01:00
spl 8af52bed39 UART switch added to serial; GPIO server public access finished. 2016-04-26 13:10:36 +01:00
spl 34a66bab0c Skeleton added for setting security state of GPIO server. 2016-04-26 13:10:36 +01:00
spl a4397f7335 Reads in gpu_mem_<size> settings and clears them when writing. 2016-04-26 13:10:36 +01:00
Andrew Scheller bcdfa348b3 Prevent errors when enabling "Fast" network boot multiple times
Fixes #17
2016-04-01 14:59:40 +01:00
spl 694e8536f3 1-wire interface control added. 2016-03-22 16:44:34 +00:00
spl 1becd779ed Wifi country code setting now creates wpa_supplicant.conf if it doesn't exist. 2016-03-22 16:43:32 +00:00
spl 858e438f70 Wifi setting in raspi-config can now be called in non-interactive mode. 2016-02-25 07:48:41 +00:00
spl 27d962dc7d Added wi-fi country setting to raspi-config 2016-02-25 07:48:41 +00:00
spl acfd7db900 Mods to support new serial device alias in cmdline.txt. 2016-02-25 07:48:41 +00:00
spl 5ef7e7cbd7 Pi board checks now take account of warranty bits. 2016-02-09 16:16:49 +00:00
spl ea2b690b38 raspi-config now checks for mesa driver before allowing GL driver to be enabled. 2016-02-09 13:56:16 +00:00
Simon Long 8fed014e86 Compute Module added to is_pione. 2016-02-01 12:27:55 +00:00
Simon Long 32191d23d5 Do not allow GL driver to be enabled on 2835-based Pis - it needs at least 1GB of RAM. 2016-01-25 12:29:41 +00:00
spl 31bc453040 Overclocking behaviour made board-specific. 2016-01-25 12:29:40 +00:00
spl 09aebddff6 GPU memory reset to default when GL driver enabled. 2016-01-21 11:11:57 +00:00
spl 4c8e349f87 GL driver option now checks that xcompmgr is installed. 2016-01-21 11:11:57 +00:00
spl fa7563a0c0 Launch of simple compositor added when GL driver is enabled. 2016-01-21 11:11:57 +00:00
spl 48f83a0d94 Filename of V3d overlay corrected. 2016-01-21 11:11:57 +00:00
spl eb3a9b8589 Option added to raspi-config to select experimental GL driver. 2016-01-19 13:56:36 +00:00
Serge Schneider 7cd570b63e Update URL 2016-01-08 10:41:39 +00:00
Serge Schneider 586bee19c9 Fix auto-login and typos 2016-01-08 10:30:24 +00:00
Serge Schneider f2f919f0db raspi-config modified to remove config variables rather than set default values when overclocking 2015-11-17 11:38:23 +00:00