Skip to content

Commit

Permalink
README: fix line break for dhcp/tftp steps
Browse files Browse the repository at this point in the history
Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 authored and Indanz committed Jan 25, 2024
1 parent 9be00db commit d65d6ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ ninja
An EFI application file will be left in `images/capdl-loader-image-arm-tk1` We normally boot using TFTP, by first copying `capdl-loader-image-arm-tk1` to a tftpserver then on the U-Boot serial console doing:

```sh
dhcp tftpboot $loadaddr
/capdl-loader-image-arm-tk1
dhcp
tftpboot ${loadaddr} /capdl-loader-image-arm-tk1
bootefi ${loadaddr}
```

Expand Down

0 comments on commit d65d6ce

Please sign in to comment.