2

I'm currently developing a Raspberry pi HAT which I will eventually sell in the future. According to the official documentation the EEPROM memory of the HAT must contain several information. Two of this information are the Vendor Id and the Product Id.

My question is the following: Where can I get one of this number or am I free to get one 1 want? There is any information about it in the documentation.

Thank in advance!

Majonsi
  • 117
  • 1
  • 9

1 Answers1

2

Per this Pi Foundation forum thread

There will be no registry maintained for ID data. You are free to use whatever data you want in the vendor fields of the "vendor info" EEPROM atom (0x0001), but of course the UUID must be unique and properly formatted.

Further details can be found in the design guide and the ID EEPROM data format spec, and the GitHub repo.

Steve Robillard
  • 34,988
  • 18
  • 106
  • 110