oresat / oresat-prucam-ar013x

Linux kernel module and PRU firmware for the Star Tracker's AR013x camera.
GNU General Public License v3.0
3 stars 2 forks source link

Fix camera i2c register write #25

Closed oliver-rew closed 3 years ago

oliver-rew commented 3 years ago

looks like I forgot to flag the end of the camera init registers sequence, but maybe we were getting lucky in the past. However, recently something changes and then without flagging the end of the sequence with zeros, the register write would run past the end of the registers.

Also, it looks like we duplicated one register write in a recent change