hc
2024-03-22 a0752693d998599af469473b8dc239ef973a012f
commit | author | age
a07526 1 #!/bin/bash
H 2
3 DIR="$( cd "$( dirname "$0"  )" && pwd  )"
4 src_path=$1
5 dst_path=$2
6 soc=$3
7 block_size=$4
8 page_size=$5
9 oob_size=$6
10 is_slc_nand=1
11
12 $DIR/make.sh $src_path $dst_path $soc $block_size $page_size $oob_size $is_slc_nand