forked from Samsung/TizenRT
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add/modify README to show how to make and download ROMFS image
- Loading branch information
1 parent
3734539
commit a7d8018
Showing
5 changed files
with
106 additions
and
15 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
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,19 @@ | ||
# How to use ROMFS | ||
|
||
There are two parts to use ROMFS, generic and board specific. | ||
|
||
## 1. Generic | ||
|
||
This part supports making ROMFS image. | ||
Please find it at [README](../external/contents/README.md) | ||
|
||
## 2. Board Specific | ||
|
||
This part supports making partition for ROMFS and programming a ROMFS image. | ||
Please find it at each README. | ||
|
||
|
||
ARTIK053 [[Details]](../build/configs/artik053/README.md#romfs) | ||
|
||
SIDK_S5JT200 [[Details]](../build/configs/sidk_s5jt200/README.md#romfs) | ||
|
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,22 @@ | ||
|
||
# Contents for ROMFS | ||
|
||
1. Enable ROMFS config through menuconfig at *os* folder. | ||
```bash | ||
cd $TIZENRT_BASEDIR | ||
make menuconfig | ||
``` | ||
|
||
Select menu. | ||
```bash | ||
File Systems -> ROMFS to y | ||
``` | ||
|
||
2. Put your contents at *external/contents* folder. | ||
|
||
After these two steps, board specific steps should be executed. | ||
|
||
ARTIK053 [[Details]](../../build/configs/artik053/README.md#romfs) | ||
|
||
SIDK_S5JT200 [[Details]](../../build/configs/sidk_s5jt200/README.md#romfs) | ||
|
This file was deleted.
Oops, something went wrong.