On Wed, Sep 19, 2018 at 8:47 AM <[email protected]> wrote: > > Hi Robert. > > I'm wondering if you could help... I have a BBBW that I can't get to run at > 1000MHz. I tried updating the eeprom as suggested but no difference. > Hardware still listed as max 800MHz. > > Here is output of version.sh > git:/opt/scripts/:[73593ebe3b7d3cc381eeb502d45ccb33a6ec5e78] > eeprom:[A335BNLTBWA50000BBWG*] > model:[TI_AM335x_BeagleBone_Black_Wireless] > dogtag:[BeagleBoard.org Debian Image 2018-08-30] > bootloader:[microSD-(push-button)]:[/dev/mmcblk0]:[U-Boot > 2018.03-00002-gac9cce7c6a]:[location: dd MBR] > bootloader:[eMMC-(default)]:[/dev/mmcblk1]:[U-Boot > 2017.01-00006-g55e748eda0]:[location: dd MBR]
The really old version of U-Boot in the eMMC is blocking proper construction of the Black Wireless device tree, thus breaking the cpu node. Just run: sudo dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=100 and reboot.. 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/CAOCHtYg48SX_oivLvhy-eKqB5ZwbLxx30bF6zo9nXS_p9OdG9w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
