On Mon, Jan 14, 2019 at 10:26 AM ferdster <[email protected]> wrote: > > 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
OKay fixed.. https://github.com/RobertCNelson/boot-scripts/commit/702a85c3ea80bf39c36f539e40dbd0e877b173dc Before: debian@test-bbb-1:/opt/scripts/tools$ ls -lh /opt/backup/uboot/ total 516K -rw-r--r-- 1 root root 90K Jun 24 2018 MLO -rw-r--r-- 1 root root 422K Jun 24 2018 u-boot.img After: debian@test-bbb-1:/opt/scripts/tools$ ls -lh /opt/backup/uboot/ total 532K -rw-r--r-- 1 root root 89K Jan 14 17:30 MLO -rw-r--r-- 1 root root 437K Jan 14 17:30 u-boot.img 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/CAOCHtYjce9aYU1HtS4TQg2%2BmUE4z7BjzyUwPBdODf%3Dp%2BA5BOKA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
