RADME.md + fastboot2 + build scripts.
This commit is contained in:
57
README.md
Normal file
57
README.md
Normal 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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user