Skip to content

Commit c4ab78b

Browse files
Remove boot.scr with burden on actions
1 parent 17ac9c0 commit c4ab78b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
chmod +x *.sh
3838
cd /tftpboot/boot
3939
./mkimage.sh
40+
echo "tftpboot 0x80000000 bootloader.img; go 0x80000000" > boot.scr
4041
timeout 5m ./qemu_tftp.sh
4142
4243
vf2_tftp:
@@ -51,6 +52,7 @@ jobs:
5152
cd /tftpboot/boot
5253
chmod +x *.sh
5354
./mkimage.sh
55+
echo "tftpboot 0x80300000 bootloader.img; go 0x80300000" > boot.scr
5456
./power_vf2.sh off && ./power_vf2.sh on
5557
timeout 5m python3 vf2_tftp.py
5658
./power_vf2.sh off

src/helper.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ pub fn print_boot_logo() {
1313
println!(r" \/_/ ");
1414
println!(r"");
1515
}
16-
pub const SHA: &str = "786485de";
16+
pub const SHA: &str = "20c74052";

tftp/boot.scr

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)