From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7174246452075429888 X-Received: by 2002:a17:902:ced1:b0:179:ee31:1527 with SMTP id d17-20020a170902ced100b00179ee311527mr42767522plg.138.1670398898417; Tue, 06 Dec 2022 23:41:38 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a17:90a:2a03:b0:219:84d6:9802 with SMTP id i3-20020a17090a2a0300b0021984d69802ls3732683pjd.3.-pod-canary-gmail; Tue, 06 Dec 2022 23:41:37 -0800 (PST) X-Google-Smtp-Source: AA0mqf6xznVAhS0rTdofT6NkzFPJKLlVtJBeCqAOzMNN1Dsva2LRa/dIeI4DqNeXXWZEgmuDbrr0 X-Received: by 2002:a05:6a20:baa3:b0:aa:45b5:7b10 with SMTP id fb35-20020a056a20baa300b000aa45b57b10mr742885pzb.47.1670398897334; Tue, 06 Dec 2022 23:41:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1670398897; cv=none; d=google.com; s=arc-20160816; b=IIoF23IMn5L4rBwOcLzQi2h2CPFeqWxQzNIzuKR/R6B4J2UffBQKzjyQs8Koj6McOI e9ckbDldrmYHD/rgvrgZBK0Pe21gmdDljXk4sDbPhJ9DX15N3VbbI7dye7kGQ432EITJ DYorEgDu2/o6nTdWcm6z4KKLro0R/wKTsKwYatSuiy3BwpUaargubkEVcR4NB4shiL7t DFJN/NQnIOGgZ+zZX63bdBWpo5s6DH+LE4UMfot9qUhQqX+eiUOqwEhGGjH5GqbWQYYo Xc901L4x0N0hLV3/++hZQ2F45MJrlT0g/XLzfqVCWjq8OEDLlx/NPZ1rF2HqiGflc4ox 0vyg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=K2HQLoSyAOrV4nwZ2GqLbkEPo2VhlsD8GYIjFa45uVU=; b=Z7csr10adM+S7UPNra+jzR1PbkYmsZQp4YDAJ+9zkp489PbDsoNWr+zIJnonZVY42M FelBlOIyW9WzD/sM/Sixuba0Qa3fNstxn8v9QVHEjO3HrSUdf4OW1EivXYdrXMc3IG3a sRhbmtnP8RYRnfqDerytWqE5AFOAc0uZqclj/8gQAz2iD3RfG0nPg7/WlFbVnPHETAYb DchHbCeRu50L3xv7wuJ6/Rw4ULQ1AIdWU1AsaME8DfYkq0U6xT7khTfUI/jyoEblpgtr YJ21s+4IGe149IErqFzVXu/W0RHu61/MrjqYLYZDOv1vDE5mfmw6qBYHwxrAigWq9HDG QYdg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id d70-20020a621d49000000b005743ea3d0c3si991858pfd.0.2022.12.06.23.41.36 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 06 Dec 2022 23:41:37 -0800 (PST) Received-SPF: pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Received: from home.localnet (44-208-124-178-static.mgts.by [178.124.208.44] (may be forged)) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 2B77fVmt004860 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 7 Dec 2022 08:41:32 +0100 From: Uladzimir Bely To: isar-users Cc: Kurt Zou Subject: Re: custom u-boot /dtb in ISAR Date: Wed, 07 Dec 2022 10:41:28 +0300 Message-ID: <2082234.9o76ZdvQCi@home> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: 4pUAdvxngDMC In the email from Wednesday, 7 December 2022 06:40:19 +03 user Kurt Zou wrote: > Hi > Not sure if this is the right place to ask novice question like this. > I'm trying to build a wic-image for a new board with a customized u-boot. > I created my own xxx_defconfig for the u-boot, and customized dts file as > well. I tried build some examples but they are all based on existing > .defconfig file or dts in u-boot git repository. If I need to build this > customized u-boot/dtb, what's the best approach? > Thanks Hello. You could apply the patch that adds new defconfig for u-boot. Put it to the "files" near the recipe and add the patch to SRC_URI. -- Uladzimir Bely