58 lines
682 B
Markdown
58 lines
682 B
Markdown
# 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
|
|
```
|
|
|