File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,15 +53,15 @@ How to use a Linux system to write the image onto a USB-Stick or a new hard disk
5353
5454``` shell
5555# Download the current Debian Amd64 image:
56- wget -q https://github.com/laroche/arm-devel-infrastructure/releases/download/v20260125 /debian-13-amd64-20260125 .zip
56+ wget -q https://github.com/laroche/arm-devel-infrastructure/releases/download/v20260322 /debian-13-amd64-20260322 .zip
5757# Unpack the zip archive to get the raw image *.img:
58- unzip debian-13-amd64-20260125 .zip
58+ unzip debian-13-amd64-20260322 .zip
5959# Make sure your install disk is not mounted:
6060# umount /media/$USER/XXX
6161# For USB check your devices:
6262# lsusb; lsblk
6363# Write the disk image to USB-disk or normal hard disk:
64- dd if=debian-13-amd64-20260125 /debian-13-amd64-20260125 .img of=/dev/sdX
64+ dd if=debian-13-amd64-20260322 /debian-13-amd64-20260322 .img of=/dev/sdX
6565```
6666
6767
Original file line number Diff line number Diff line change @@ -58,15 +58,15 @@ How to use a Linux system to write the image onto a USB-Stick or a new hard disk
5858
5959``` shell
6060# Download the current Debian rpi3 image:
61- wget -q https://github.com/laroche/arm-devel-infrastructure/releases/download/v20260125 /debian-13-rpi3-arm64-20260125 .zip
61+ wget -q https://github.com/laroche/arm-devel-infrastructure/releases/download/v20260322 /debian-13-rpi3-arm64-20260322 .zip
6262# Unpack the zip archive to get the raw image *.img:
63- unzip debian-13-rpi3-arm64-20260125 .zip
63+ unzip debian-13-rpi3-arm64-20260322 .zip
6464# Make sure your install disk is not mounted:
6565# umount /media/$USER/XXX
6666# For USB check your devices:
6767# lsusb; lsblk
6868# Write the disk image to USB-disk or normal hard disk:
69- dd if=debian-13-rpi3-arm64-20260125 /debian-13-amd64-20260125 .img of=/dev/sdX
69+ dd if=debian-13-rpi3-arm64-20260322 /debian-13-amd64-20260322 .img of=/dev/sdX
7070```
7171
7272
Original file line number Diff line number Diff line change 44#
55
66# release date to use:
7- RDATE=" 20260125 "
7+ RDATE=" 20260322 "
88# Select either "12", "13" or "testing":
99TYPE=" 13"
1010# Should we package the image up?
Original file line number Diff line number Diff line change @@ -818,7 +818,7 @@ KVER=6.5.10-1
818818# Disabled by default as check for KABI is not enough:
819819if false && test " $HOSTTYPE " = " x86_64" && ! test -d /lib/modules/${KABI} -amd64 ; then
820820 KERNEL=kernel-amd64-$KVER .tar.gz
821- wget -q https://github.com/laroche/arm-devel-infrastructure/releases/download/v20260125 /$KERNEL
821+ wget -q https://github.com/laroche/arm-devel-infrastructure/releases/download/v20260322 /$KERNEL
822822 tar xzf $KERNEL
823823 dpkg -i kernel-amd64-$KVER /linux-image-${KABI} -amd64-unsigned_${KVER} _amd64.deb
824824 rm -fr $KERNEL kernel-amd64-$KVER
You can’t perform that action at this time.
0 commit comments