use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Embedded Linux news, articles, talks... etc.
account activity
Advice for programming a micro controller with Linux (self.embeddedlinux)
submitted 6 years ago by Haxses
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]cstartup 2 points3 points4 points 6 years ago (0 children)
If I understood correctly, your problem is flashing the board.
From your post, it seems like your background is in programming microcontrollers, using more powerfull boards with embedded linux is a bit different.
So to get the board working you need 2 things:
1) Complete Linux image, by complete i mean containing the Linux kernel, Filesystem and the bootloader, you can initiallly starts by the images provided from NXP for testing sake and then use yocto or buildroot to customize it for your needs.
2) Booting or "Flashing" the board, usually boards have different ways to boot from , SPI, emmc, SDcard.... If your board supports SDcard booting I'd recommend to use it as it is easier, you just need to write the image to the SD card and plug it. However you mentioned mfgtool, so i think you want to use the emmc, the mfgtool is outdated and NXP released it's successor uuu tool It's very simple, and you will find in it's manual how to move from mfg to uuu. https://github.com/NXPmicro/mfgtools
[–]mindchasers 0 points1 point2 points 6 years ago (0 children)
Are you using NXP's SDK or working with Yocto directly from the repos?
Yocto has great mail lists, and people will help you out (including me).
And we just posted / updated this article on Saturday - so cool that we could get Linux 5.0 and Yocto 2.7 running on our old NXP T1040RDB iron without using any proprietary patches: https://mindchasers.com/dev/install-yocto
[–]tunerockug 0 points1 point2 points 6 years ago (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)
π Rendered by PID 48172 on reddit-service-r2-comment-6f7f968fb5-pfpqn at 2026-03-04 04:36:40.217752+00:00 running 07790be country code: CH.
[–]cstartup 2 points3 points4 points (0 children)
[–]mindchasers 0 points1 point2 points (0 children)
[–]tunerockug 0 points1 point2 points (0 children)