Update README.md
This commit is contained in:
@@ -4,7 +4,7 @@ Kubernetes image for Mono Gateway Development Kit
|
|||||||
https://docs.mono.si/gateway-development-kit/getting-started
|
https://docs.mono.si/gateway-development-kit/getting-started
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
```
|
```bash
|
||||||
make itb # for out/board.itb
|
make itb # for out/board.itb
|
||||||
make release # WORK IN PROGRESS
|
make release # WORK IN PROGRESS
|
||||||
```
|
```
|
||||||
@@ -16,7 +16,7 @@ make release # WORK IN PROGRESS
|
|||||||
## Upgrade process
|
## Upgrade process
|
||||||
Rough idea
|
Rough idea
|
||||||
|
|
||||||
```
|
```bash
|
||||||
./configure
|
./configure
|
||||||
# - join cluster config
|
# - join cluster config
|
||||||
|
|
||||||
@@ -38,11 +38,14 @@ PENDING
|
|||||||
```
|
```
|
||||||
|
|
||||||
## tftp (network is required)
|
## tftp (network is required)
|
||||||
|
```
|
||||||
setenv ipaddr 10.0.0.153
|
setenv ipaddr 10.0.0.153
|
||||||
setenv serverip 10.0.0.129
|
setenv serverip 10.0.0.129
|
||||||
tftp 0x80000000 board.itb
|
tftp 0x80000000 board.itb
|
||||||
|
```
|
||||||
|
|
||||||
## USB
|
## USB
|
||||||
|
```
|
||||||
usb start
|
usb start
|
||||||
usb tree
|
usb tree
|
||||||
fatls usb 0:1 # For fat
|
fatls usb 0:1 # For fat
|
||||||
@@ -51,3 +54,4 @@ fatload usb 0 0x80000000 board.itb
|
|||||||
|
|
||||||
setenv bootargs "console=ttyS0,115200 earlycon=uart8250,mmio,0x21c0500 root=/dev/ram0 rootwait rw"
|
setenv bootargs "console=ttyS0,115200 earlycon=uart8250,mmio,0x21c0500 root=/dev/ram0 rootwait rw"
|
||||||
bootm 0x80000000
|
bootm 0x80000000
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user