I apologize for my English, but in other forums I could not find more information on the mini-pix problem. Now the main problem is that the mini-pix does not save the settings after turning off the power. I went through all the recommendations of this forum, but the problem remained. Tell me where to look further?
Sincerely, Oleg_K.
Hello!
I tried the firmware on your advice. Everything worked as it should. Thank you very much. I acquired several such mini-pixels and only one worked fine, the rest did not want to flash correctly. Your tip helped a lot.
I tried to test your new *.dat files.
Unfortunately I got follwoing error.
ubuntu@ubuntu-W650RZ:~/ardupilot$ ./waf configure --board mini-pix
Setting top to : /home/ubuntu/ardupilot
Setting out to : /home/ubuntu/ardupilot/build
Autoconfiguration : enabled
Setting board to : mini-pix
Using toolchain : arm-none-eabi
Checking for ‘g++’ (C++ compiler) : /usr/lib/ccache/arm-none-eabi-g++
Checking for ‘gcc’ (C compiler) : /usr/lib/ccache/arm-none-eabi-gcc
Checking for c flags ‘-MMD’ : yes
Checking for cxx flags ‘-MMD’ : yes
Checking for program ‘make’ : /usr/bin/make
Checking for program ‘arm-none-eabi-objcopy’ : /opt/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-objcopy
Error: Pin PC7 redefined
Failed to process hwdef.dat ret=1
(complete log in /home/ubuntu/ardupilot/build/config.log)
@miw01 this is an alt config define that has already been reverted again, so you might just comment out that line: PC7 USART6_RX USART6 NODMA ALT(1)
however the issue most likely is your working branch and build environment are not up to date. make sure you’ve got the ALT_CONFIG code implemented and maybe consider updating your compiler. current version is gcc-arm-none-eabi-6-2017-q2-update