On Tue, Aug 28, 2018 at 9:43 AM evilwulfie <[email protected]> wrote:
>
> It seems ALL of the boards i purchased from mouser have the eeprom programmed
> to be a beaglebone green.
>
> it may be all 6000 boards they made for mouser. I have a support email into 
> them
> and GHI. Still no response.
>
> Robert your instructions do in fact write the eeprom as described but it does 
> not
> overwrite the string past the BBB info and it would still identify as a green
> so i found your eeprom erase script. If you run that first then your script
> the board identifies correctly.
>
> Just a thought.  might it be a good idea to add a few 0x00 to the end of the 
> bbb-eeprom.dump file to make sure if its mis-programmed it wipes the green 
> infos out ?
> I am having a feeling this will be a huge mess for people who buy or have 
> bought
> bbb boards from GHI.

Sure:

https://github.com/RobertCNelson/boot-scripts/commit/73593ebe3b7d3cc381eeb502d45ccb33a6ec5e78

diff --git a/device/bone/bbb-eeprom.dump b/device/bone/bbb-eeprom.dump
index 5f5ef9b..438b2f4 100644
--- a/device/bone/bbb-eeprom.dump
+++ b/device/bone/bbb-eeprom.dump
@@ -1 +1 @@
-<AA>U3<EE>A335BNLT
\ No newline at end of file
+<AA>U3<EE>A335BNLT000CyywwBBoxxxx
\ No newline at end of file

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYiFah8TUfBsxtwCuPULgYWnfLJUnbDegs7BUQKen%3D628Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to