We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ac9c0 commit c4ab78bCopy full SHA for c4ab78b
.github/workflows/main.yml
@@ -37,6 +37,7 @@ jobs:
37
chmod +x *.sh
38
cd /tftpboot/boot
39
./mkimage.sh
40
+ echo "tftpboot 0x80000000 bootloader.img; go 0x80000000" > boot.scr
41
timeout 5m ./qemu_tftp.sh
42
43
vf2_tftp:
@@ -51,6 +52,7 @@ jobs:
51
52
53
54
55
+ echo "tftpboot 0x80300000 bootloader.img; go 0x80300000" > boot.scr
56
./power_vf2.sh off && ./power_vf2.sh on
57
timeout 5m python3 vf2_tftp.py
58
./power_vf2.sh off
src/helper.rs
@@ -13,4 +13,4 @@ pub fn print_boot_logo() {
13
println!(r" \/_/ ");
14
println!(r"");
15
}
16
-pub const SHA: &str = "786485de";
+pub const SHA: &str = "20c74052";
tftp/boot.scr
0 commit comments