blob: 696915b7fd845e125f8ac783d857876091f748cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
# Raspberry-Pi Utilities
This is a collection of things to do with the Raspberry Pi that are made available
to the community in the hope they are useful to others.
## ArchBuild
ArchBuild will build a new root filesystem for the Raspberry Pi. Use it instead of
the official image if you want to tweak the installation.
## Kernel
Building a custom kernel.
## Disk
Some tools that can help with managing disks (or other storage devices, e.g: sd card)
and disk images.
## TestCard
Displays a basic text "test card" on a terminal. Handy for aligning an old
composite monitor. Sized for 82 columns by 26 rows.
## ScrapBook
A collection of notes, scripts and other things that may be of interest. Basically,
anything I have found useful will end up in here if they don't fit in anywhere
else. See the ScrapBook CONTENTS file details of what's there.
## Colophon
### Copyright
Copyright (c) 2012 John Lane.
### License
This collection of Raspberry-Pi Utilities is provided under the MIT License. See LICENSE file.
### Latest Version
Obtain the latest version from [GitHub](https://github.com/johnlane/rpi-utils)
|