0fad2ac898
Initial commit
2020-10-25 17:15:52 +01:00
3629fa4aef
Update README.md with additional build dependencies
...
Incorporating MR !6 by Andre F de Miranda. Thanks!
2020-08-15 00:52:44 -05:00
7de811f115
Add a configuration file for wireless networking
2020-08-15 00:15:43 -05:00
5fd8083493
Get rid of obsolete comments in eth0 configuration
2020-08-15 00:10:22 -05:00
91381c16c9
Merge branch 'rootfs' into 'master'
...
rootfs subdirectory
See merge request raspi-team/image-specs!12
2020-08-15 05:06:18 +00:00
dd3b33419c
rootfs subdirectory
2020-08-15 05:06:18 +00:00
d2ed03378e
Allow setting ssh authorized key for root, so pi can be configured via network
...
Merging changes proposed by Nik LaBelle in merge request #22
2020-08-15 00:01:54 -05:00
c2bc44541a
Merge branch 'debos-add-firmware-brcm80211' into 'master'
...
debos: Add firmware-brcm80211 package needed for wifi
See merge request raspi-team/image-specs!8
2020-08-14 22:54:06 +00:00
30314a7f8e
Merge branch 'pi4-wifi-firmware' into 'master'
...
pi4: remove wget hack needed for the wifi driver
See merge request raspi-team/image-specs!23
2020-08-14 22:50:35 +00:00
6a9d882f7c
Merge branch 'doc-updates' into 'master'
...
Doc updates
See merge request raspi-team/image-specs!21
2020-08-14 22:48:48 +00:00
0304a4e5b9
pi4: remove wget hack needed for the wifi driver
...
This nvram file is now included in firmware-brcm80211 as of 20200421-1
(which is in both unstable and testing).
2020-07-22 17:35:27 -04:00
b980a6e45d
describe the pi4 image in the README
2020-07-22 17:21:41 -04:00
afe1ce037a
add some missing dependencies needed for building to the README
2020-07-22 17:21:35 -04:00
3f92681fc9
Incorporating many changes in branches by iwamatsu, dilinger
2020-07-06 23:36:25 -05:00
7c76783844
Merge branch 'rpi0-firmware-live' into 'master'
...
FIX: raspi3-firmware in buster updates now meets requirements
See merge request raspi-team/image-specs!14
2020-07-06 05:21:19 +00:00
6e8d6bce0b
FIX: raspi3-firmware in buster updates now meets requirements
2020-07-06 05:21:19 +00:00
dfbfc05e2f
Merge branch 'minor-fixes' into 'master'
...
Minor fixes
See merge request raspi-team/image-specs!20
2020-07-06 05:15:27 +00:00
7a4a2f2ff0
fix minor typo in documentation
...
The images that are created are raspi_3.img, not raspi3.img. Minor, but
might as well fix it while I'm here.
2020-07-06 00:03:39 -04:00
8049a80e8e
Clean up the .xz.sha256 sums that are created during build
2020-07-06 00:02:01 -04:00
318ff053a9
Merge branch 'patch-1' into 'master'
...
Update rpi-resizerootfs
See merge request raspi-team/image-specs!17
2020-07-05 14:35:15 +00:00
a8fc785c77
Makefile: Add Rpi 4 to build target
...
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org >
2020-07-01 04:22:01 +09:00
6213e3d35a
gitignore: Add raspi_4.yaml
...
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org >
2020-07-01 04:21:57 +09:00
1b60b887f2
Merge remote-tracking branch 'dilinger/raspi4'
2020-06-30 18:05:50 +09:00
3995159864
pi4: add a hack to make wifi work on the pi4
...
The broadcom wifi driver needs NVRAM data in order to work. Manually
grab upstream's board-specific NVRAM file for now, until we can get
it added to the firmware-brcm80211 package.
2020-06-26 02:30:05 -04:00
6aed835e6c
networking: don't fail if we can't restore firewall tables
...
I'm not sure if this happens on all images, but on a pi 4 networking
fails to initialize because there's no /etc/iptables/rules.v4.
That doesn't seem right, so let's ignore errors and allow networking.
2020-06-26 01:40:08 -04:00
a6c0cc19ad
Update rpi-resizerootfs
...
mmcblk0p1 versus sda1
2020-06-20 11:28:24 +00:00
0cf508221f
Merge branch 'liw/shquote' into 'master'
...
Fix: quote expansion of $ROOT in case it has problematic characters
See merge request raspi-team/image-specs!3
2020-05-24 21:55:02 +00:00
0143a70e90
Merge branch 'liw/firewall' into 'master'
...
Change: comment out firewall setup from eth0
See merge request raspi-team/image-specs!5
2020-05-24 21:41:07 +00:00
462abf1d43
Generate a raspi_4.yaml
...
This allows you to run "make raspi_4.img" and create a raspberry pi 4
image. It doesn't yet add pi 4 to the list of images that are autobuilt.
We're pulling the latest kernel and raspi3-firmware in order to get pi4
support (which was added in Linux 5.5). We're also working around a bug
where cma= stops the 5.6 kernel from booting (see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951744#10 ).
This is based on Lucas Nussbaum's initial yaml.
2020-05-10 22:25:10 -04:00
91a45af6be
fix minor typo in documentation
...
The images that are created are raspi_3.img, not raspi3.img. Minor, but
might as well fix it while I'm here.
2020-05-04 22:34:43 -04:00
5507be93ef
Makefile: use variables for platforms instead of repeating platform numbers
...
Create a variable called BUILD_PLATFORMS that lists the various pi images
to build. This keeps the platform list in one place in the makefile, rather
than sprinkled and repeated throughout multiple dependency and build lines.
When a platform is added (ie, the pi4) or removed, it won't touch multiple
rules and obscure other changes. This uses gmake-specific addprefix and
addsuffix.
2020-05-04 18:21:22 -04:00
dab07510cf
Clean up the .xz.sha256 sums that are created during build
2020-05-04 18:18:58 -04:00
7384f326de
Generate shasums for images both compressed and uncompressed
2020-04-27 11:59:56 -05:00
dd08adb285
Added xzimages to gitignore
2020-04-24 11:01:17 -05:00
aad5a5a489
non-free must be enabled for updated raspi3-firmware on armel to be pulled in :-Þ
2020-04-24 11:00:10 -05:00
5add9a4a01
Added xzimages to clean target; keep images when preparing xzimages
2020-04-24 10:37:52 -05:00
c4b31783ee
Add xzimages target; build shasums based on them instead
2020-04-14 22:27:20 -05:00
507c5cd45a
Oops, extra noise in the checksums! Fixed.
2020-04-14 14:26:50 -05:00
5da5be7a5c
Some Makefile cleanup; build shasums from the images as well
2020-04-14 13:38:14 -05:00
4ceaa89eb8
Fix wrong syntax targetted for stable-proposed-updates inclusion
2020-04-10 00:45:32 -05:00
3cdd8af08d
Enable stable-proposed-updates for building images for RPi 0/1 families
2020-04-10 00:22:30 -05:00
f1445d5f28
Replace a pending "chroot" section by "create-file"
2020-04-04 20:03:16 -06:00
22426d73c1
debos: Add firmware-brcm80211 package needed for wifi
...
Signed-off-by: James Valleroy <jvalleroy@mailbox.org >
2020-03-10 17:56:11 -04:00
71d57afb1c
Delete previous build recipes, obsoleted by Makefile-driven master file
2019-12-17 17:50:28 -03:00
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
503560c0e8
Change: comment out firewall setup from eth0
...
The files referred to don't exist and therefore bringing up eth0 will
fail. If we want a default firewall later, we can add files and change
the eth0 file again.
2019-12-06 17:48:39 +02:00
56b1e41eb0
Fix: quote expansion of $ROOT in case it has problematic characters
...
All the other uses of $ROOT are already quoted, so do it for this case
as well.
2019-12-06 17:09:31 +02:00
b304176a2b
Merge branch 'debos_raspberrypi-desktop_arm64_image' into 'master'
...
Add a recipe image for debos for ARM64-based RPI
See merge request raspi-team/image-specs!2
2019-11-25 18:54:45 +00:00
c245be293e
Add debos recipe for raspberrypi ARM64-based boards
...
This adds a debos recipe for building a desktop image for a ARM64-based
RaspberryPi. It include a lightweight desktop, that is LXDE, create a
default user "pi" that has sudo access rights. As on Raspbian, the "pi"
user is automatically logged in via lightdm. The buster debian splash is
also automatically enabled
2019-11-25 12:21:06 +01:00
d74005dd11
Fix README: Use systemwide vmdb2
2019-10-02 12:21:04 -05:00