Ok, so it is exactly what I thought needed to be done, but I don't think 
the change you made to update_bootloader.sh is quite right. It didn't 
overwrite the existing 'MLO' and 'u-boot.img' files in /opt/backup/uboot. 
Instead it created two new files 'BOOT' and 'SPL'. 

BEFORE:
/opt/backup/uboot# ls -l
total 492
-rw-r--r-- 1 root root  75208 Jan 28  2018 MLO
-rw-r--r-- 1 root root 422560 Jan 28  2018 u-boot.img

AFTER:
/opt/backup/uboot# ls -l
total 1024
-rw-r--r-- 1 root root 447292 Jan 14 16:14 BOOT
-rw-r--r-- 1 root root  75208 Jan 28  2018 MLO
-rw-r--r-- 1 root root  90884 Jan 14 16:14 SPL
-rw-r--r-- 1 root root 422560 Jan 28  2018 u-boot.img

Thanks.

On Friday, January 11, 2019 at 5:35:29 PM UTC-7, RobertCNelson wrote:
>
> On Fri, Jan 11, 2019 at 6:29 PM Robert Nelson <[email protected] 
> <javascript:>> wrote: 
> > 
> > On Fri, Jan 11, 2019 at 5:28 PM ferdster <[email protected] 
> <javascript:>> wrote: 
> > > 
> > > Still having some trouble with this. 
> > > 
> > > - I am running directly off eMMC (no SD) with the latest bootloader 
> (sudo /opt/scripts/tools/developers/update_bootloader.sh) 
> > > - Now I clone the eMMC to SD 
> (/opt/scripts/tools/eMMC/beaglebone-black-make-microSD-flasher-from-eMMC.sh) 
>
> > > - Use the SD to clone a new board - this board now has an old 
> bootloader and I need to run update_bootloader.sh again. 
> > 
> > So we need a patch to "update_bootloader.sh" to update these two files 
> then: 
> > 
> > /opt/backup/uboot/MLO 
> > /opt/backup/uboot/u-boot.img 
>
> This should do it.. 
>
>
> https://github.com/RobertCNelson/boot-scripts/commit/73352cab7d3e0b9d344fc619a56eb9e7b311c598
>  
>
> 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/f00fbc35-4849-45f9-9097-3bda1878bdf0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to