Post Go back to editing

Adalm1000 / m1k in programming mode

FormerMember
FormerMember
Category: Software
Product Number: M1K
Software Version: No version currently

My contact number : +91 9369078293

WhatsApp: +919369078293

Email id: 23f3000076@es.study.iitm.ac.in 

This the snapshot of error and no light blunk in the adalm1000 / m1k board, anyone please help me

  • You will need to have installed libsmu from here:

    https://github.com/analogdevicesinc/libsmu/releases

    You will also need to down load the firmware binary file from here:

    https://github.com/analogdevicesinc/m1k-fw/blob/master/m1000.bin

    libsmu will include a command line tool which will allow you to flash new firmware on to the board.

    open a command line where you placed the firmware binary and type smu.

    >smu
    smu: utility for managing M1K devices

     -h, --help                   print this help message and exit
     --version                    show libsmu version
     -l, --list-devices           list supported devices currently attached to the system
     -p, --hotplug-devices        simple session device hotplug testing
     -s, --stream-samples         stream samples to stdout from a single attached device
     -d, --display-calibration    display calibration data from all attached devices
     -r, --reset-calibration      reset calibration data to the defaults on all attached devices
     -w, --write-calibration <cal file> write calibration data to a single attached device
     -f, --flash <firmware image> flash firmware image to a single attached device

    The -f option will allow you to reflash your board.