rkaczorek / astroberry-server

Astroberry Server is a ready to use system for Raspberry Pi for controlling all your astronomy equipment
GNU General Public License v3.0
274 stars 19 forks source link

indi_rpicam crashes on PiZeroW #135

Open kairos10 opened 3 years ago

kairos10 commented 3 years ago

the indi_rpicam package installed from https://www.astroberry.io/repo/ crashes on a PiZeroW with an 'illegal instruction' error (base OS is Raspbian) It might have something to do with the NEON instructions not being available on BCM2835. Compiling the driver from source (on a pi4 and pushing the binary to the pi0 board) produced a similar error. I was able to produce a working binary by changing CMakeCache.txt:NEON_FOUND:BOOL=false before 'make'

rkaczorek commented 3 years ago

Thanks for reporting. Does it work on other versions of Raspberry Pi? If it's hardware dependent bug it must be handled accordingly with CMakeLists.txt. You could be interested @lboclboc

lboclboc commented 3 years ago

I am interested, but sadly I don't have a PiZeroW to test on so I need to get one before I can give any feedback.