version 1.9, 2013/03/03 22:41:49
|
version 1.10, 2013/03/23 13:37:48
|
Line 9 This page attempts to document and coord
|
Line 9 This page attempts to document and coord
|
# Installation |
# Installation |
- You may use the rpi.img file created by an arm build. |
- You may use the rpi.img file created by an arm build. |
- An example can be found in the '/evbarm/binary/gzimg/' directory under releng.netbsd.org |
- An example can be found in the '/evbarm/binary/gzimg/' directory under releng.netbsd.org |
|
- <i>gunzip and dd</i> this img to your sd card. |
|
|
|
- Growing the root file-system |
|
- Copy /boot/cmdline.txt to /boot/cmdline.txt.orig |
|
- Edit /boot/cmdline.txt and add the '-s' flag to the end of the first line of text. |
|
- Reboot, and at the prompt to enter the passname of shell, press |
|
return for the default (/bin/sh). |
|
- At the # prompt, type |
|
|
|
"disklabel -i ld0" and press return. |
|
- At the partition> prompt, type "A" and press return. You will see |
|
a message like: |
|
|
|
Adjust disklabel sector from 4194304 to 62333952 [n]? |
|
Type "y" and press return. |
|
- At the partition> prompt, type "a" and press return. |
|
- At the Filesystem type prompt, press return to use the current value (4.2BSD). |
|
- At the Start offset prompt, press return to use the current value. |
|
- At the Partition size prompt, type "$" and press return to grow the |
|
partition to use all available free space. |
|
- At the partition> prompt, type "W" to save the changes to the |
|
disklabel. Confirm this choice by typing "y" at the Label disk |
|
prompt. |
|
- Type "Q" and press return to quit disklabel. |
|
- At the # prompt, type "fsck -fy /dev/rld0a" and press return. |
|
- At the # prompt, type "resize_ffs -y /dev/rld0a" and press return. |
|
This may take a few minutes, be patient! |
|
- At the # prompt, type "fsck -fy /dev/rld0a" and press return. |
|
- At the # prompt, type "mount /dev/ld0e /boot" and press return. |
|
- At the # prompt, type "mv /boot/cmdline.txt.orig /boot/cmdline.txt" |
|
and press return. |
|
- At the # prompt, type "reboot" and press return. When the system |
|
comes back up, the root file-system will have been expanded to |
|
fill the SD card. |
|
|
# Updating the firmware |
# Updating the firmware |
- [rpi firmware files](https://github.com/raspberrypi/firmware/tree/master/boot) |
- [rpi firmware files](https://github.com/raspberrypi/firmware/tree/master/boot) |