Skip to content

Commit

Permalink
Merge pull request MoatLab#94 from chanyoung/wip-wbssd-script
Browse files Browse the repository at this point in the history
femu-scripts/run-whitebox.sh: update flash_type option
  • Loading branch information
huaicheng authored Jan 10, 2023
2 parents e1bf4f0 + 543af91 commit d298883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion femu-scripts/run-whitebox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ FEMU_OPTIONS=${FEMU_OPTIONS}",lsec_size=${hw_sector_size}"
FEMU_OPTIONS=${FEMU_OPTIONS}",lsecs_per_pg=${num_sectors_per_page}"
FEMU_OPTIONS=${FEMU_OPTIONS}",lpgs_per_blk=${num_pages_per_block}"
FEMU_OPTIONS=${FEMU_OPTIONS}",femu_mode=0"
#FEMU_OPTIONS=${FEMU_OPTIONS}",cell_type=3" # 3 for TLC, 4 for QLC, 2 (default) for MLC
#FEMU_OPTIONS=${FEMU_OPTIONS}",flash_type=3" # 3 for TLC, 4 for QLC, 2 (default) for MLC

#echo ${FEMU_OPTIONS}

Expand Down

0 comments on commit d298883

Please sign in to comment.