STM32H750B-DK
To install Stratify OS, you need to install the bootloader and the OS. The bootloader is installed using the mbed
mounted drive. The OS is then installed using the native USB. You need to connect BOTH USB connectors.
#
STM32H750B-DKexport ID=1uFElwNf95yA9kTmMSqX
mkdir tmpsl cloud.install:id=$ID,build=boot_release,dest=host@tmp,arch=v7em_f5dh
Now copy tmp/STM32H735G-DK_build_boot_release.bin
to the mbed
drive. Then push the button on the board to reset the device. You should see the blue light flash several times. You can do this using the command line. This command will vary slightly depending on your system. You can always just drag-and-drop to copy as well.
cp ./tmp/STM32H735G-DK_build_boot_release.bin /Volumes/DIS_H735IG
Now install the OS. Remember BOTH USB connectors need to be connected.
sl cloud.install:id=$ID,sync=false,dest=host@tmp,arch=v7em_f5dhsl os.install:path=tmp/STM32H735G-DK_build_release.bin,flashpath=/dev/auth_flash
#
What's Next?Once the OS install is complete, you can explore Stratify OS using sl.
If you want to build this project from source, please see the Github project page.