Home
last modified time | relevance | path

Searched refs:block_size (Results 1 – 4 of 4) sorted by relevance

/rkbin/tools/burner_image_kits/tools/
H A Dalign_to_flash_block_size.sh8 block_size=$3
16 …filesize=`echo "scale=0; (($filesize + 1023) / 1024 + $block_size - 1) / $block_size * $block_size
21 echo $filename": aligned_to_flash_block_size "$block_size"KB: success!"
24 if [[ $block_size != 128 && $block_size != 256 ]]; then
25 echo "$block_size not support!"
/rkbin/tools/burner_image_kits/
H A Dmake_slc_nand.sh7 block_size=$4
12 $DIR/make.sh $src_path $dst_path $soc $block_size $page_size $oob_size $is_slc_nand
H A Dmake_spi_nand.sh7 block_size=$4
22 $DIR/make.sh $src_path $dst_path $soc $block_size $page_size $oob_size $is_slc_nand
H A Dmake.sh7 block_size=$4
73 $align_to_flash_block_size $1 $dst_path"/"$2 $block_size
120 if [[ $block_size != 128 && $block_size != 256 ]]; then
121 echo "param block_size: $block_size not support!"
145 dst_path=$dst_path"/"$page_size"B_"$block_size"KB"