Serge Schneider
95fbb9bcbb
Install rpi-eeprom-digest
2021-11-23 22:21:39 +00:00
Serge Schneider
6dd2c2e401
Merge branch 'master' into debian/buster
2021-11-23 22:20:49 +00:00
Tim Gover
12907d02ff
rpi-eeprom-config: Fix calls for reading/replacing bootconf.txt
...
The config read/update APIs have been replaced with generic
read/replace 'boot file' APIs in order to support secure-boot.
The previous secure-boot related commits broke the interactive
rpi-eeprom-config --edit/-a options.
2021-11-23 11:26:27 +00:00
timg236
3e56160f8b
Merge pull request #380 from peterharperuk/nvme-reboot-fix
...
2021-11-22: Fix for Sabrent rocket Nano NVMe reboot issue - BETA
2021-11-22 14:36:31 +00:00
Tim Gover
34b790407c
rpi-eeprom-digest: Add to test/install and specify -o in rpi-eeprom-update
2021-11-22 14:29:59 +00:00
Peter Harper
c4a7e752d0
2021-11-22: Fix for Sabrent rocket Nano NVMe reboot issue - BETA
...
* Fixes issue with Sabrent rocket Nano NVMe disk after a reboot.
Run pcie initialisation again if there's an error.
2021-11-22 12:40:56 +00:00
timg236
cd60780ed2
Merge pull request #379 from XECDesign/debian/buster
...
Debian/buster
2021-11-15 16:23:52 +00:00
Serge Schneider
dc9dd740eb
12.15-1 release
2021-11-15 16:12:38 +00:00
Serge Schneider
bb13edaeb8
Merge branch 'master' into debian/buster
2021-11-15 15:54:57 +00:00
Serge Schneider
776ccf4363
Remove python3 patch
2021-11-15 15:54:22 +00:00
Tim Gover
77784b4b6a
test: Add a simple loopback test for signed boot
2021-11-13 15:50:23 +00:00
Tim Gover
3d5ab049d4
rpi-eeprom-config: Update to the same version as raspberrypi/usbboot
...
Update rpi-eeprom-config to include the secure-boot changes.
2021-11-13 15:50:23 +00:00
Tim Gover
43610e19ec
rpi-eeprom-update: Use rpi-eeprom-digest to generate the .sig files
2021-11-13 15:50:23 +00:00
Tim Gover
86cc791879
rpi-eeprom-digest: Import script from rapsberrypi/usbboot
...
Update rpi-eeprom to use the common .sig generator script from usbboot.
2021-11-13 15:47:50 +00:00
Tim Gover
47976e4409
Merge pull request #377 from andrum99/patch-2
...
release-notes.md: Fix semi-dead link
2021-10-27 19:40:24 +01:00
andrum99
ecf25d217b
Update release-notes.md
2021-10-27 18:34:47 +01:00
Tim Gover
978ced96c9
2021-10-27 - Secure boot improvements - BETA
...
* Improve the error logging if a file is too large and truncated.
* Increase the maximum size of the ramdisk to 96MB.
* Preliminary changes to expose the boot-mode used to load the
ramdisk via device-tree.
N.B. Secure boot is only recommended for industrial customers and is
currently a beta release. This can only be enabled via RPIBOOT
https://github.com/raspberrypi/usbboot/blob/master/Readme.md
2021-10-27 17:41:56 +01:00
Tim Gover
a03de8554b
make-recovery-images: Change partition size to be 256MB
...
Make this the same size as Raspberry Pi OS. Since this is compressed
it doesn't make the downloads noticably longer.
2021-10-13 10:16:14 +01:00
Tim Gover
0b4cab2af9
make-recovery-images: Set GID
2021-10-13 08:35:57 +01:00
Tim Gover
95e04c9910
Update a few more URLs to raspberrypi.com
2021-10-13 08:27:20 +01:00
Tim Gover
e76eaf795e
Merge pull request #374 from andrum99/patch-1
...
imager/README.txt: typo, grammar, style fixes
2021-10-11 08:57:55 +01:00
andrum99
0cddcd363f
Update README.txt
2021-10-09 16:01:26 +01:00
andrum99
8161d3a89e
Update README.txt
2021-10-09 15:59:46 +01:00
andrum99
9ae4ec02a7
Update README.txt
2021-10-09 00:37:32 +01:00
andrum99
a30fbd6928
Update README.txt
2021-10-08 17:06:14 +01:00
andrum99
75b4ea7c7a
Update README.txt
2021-10-08 17:03:28 +01:00
andrum99
573770c06f
Update README.txt
2021-10-08 17:02:43 +01:00
andrum99
72a79d0b7e
Don't think we need to specify 'spare' - that's up to the user
2021-10-08 17:01:28 +01:00
andrum99
7a811e4256
Update README.txt
2021-10-08 17:00:29 +01:00
andrum99
960b80e14c
imager/README.txt: typo, grammar, style fixes
2021-10-08 16:59:02 +01:00
Tim Gover
a63b3c7ff4
Merge pull request #373 from timg236/make-recovery-images
...
make-recovery-images: Build FAT32 disk-images for the imager zips
2021-10-08 15:46:43 +01:00
Tim Gover
01da541b85
make-recovery-images: Build FAT32 disk-images for the imager zips
...
Create small (40MB) FAT32 images with 512 KB sectors. The aim
is to have a simple, fixed format to avoid compatibility / FAT
issues.
2021-10-08 15:42:44 +01:00
Tim Gover
194960a023
Merge pull request #372 from timg236/rpi-eeprom-config-python3
...
rpi-eeprom-config: require python3
v2021.04.29-138a1-disk-images
2021-10-07 13:10:22 +01:00
Tim Gover
28878ba2c5
rpi-eeprom-config: require python3
...
Require python3 instead of relying on all distros including
python-is-python3 etc.
The code will still work with python2 but distros which require
python2 will need to maintain that as a downstream patch.
2021-10-07 11:11:04 +01:00
Tim Gover
e049a0807f
Merge pull request #371 from peterharperuk/fix_readme_url
...
Fix URLs in README
2021-10-07 10:24:07 +01:00
Peter Harper
51d7c9bb78
Fix URLs in README
...
These got broken by the recent doc update and the redirects to
raspberrypi.com don't seem to be correct
2021-10-06 17:57:31 +01:00
Tim Gover
2a1c8542b9
Merge pull request #370 from XECDesign/debian/buster
...
Debian/buster
2021-10-05 11:45:59 +01:00
Serge Schneider
046f0cebab
12.14-1 release
2021-10-05 10:41:47 +01:00
Serge Schneider
85d6495912
Merge branch 'master' into debian/buster
2021-10-05 10:40:52 +01:00
Tim Gover
b93a7569a3
pieeprom-2021-10-05: Update for latest Broadcom SDRAM settings - BETA
...
* Minor update for latest SDRAM tuning settings.
2021-10-05 09:17:11 +01:00
Tim Gover
cc347ddaa2
Merge pull request #369 from timg236/pieeprom-2021-10-04
...
pieeprom-2021-10-04: Add support for GPT FAT16 and increase USB timeouts - BETA
2021-10-04 17:08:14 +01:00
Tim Gover
c297ba744c
pieeprom-2021-10-04: Add support for GPT FAT16 and increase USB timeouts - BETA
...
* Update the FAT detection to support FAT16 for EFI/ESD paritions with
GPT instead of assuming FAT32. The latest firmware is also required
for a similar update.
* Increase the timeouts for MSD SCSI commands to reduce the risk of
timeouts when probing the capacity of slow to start devices
e.g. USB RAID with spinning disks.
2021-10-04 15:29:53 +01:00
Tim Gover
7cae0129e0
Additional fix to beta recovery.bin
2021-09-27 16:26:45 +01:00
Tim Gover
650e255daf
2021-09-27 - Fix recovery.bin rename issue and EEPROM netconsole - BETA
...
* Fix recovery.bin rename issue
* Update pieeprom-2021-09-27.bin to fix netconsole
2021-09-27 15:20:10 +01:00
Tim Gover
79f6a0707d
Merge pull request #368 from XECDesign/debian/buster
...
Debian/buster
2021-09-27 13:09:50 +01:00
Serge Schneider
398b162dbd
12.13-1 release
2021-09-27 13:03:22 +01:00
Serge Schneider
9154ed5b7d
Merge branch 'master' into debian/buster
2021-09-27 13:03:08 +01:00
Tim Gover
504e18bb3a
recovery.bin 2021-09-23 - Temporarily revert recovery.bin 2021-09-22
...
Revert until fix for can be verified https://github.com/raspberrypi/rpi-eeprom/issues/367
2021-09-27 12:57:36 +01:00
Tim Gover
c6295d6c1c
Merge pull request #366 from XECDesign/debian/buster
...
Debian/buster
2021-09-24 16:32:48 +01:00
Serge Schneider
5494946485
12.12-1 release
2021-09-24 15:31:13 +01:00