hellen-one scripts

This commit is contained in:
Andrei 2021-07-14 17:29:08 +03:00
parent 2e02903d2e
commit 01fc37c9a2
3 changed files with 20 additions and 0 deletions

10
bom_replace_88bmw-a.csv Normal file
View File

@ -0,0 +1,10 @@
# remove the jumper connection from VCC_PP1 to +5V: we need +12v power supply for push-pull outputs.
R309,
# remove +5V pull-ups from SPI1, because we use it with +3.3v accelerometer
R103,
R105,
# remove jumper resistor connecting BOOT1 with A22 input line, because we use STM32F4
R131,
1 # remove the jumper connection from VCC_PP1 to +5V: we need +12v power supply for push-pull outputs.
2 R309,
3 # remove +5V pull-ups from SPI1, because we use it with +3.3v accelerometer
4 R103,
5 R105,
6 # remove jumper resistor connecting BOOT1 with A22 input line, because we use STM32F4
7 R131,

View File

@ -0,0 +1,6 @@
#!/bin/bash
cd hellen-one
python2.7 ./bin/copy_from_Kicad.py "frames" "../.." "../../gerber" "88bmw" "a"
echo "Done!"

View File

@ -0,0 +1,4 @@
#!/bin/bash
cd hellen-one
sh bin/create_board.sh ".." "88bmw" "a" "bom_replace_88bmw-a.csv"