Adding TFTP

This commit is contained in:
Lee Lup Yuen 2023-07-10 12:10:08 +08:00
parent 6036d320a3
commit 690aac5697

View file

@ -1867,6 +1867,7 @@ cp \
jh7110-visionfive-v2.dtb \
jh7110-star64-pine64.dtb
## Copy NuttX Binary Image and Device Tree to TFTP Folder
cp nuttx.bin $HOME/tftproot/Image
cp jh7110-star64-pine64.dtb $HOME/tftproot
```