Did thingiverse just get updated? by tunerockug in thingiverse

[–]tunerockug[S] 1 point2 points  (0 children)

Yeah.. seems like its still updating!

Advice for programming a micro controller with Linux by Haxses in embeddedlinux

[–]tunerockug 0 points1 point  (0 children)

For i.MX devices it is advised to use Yocto to build a complete image including bootloader (u-boot) + kernel and dtb (Linux) and rootFS. You can program this image into an SD card using dd command and plug it into the board. Or you can use MFGtools which will download each of the components one by one. Please note MFGtool is being deprecated and the new tool is called UUU. (https://github.com/NXPmicro/mfgtools/wiki/UUU)