10-08-2020 12:33 PM
Hello, there are clear instructions on how to compile a Python stack here, but the script is made for an old BSEC release 1.4.6.0. Generic Release. Is there anybody out of there who can drop me a copy of that specific release or with the skills to address the script toward the latest release BSEC 1.4.8.0 ?
Thank you in advance
// Stefano
Solved! Go to Solution.
10-27-2020 11:28 PM
################
# make.config #
################
BSEC_DIR='./src/BSEC_1.4.7.4_Generic_Release'
VERSION='normal_version'
ARCH="${VERSION}/bin/RaspberryPI/PiZero_ArmV6-32bits"
# Other architectures can be found in BSEC_DIR/algo/${VERSION}/bin/.
CONFIG='generic_33v_3s_4d'
# Other configs are:
# generic_18v_300s_28d
# generic_18v_300s_4d
# generic_18v_3s_28d
# generic_18v_3s_4d
# generic_33v_300s_28d
# generic_33v_300s_4d
# generic_33v_3s_28d
# generic_33v_3s_4d
CONFIG_DIR='.'
10-28-2020 11:57 PM
Hello
glad you tried, so was it working well?
10-30-2020 09:17 AM
Hello!
wrapping with the original 1.4.0.6 library is fully successfull, i didn't try yet the files replacement, I'll let you know here then the final result.
By the moment thank you again.