Revision 8446a3a1 setup.sh
setup.sh | ||
---|---|---|
83 | 83 |
cd $(dirname ${BASH_SOURCE[0]}) |
84 | 84 |
|
85 | 85 |
# initialize submodule |
86 |
git submodule update --init ./Host/stm32flash/ |
|
86 |
git submodule update --init ./Host/Source/stm32flash/
|
|
87 | 87 |
|
88 |
cd ./Host/stm32flash/ |
|
88 |
cd ./Host/Source/stm32flash/
|
|
89 | 89 |
BUILD_STM32FLASH=true |
90 | 90 |
|
91 | 91 |
# test for existing bonary |
... | ... | |
119 | 119 |
printf "\n" |
120 | 120 |
|
121 | 121 |
USER_DIR=${PWD} |
122 |
cd $(dirname ${BASH_SOURCE[0]})/Host/Source/SerialBoot |
|
122 |
cd $(dirname ${BASH_SOURCE[0]})/Host/Source/SerialBoot/
|
|
123 | 123 |
BUILD_SERIALBOOT=true |
124 | 124 |
|
125 | 125 |
# test for existing binary |
Also available in: Unified diff