Split readme into small files

This commit is contained in:
2026-04-04 12:46:56 +00:00
parent 517cc2e01d
commit b8a5f197f4
4 changed files with 182 additions and 116 deletions

17
docs/flashing-network.md Normal file
View File

@@ -0,0 +1,17 @@
Mostly just the same as tutorial from mono
## tftp (network is required)
1. Put out/[RELEASE].img.gz and out/board.itb into your ftp server
```
setenv ipaddr 10.0.0.153
setenv serverip 10.0.0.129
tftp 0x80000000 board.itb
setenv bootargs "console=ttyS0,115200 earlycon=uart8250,mmio,0x21c0500 root=/dev/ram0 rootwait rw"
bootm 0x80000000
```
2. Inside initramfs, run
```
flash-emmc.sh
```