Go to previous topic
Go to next topic
Last Post 10 Apr 2017 02:00 PM by  bradb
MLO programming
 1 Replies
Author Messages
Marco Fonseca
New Member
New Member
Posts:15


--
10 Apr 2017 01:48 PM

    Is programming MLO(uboot SPL) from userspace possible with newever versions of the kernel (specifically linux-4.9.18), or is programming it from u-boot currently the only option?

    Thanks!

     

    bradb
    Basic Member
    Basic Member
    Posts:203


    --
    10 Apr 2017 02:00 PM

    Marcos,

    In the AN 542 DM3730 - AM3703 SOM Programming for End-Product Manufacturing, Section 10.3.7 Update MLO, U-Boot, Kernel, and Root Filesystem, provides the command from the Linux terminal for programming MLO.

    DM-37x flashtool -w -e --all-blocks --hamming /dev/mtd0 /mnt/nfs-usb/linux-demo/MLO

    If flashtool is available, it could be a solution for updating MLO from the Linux terminal. 

    Thanks,

    Brad



    ---