Hey Joshua, the firmware can be found in the UHD source code repo under firmware/e310/battery. If I remember correctly, you'll need avr-gcc, avr-libc and avrdude (the latter only for flashing using the `make install` target).
Note that the software is a bit tight on space on the Attiny88 – so maybe try to avoid integrating too many features without removing anything ;) Best regards, Marcus On 27.04.20 16:20, Joshua Monson via USRP-users wrote: > Hello, > > > > Under the current (COVID19) circumstances, I am having to use my > E310/E312’s remotely. I have them connected to a remotely controllable > PDU that allows me to power cycle the E310 devices when they > occasionally crash (as long as they have been switched on once). > However, the battery-backed E312s do not respond to the power-cycling in > the same way the E310s do and thus I am cannot power-cycle them. We > disconnected the battery and tested the remote power-cycling to no > avail. Is there a version of the AVR code that would allow me to disable > the battery and use the input power to power-cycle the device? (I could > go into the office to reflash the AVR). Alternatively, could I recompile > the AVR code with different parameters to force this behavior? > > > > Thanks, > > > Josh > > > > > _______________________________________________ > USRP-users mailing list > [email protected] > http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com > _______________________________________________ USRP-users mailing list [email protected] http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
