[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAEoe_eUJWAG71VcYCfLWC5KCamRBjUZ+V3j4ZrSjBunh35s6Rw@mail.gmail.com>
Date: Thu, 24 Aug 2023 12:38:47 +0200
From: David Wronek <davidwronek@...il.com>
To: Konrad Dybcio <konrad.dybcio@...aro.org>
Cc: Andy Gross <agross@...nel.org>,
Bjorn Andersson <andersson@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>,
linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
~postmarketos/upstreaming@...ts.sr.ht, phone-devel@...r.kernel.org,
cros-qcom-dts-watchers@...omium.org
Subject: Re: [PATCH v5 0/4] Add initial support for SM7125 and Xiaomi SM7125 platform
On Thu, Aug 24, 2023 at 11:53 AM Konrad Dybcio <konrad.dybcio@...aro.org> wrote:
>
> On 24.08.2023 11:15, David Wronek wrote:
> > This series introduces support for the Qualcomm SM7125 SoC and the
> > Xiaomi SM7125 platform.
> >
> > Signed-off-by: David Wronek <davidwronek@...il.com>
> > ---
> Would your device boot if you:
>
> - removed qcom,board-id and qcom,msm-id
> - created the image like this:
>
> mkbootimg \
> --kernel arch/arm64/boot/Image.gz \
> --dtb arch/arm64/boot/dts/qcom/blahblah.dtb \
> --ramdisk blah.img \
> --pagesize 4096 \
> --base 0x0 \
> --kernel_offset 0x8000 \
> --ramdisk_offset 0x1000000 \
> --tags_offset 0x100 \
> --cmdline "foobarbaz" \
> --dtb_offset 0x1f00000 \
> --header_version 2 \
> -o boot.img
>
> ?
>
> Konrad
Seems like my device needs those properties, it does not boot without
msm-id and board-id and the command you sent.
Sincerely,
David
Powered by blists - more mailing lists