Changes between Version 13 and Version 14 of PibotGoldenImage
- Timestamp:
- Jun 23, 2018, 10:03:03 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PibotGoldenImage
v13 v14 71 71 * Configure /etc/wpa_supplicant/wpa_supplicant.conf on the Pi to include your local !WiFi network 72 72 * ssh to raspberrypi.local using putty or cygwin ssh or ... 73 * login as user 'pi' with password 'raspberry' 73 * login as user 'pi' with password 'raspberry' 74 * [http://elinux.org/RPi_Resize_Flash_Partitions Resize the root] partition: 75 * sudo parted 76 * print (observe the size of the second (ext4) partition) 77 * resizepart 2 5120 (extend partition to 5GB) 78 * quit 79 * sudo reboot (reboot to ensure larger partition is used) 80 * wait and then re-connect to the Pi via SSH 81 * Update the OS on the Pi: 82 * sudo apt-get update 83 * sudo apt-get upgrade 84 * [https://rohankapoor.com/2012/04/americanizing-the-raspberry-pi/ Americanize your Pi] 74 85 * sudo raspi-config 75 86 * Update tool to latest version … … 80 91 * Setup interfacing options: enable ssh, vnc, i2c 81 92 * Setup Network Options: hostname->pibot 82 * Resize /root partition to 5GB. See: http://elinux.org/RPi_Resize_Flash_Partitions83 * sudo parted84 * print85 * resize 2 6GB86 * Reboot the Pi so the resized partition is in effect87 * Update the OS on the Pi:88 * sudo apt-get update89 * sudo apt-get upgrade90 93 * Install any needed packages 91 94 * sudo apt-get install subversion ant mercurial