yb_arm/build_jesd.sh

18 lines
285 B
Bash
Raw Normal View History

2023-07-14 17:29:38 +08:00
set -e
git submodule init
git submodule update --remote --recursive
2023-07-14 17:29:38 +08:00
pushd driver/rfic
git clean -dxf
git fetch
2023-07-14 17:29:38 +08:00
git checkout DEV
git pull
#git checkout commitid
git submodule init
git submodule update
make clean
echo "#board_type:${BOARD_TYPE}"
make all board_type=${BOARD_TYPE}
2023-07-14 17:29:38 +08:00
popd