-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8e4432c
commit d5da8c8
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# TODO | ||
|
||
## Filesystems | ||
CramFS | ||
RomFS | ||
TAR | ||
VFAT | ||
EXT3 BASE | ||
EXT4 BASE | ||
|
||
## Composite Images | ||
Android boot image: v3-4 reader v0-4 writer | ||
TVIP firmware | ||
OpenWRT | ||
Legacy multiimage | ||
|
||
## Plugins | ||
Plugin system | ||
Allow add readers/writers as plugin | ||
Allow add commands from plugin | ||
Editing filesystem: change users, groups, rights | ||
|
||
## Additional images | ||
Uboot (TVIP) | ||
Secondary bootloader (Android) | ||
Recovery DTB (Android) | ||
Different resources (TVIP splash) | ||
|
||
## Remote access | ||
Access, adding and editing files from exist commanders like mc, WinSCP and other | ||
SCP | ||
SFTP |