File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Default calibration
2
+ cal,offset_pos_dac =-0
3
+ cal,gain_pos_dac =1
4
+ cal,offset_pos_adc =0
5
+ cal,gain_pos_adc =1
6
+ cal,offset_neg_dac =0
7
+ cal,gain_neg_dac =1
8
+ cal,offset_neg_adc =0
9
+ cal,gain_neg_adc =1
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ ${INSTALL} -D -m 0755 ${BOARD_DIR}/../pluto/S41network ${TARGET_DIR}/etc/init.d/
50
50
${INSTALL} -D -m 0755 ${BOARD_DIR} /../pluto/S45msd ${TARGET_DIR} /etc/init.d/
51
51
${INSTALL} -D -m 0644 ${BOARD_DIR} /../pluto/fw_env.config ${TARGET_DIR} /etc/
52
52
${INSTALL} -D -m 0644 ${BOARD_DIR} /VERSIONS ${TARGET_DIR} /opt/
53
+ ${INSTALL} -D -m 0644 ${BOARD_DIR} /m2k-calib.ini ${TARGET_DIR} /opt/
53
54
${INSTALL} -D -m 0755 ${BOARD_DIR} /../pluto/device_reboot ${TARGET_DIR} /usr/sbin/
54
55
${INSTALL} -D -m 0644 ${BOARD_DIR} /motd ${TARGET_DIR} /etc/
55
56
${INSTALL} -D -m 0644 ${BOARD_DIR} /device_config ${TARGET_DIR} /etc/
You can’t perform that action at this time.
0 commit comments