Re: [PATCH v5 0/4] Add initial support for SM7125 and Xiaomi SM7125 platform

From: David Wronek
Date: Thu Aug 24 2023 - 06:39:51 EST


On Thu, Aug 24, 2023 at 11:53 AM Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> 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@xxxxxxxxx>
> > ---
> 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