Seems like a power problem, no? Reflowed all solder points and tried a couple different USB ports with the same result.
All buttons light up when individually pressed.
edit: seems liek this is most likely to powering thru the teensy. I’ll add the usb breakout and see if that helps
edit2:Figured I would attempt modifying the norns shield code to accommodate the grid.
First attempt I got:
[49/57] Compiling crone/src/Commands.cpp
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-6/README.Bugs> for instructions.
Waf: Leaving directory `/home/we/norns/build’
Build failed
-> task in ‘LIBLINK_C’ failed with exit status 4 (run with -v to display more information)
I assumed my norns timed out, as it took me so long to figure out. Went thru the steps again and got this:
[51/57] Compiling crone/src/MixerClient.cpp
virtual memory exhausted: Cannot allocate memory g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-6/README.Bugs> for instructions. Waf: Leaving directory `/home/we/norns/build’
Build failed
-> task in ‘crone’ failed with exit status 1 (run with -v to display more information) -> task in ‘LIBLINK_C’ failed with exit status 4 (run with -v to display more information)
This bricked my norns shield, won’t power up. Tomorrow I’ll try reflashing the norns image to the sd card and go from there.
Any ideas or suggestions welcomed, as this is way above my head