From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-vs1-f50.google.com (mail-vs1-f50.google.com [209.85.217.50]) by mx.groups.io with SMTP id smtpd.web11.3562.1602015772821321829 for ; Tue, 06 Oct 2020 13:22:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20161025 header.b=em0oh7GE; spf=pass (domain: gmail.com, ip: 209.85.217.50, mailfrom: andrey.z@gmail.com) Received: by mail-vs1-f50.google.com with SMTP id u7so6813384vsq.11 for ; Tue, 06 Oct 2020 13:22:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=oUkzJT5yxDlIz4ukgXSF7gXeY46VbZTED6obl0YBA28=; b=em0oh7GE0ZUMexHwLu+xGxKqhvtb4yz5CuvGZpRRTT679YNyYmVR2qLau8u8/swgyB vH9GySaxDzP+X1vxbJ4/H4avpDq4mOaX+1qL/tWBJ43ta7XUsQzFZecH30/yVbRkRxtA 3Z89M9A+YZLqKGhXFgEvIJ91YzZv40cd/rhBso+8HkiP0kP7l/Tkm2qt/3jceL62bzQC LXAV4SWXhWA7xQqp9wsarkj43utfD+l4Q1vIcQpHP2f2JH/BBO/B05kzjUmCTurRjjpt jUkQmGLKFa7zItismfBnXiPLjxXblefFD8266iEypI3yfqyhYzVkwmo1qKsc8R5IFZXL qM8g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=oUkzJT5yxDlIz4ukgXSF7gXeY46VbZTED6obl0YBA28=; b=GTFTBu8i5ERWE1g93dteRr/5SqvKBuHa6zQGoJnWewtMSmJb8pirdV9Z5Nt3F2Zf79 b2hzr23KT43mT7BtzhNy0qht9pVZYk+qnFBlqoDo9TG4Iixt/ixIhsNu7bbebVZYBbsk FX2d1tF5XZdfZu01MeCpnYBP5YwbrFDMKLS8QmToGIAKh/YSBC9CuBJ9VRGntEa2KlhF DjtNczt7bPwBPBAg+y/VV52ZmuFOEVqNR9cnPTElPccxjFc4OZCiAln7G6uzf+0S1pco f92InXy7KFnCKwqWhlcD9aYr0gpfEfUJcqzNRPUZOYm3j0hqKU2lIHFk86LOYb7vxYkZ zzLw== X-Gm-Message-State: AOAM531FKVPgYhap1kEADPFH8RqG7cob0Xd2kbupTgulwsUkQiKKUJNH nw1Xs+HWfw7UVDXtPNqTAdMSKAQqMh5cbq5g1H8= X-Google-Smtp-Source: ABdhPJzPCf00gW8d5HXCkk3KAfEs8ltScN7b2NOOpj2W8fWK+mjxt+aDHqF68/XDj3QTKBClD1QiBVY5j22mP9oDfys= X-Received: by 2002:a67:fdc6:: with SMTP id l6mr4824302vsq.31.1602015771895; Tue, 06 Oct 2020 13:22:51 -0700 (PDT) MIME-Version: 1.0 References: <22224.1602013328940611325@lists.yoctoproject.org> <9501.1602013856081752694@lists.yoctoproject.org> In-Reply-To: <9501.1602013856081752694@lists.yoctoproject.org> From: "Andrey Zhizhikin" Date: Tue, 6 Oct 2020 22:22:41 +0200 Message-ID: Subject: Re: [meta-freescale] How to get firmware-imx for imx8mm evk into sdcard image? I'm getting firmware loading errors for sdma-imx7d.bin etc. To: Brian Hutchinson Cc: meta-freescale@lists.yoctoproject.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello Brian, On Tue, Oct 6, 2020 at 9:51 PM Brian Hutchinson wro= te: > > ... what "distro" 'should' I be using since I have a custom board that's= based on imx8mm evk but I don't necessarily want/need wifi, bluetooth, vid= eo, touchscreen etc.??? I suggest you go with your own distro then, as you can leverage the DISTRO_FEATURES in it yourself. You can either take any of 'fsl-' prefixed distros over 'poky' if you need some NXP proprietary components (e.g. VPU, GPU, etc), or take any of 'fslc-' prefixed ones if you want to stay with mainline. Please note - I do not say that 'poky' would not work here! :) It is just a reference distro from Yocto Project, which targets qemu on the first place, but also works well for real HW. This is the way we build our distro (derived from 'fsl-wayland'), and so far it has proven to be working quite well. I also do sanity build and run the 'fsl-wayland' off the master on imx8mmevk to make sure there are no regressions. > > Is poky what's causing my pain? You can see what distro features you have included when you do 'bitbake -e' and search for DISTRO_FEATURES. If you have (and according to what you say - you do :) ) some pieces you do not need - you can always either not include them in your custom distro, or use DISTRO_FEATURES_remove =3D "". > > I've been doing TI based builds forever and recently switched over to NX= P based products so still learning the lay of the land. I finally discover= ed I don't think I want to be building based off NXP releases from codeauro= ra and that Freescale is the better base for our products but not 100% clea= r what distro's are available and which ones I should focus on. Those distros are located in a meta-freescale-distro layer, you can peek there to see what's available. > > Regards, > > Brian >=20 > --=20 Regards, Andrey.