On Mon, Sep 24, 2018 at 3:13 PM Krzysztof Śmiałek <[email protected]> wrote: > > Thanks for reply :) > > I am using rev B with 2GB eMMC. Now I am using the newest version boot from > SD card. > > > Info from version.sh: > > debian@beaglebone:~$ sudo /opt/scripts/tools/version.sh > [sudo] password for debian: > git:/opt/scripts/:[d837f2b02f44fabe16353fd1226bb1f64e847c93] > eeprom:[A335BNLT00A53002BBBK9610] > model:[TI_AM335x_BeagleBone_Black] > dogtag:[BeagleBoard.org Debian Image 2018-06-17] > bootloader:[microSD-(push-button)]:[/dev/mmcblk0]:[U-Boot > 2018.03-00002-gac9cce7c6a]:[location: dd MBR]
Humm, looks like i need fix my logic, it didn't find the MLO file in p1: [ 1.348526] mmcblk1: mmc1:0001 MMC02G 1.79 GiB [ 1.348957] mmcblk1boot0: mmc1:0001 MMC02G partition 1 1.00 MiB [ 1.349358] mmcblk1boot1: mmc1:0001 MMC02G partition 2 1.00 MiB [ 1.349736] mmcblk1rpmb: mmc1:0001 MMC02G partition 3 128 KiB [ 1.351791] mmcblk1: p1 p2 But otherwise, this 'should' fix it.. sudo dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=100 and reboot.. Background, we moved overlays from the kernel to u-boot, thus a "recent" u-boot must be present for this to work properly, in your case, you have an old version of u-boot, we couldn't even detect.. Do you remember what version was installed the eMMC? Then i can work on patching my version.sh script.. 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/CAOCHtYi2Rgahr5nwbbw2vtwfxGX76dNPRGDFNnrSZ9NaKcV7yA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
