-
-
Notifications
You must be signed in to change notification settings - Fork 743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BLE - need serial number for authenticity checker #1609
Comments
What is a Serial number, and what is ID?
Although, in the FW we use the Before any renaming or implementation, it maybe makes sense to have more information about them. Which is set by the uCU manufacturer, and which is set by the Pine64 factory? |
we are not currently seeing serial number in PineSAM @gamelaster will know how the serial number is set but my understanding is it is a combination of what is done on eflash of the bl706 chip at the factory and also something that is done in IRONOS firmware. |
Pinesam app is here if you want to check it out |
@ew1abz Serial Number is set by chip manufacturer. Device validation is set by Pine Store factory. |
Serial number is the ID burned by manufacturer that is the device MAC. Serial number is printed using
Meanwhile on the PinecilV2 we show the extra validation code from
Happy for us to add |
I see it now, if I compare the serial number I see on the pinecil screen and my real BLE MAC address which pinsam terminal script shows me: |
Thanks, everybody. That reaffirms my suspicions about misnaming things. |
|
Let's stick with @Ralim terminology:
No
Yes, the
Yes, that's my intention.
Unfortunately, we have to keep the old naming. Otherwise, we need to change FW and |
Is your feature request related to a problem? Please describe.
There is an Authenticity checker for people who own pinecil V2 and want to check if it's legit.
Currently, we have to read and transfer the long and tiny numbers from ID and Serial number from a tiny pinecil screen to the checker webpage.
BLE already sends ID number, just need Serial number too.
Describe the solution you'd like
As soon as PineSAM starts getting the serial number on BLE, work can be started on how to integrate it to add the Checker feature for fun and convenience.
The text was updated successfully, but these errors were encountered: