Skip to content

Commit edcc48c

Browse files
rtakacsrobertsipka
authored andcommitted
Increase the romfs partition size for TizenRT - JerryScript. (#241)
Modified the romfs partition size from 600 KB to 1200 KB because the size of the JerryScript testsuite is bigger than 600 KB. Decreased the userfs partiton size from 800 to 200 KB because that memory area is not used in case of JerryScript. JSRemoteTest-DCO-1.0-Signed-off-by: Roland Takacs [email protected]
1 parent e269e83 commit edcc48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jstest/resources/configs/tizenrt-jerryscript-release.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ CONFIG_ARTIK05X_FLASH_CAPACITY=8388608
238238
CONFIG_ARTIK05X_FLASH_PAGE_SIZE=4096
239239
CONFIG_ARTIK05X_FLASH_PART=y
240240
CONFIG_ARTIK05X_FLASH_MINOR=0
241-
CONFIG_ARTIK05X_FLASH_PART_LIST="16,48,192,32,512,2400,1536,1536,800,600,8,512,"
241+
CONFIG_ARTIK05X_FLASH_PART_LIST="16,48,192,32,512,2400,1536,1536,200,1200,8,512,"
242242
CONFIG_ARTIK05X_FLASH_PART_TYPE="none,ftl,none,none,none,none,none,ftl,smartfs,romfs,config,none,"
243243
CONFIG_ARTIK05X_FLASH_PART_NAME="bl1,sssro,bl2,sssfw,wlanfw,os,factory,ota,user,rom,nvram,sssrw,"
244244
CONFIG_ARTIK05X_AUTOMOUNT=y

0 commit comments

Comments
 (0)