Skip to content

Commit 543af91

Browse files
committed
femu-scripts/run-whitebox.sh: update flash_type option
1 parent b13b482 commit 543af91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

femu-scripts/run-whitebox.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ FEMU_OPTIONS=${FEMU_OPTIONS}",lsec_size=${hw_sector_size}"
7171
FEMU_OPTIONS=${FEMU_OPTIONS}",lsecs_per_pg=${num_sectors_per_page}"
7272
FEMU_OPTIONS=${FEMU_OPTIONS}",lpgs_per_blk=${num_pages_per_block}"
7373
FEMU_OPTIONS=${FEMU_OPTIONS}",femu_mode=0"
74-
#FEMU_OPTIONS=${FEMU_OPTIONS}",cell_type=3" # 3 for TLC, 4 for QLC, 2 (default) for MLC
74+
#FEMU_OPTIONS=${FEMU_OPTIONS}",flash_type=3" # 3 for TLC, 4 for QLC, 2 (default) for MLC
7575

7676
#echo ${FEMU_OPTIONS}
7777

0 commit comments

Comments
 (0)