vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit 313e8859b7b433b72cad23c378ce4eedb6ba383b
Author: Benedek Nagy <mail@nbenedek.me>
Date: Wed Mar 9 10:14:03 2022 +0000
README.md: Add raspberry64 to the target list
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
commit 151459b5fd8cc22f2bb6460943e1e341052b7bcd
Author: Sunil Mohan Adapa <sunil@medhas.org>
Date: Tue Mar 8 23:15:02 2022 -0800
README: Update list of dependencies from debian/control file
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
commit 5289017a4ff69be124336f81f442b607ed48085d
Author: Sunil Mohan Adapa <sunil@medhas.org>
Date: Wed Mar 2 22:09:02 2022 -0800
raspberry64: Add Wi-Fi firmware into the image
- With the change, after the first run, the FreedomBox wlan0 connection is
created and active.
- The image is already non-free and that situation is not going to change in
the near future.
Tests:
- After the first boot, FreedomBoxwlan0 is available as Wi-Fi network. Networks
shows connection for FreedomBoxwlan0.
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
commit a29c680c486d5c8c79072cb9565af3b588a7eed5
Author: James Valleroy <jvalleroy@mailbox.org>
Date: Mon Feb 7 16:25:03 2022 -0500
raspberry64: Add target for Raspberry Pi 64-bit
This image should work on all 64-bit Raspberry Pis (3B, 3B+, 4).
Tests:
- Tested bookworm and bullseye images on Raspberry Pi 4.
- Tested bookworm image on Raspberry Pi 3B.
- Check contents of /boot/firmware/cmdline.txt. Then run
"update-initramfs -u -k all". Confirm that content of cmdline.txt
is still ok. Confirm that system works after reboot.
Tests[sunil]:
- Move kernel and initrd into a temp folder in the same partition. Re-run
dpkg-reconfigure linux-image-?. Ensure that operation succeeds and disk space is
not run out of.
- Move config.txt and cmdline.txt into temp folder and re-run dpkg-reconfigure
linux-image-?. Ensure that file are regenerated files with same content.
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
[sunil: Increase the firmware partition size to 256MiB]
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Tested-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>