1
0

remove unnecessary words

This commit is contained in:
Daniel Barlow 2025-04-07 23:40:09 +01:00
parent 643e2ec376
commit 9f9a4a2dc7

View File

@ -237,8 +237,7 @@ imports = [
]; ];
---- ----
and then build `+outputs.tftpboot+`. This creates a file in `+result/+` and then build `+outputs.tftpboot+`. This creates a file `+result/boot.scr+`, which you can copy and paste into U-Boot to
called `+boot.scr+`, which you can copy and paste into U-Boot to
transfer the kernel and filesystem over TFTP and boot the kernel from transfer the kernel and filesystem over TFTP and boot the kernel from
RAM. RAM.