diff --git a/bom_replace_88bmw-a.csv b/bom_replace_88bmw-a.csv new file mode 100644 index 0000000..b207009 --- /dev/null +++ b/bom_replace_88bmw-a.csv @@ -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, + diff --git a/step2_copy_hellen88bmw.sh b/step2_copy_hellen88bmw.sh new file mode 100644 index 0000000..b4a43d1 --- /dev/null +++ b/step2_copy_hellen88bmw.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +cd hellen-one +python2.7 ./bin/copy_from_Kicad.py "frames" "../.." "../../gerber" "88bmw" "a" + +echo "Done!" diff --git a/step3_create_hellen88bmw.sh b/step3_create_hellen88bmw.sh new file mode 100644 index 0000000..6bcf7b9 --- /dev/null +++ b/step3_create_hellen88bmw.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +cd hellen-one +sh bin/create_board.sh ".." "88bmw" "a" "bom_replace_88bmw-a.csv"