hats icon indicating copy to clipboard operation
hats copied to clipboard

Results 32 hats issues
Sort by recently updated
recently updated
newest added

The official RPi PoE+ Hat does not have any backpowering protection like a diode but is still called a hat. As such an official product is violation of section 2...

This commit does not bring any intended functional change. It simply adjusts the coding style, mostly adds some whitespace (e.g. around operators), to fit my personal style :-) For me,...

Dear Sirs, I hope this is also the place for discussions about HAT. We plan to build a system on top of the CM4. We will have a baseboard with...

When an eep file is generate with multiple custom file the generated eep file contain wrong information. The UUID is not the one set in the eeprom_settings.txt thats the same...

not quite sure if its a real problem, but using ~ is a convenient short hand at least. doesn't work ``` pi@raspberrypi:~ $ sudo ~/hats/eepromutils/eepflash.sh -w -t=24c32 -d=0 -a=50 \...

I am powering my Pi from 2.4.GND gpios. The Pi only shows RED constantly ON led and does not boot. However, if I connect the USB power source it boots...

`%2X` format string reads `sizeof(int)` bytes, but only 2 hexadecimal characters are supplied by `c` pointer which is 1 byte long. Using `%2hhX` tells sscanf to read sizeof(char) bytes or...

Mac OS X doesn't provide `endian.h`. It's only required for the `be32toh` and `htobe32` utility functions. Mac OS X provides similare functions in `libkern/OSByteOrder.h`. Respectively `OSSwapHostToBigInt32` for `htobe32` and `OSSwapBigToHostInt32`...

Hello, I am having difficulties using eepflash.sh to flash an eep file. I was previously using a Raspberry pi zero W running raspian Stretch and your code from 24 October...