Home
last modified time | relevance | path

Searched refs:page_size (Results 1 – 3 of 3) sorted by relevance

/rkbin/tools/burner_image_kits/
H A Dmake_spi_nand.sh8 page_size=2048
13 page_size=4096
22 $DIR/make.sh $src_path $dst_path $soc $block_size $page_size $oob_size $is_slc_nand
H A Dmake_slc_nand.sh8 page_size=$5
12 $DIR/make.sh $src_path $dst_path $soc $block_size $page_size $oob_size $is_slc_nand
H A Dmake.sh8 page_size=$5
27 if [[ $page_size == 4096 ]]; then
75 $rk_bch $dst_path"/"$2 $dst_path"/"$2".bch" $page_size $oob_size 0
112 if [[ $page_size != 2048 && $page_size != 4096 ]]; then
113 echo "param page_size: $page_size not support!"
145 dst_path=$dst_path"/"$page_size"B_"$block_size"KB"