Commit Graph

9 Commits

Author SHA1 Message Date
Simon McVittie e6defffb23 Makefile: Optionally generate a bmaptool map file
bmaptool(1), from the bmap-tools package, can write the used blocks
in a sparse disk image to media, while saving time and I/O by not writing
zeroes to the unused blocks. Typical use:

    make raspi2_bullseye.img.bmap raspi2_bullseye.img.xz
    ... upload those two files ...
    ... download those two files ...
    bmaptool copy raspi2_bullseye.img.xz /dev/disk/by-id/usb-Generic-_SD_MMC_*-0:0

Signed-off-by: Simon McVittie <smcv@debian.org>
2021-04-25 11:22:59 +01:00
Diederik de Haas 54b7b925d0 Update gitignore for the new yaml file names.
Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
2021-02-19 11:09:11 +01:00
Nobuhiro Iwamatsu 6213e3d35a gitignore: Add raspi_4.yaml
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>
2020-07-01 04:21:57 +09:00
Gunnar Wolf dd08adb285 Added xzimages to gitignore 2020-04-24 11:01:17 -05:00
Gunnar Wolf 5da5be7a5c Some Makefile cleanup; build shasums from the images as well 2020-04-14 13:38:14 -05:00
Gunnar Wolf 7288c11f0e Added a Makefile driving a raspi_master recipe
This is instead of maintaining separate recipes for 0w, 2 and 3 hardware
2019-12-17 17:41:16 -03:00
Gunnar Wolf 46acf72efe Ignore suggested build logs, images and system tar.gzs 2019-07-18 21:20:22 -03:00
Gunnar Wolf 34ae4edb00 Updating README 2018-07-18 17:57:39 -05:00
Michael Stapelberg 331f68931a Initial commit 2017-10-08 22:48:29 +02:00