RADME.md + fastboot2 + build scripts.

This commit is contained in:
2022-06-14 13:23:44 +01:00
parent c1736b4b73
commit 6fc29cb1b4
3 changed files with 126 additions and 23 deletions

57
README.md Normal file
View File

@@ -0,0 +1,57 @@
# Swizz Army Knife
## Install
Simply upload to /nvram/san and that's it.
## Run
In order to load functions just run
```
>source /nvram/san
```
For possible commands type
```
>san_help
```
## Cheats
### Setup debug mode.
```
rokusetup dev on
saveenv
reset
```
### Setup network from uBoot.
```
usb start
rokusetup net auto
rokusetup tftpserver <TFTP server>
rokusetup coreserver <TFTP server>
saveenv
reset
```
```
env set ipaddr 192.168.0.62
env set serverip 192.168.0.64
env set gatewayip 192.168.0.1
env set netmask 255.255.252.0
saveenv
usb start
ping 192.168.0.64
```
```
usb start
tftpboot acramfs.marlin.bin
```
```
usb start
rokuflash tftp acramfs.marlin.bin
```