On Fri, Dec 16, 2016 at 6:29 PM, ferdster <[email protected]> wrote: > We have a custom board based on a BBB. It has the eeprom on it, but we'd > like to get rid of it. > > Initially, to bring up the board, we programmed the eeprom as a BBB. Now we > want to remove it. I patched it with: > https://github.com/RobertCNelson/Bootloader-Builder/blob/master/patches/v2016.03/0002-NFM-Production-eeprom-assume-device-is-BeagleBone-Bl.patch > > Now it boots with an empty eeprom. I thought the patch would be enough, but > after removing the eeprom from the board, I get nothing at all on the > console. > > Something must be failing very early on in u-boot for it not to print > anything.
Yeah, your going to have to dig deeper in u-boot, for beaglebone clone's an eeprom on the i2c bus is expected.. You'll need to disable all those calls.. 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/CAOCHtYjow2rJCZfn3-Lv-8ChOgPbyJa1ckznCpYdgAJoxkmw6Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
