Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.kernel > #70112 > unrolled thread

Bug#981586: Bullseye armhf kernel for Raspberry Pi 4b does not boot

Started byRyutaroh Matsumoto <ryutaroh@ict.e.titech.ac.jp>
First post2021-04-13 13:50 +0200
Last post2021-04-13 13:50 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.debian.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Bug#981586: Bullseye armhf kernel for Raspberry Pi 4b does not boot Ryutaroh Matsumoto <ryutaroh@ict.e.titech.ac.jp> - 2021-04-13 13:50 +0200
    Processed: Re: Bullseye armhf kernel for Raspberry Pi 4b does not  boot "Debian Bug Tracking System" <owner@bugs.debian.org> - 2021-04-13 13:50 +0200

#70112 — Bug#981586: Bullseye armhf kernel for Raspberry Pi 4b does not boot

FromRyutaroh Matsumoto <ryutaroh@ict.e.titech.ac.jp>
Date2021-04-13 13:50 +0200
SubjectBug#981586: Bullseye armhf kernel for Raspberry Pi 4b does not boot
Message-ID<C3pIl-5Lt-3@gated-at.bofh.it>
Control: tags -1 + wontfix patch

From: Der_Martin <Der_Martin@sms.at>
Date: Fri, 9 Apr 2021 10:45:13 +0200
> On 16 Mar 2021 someone published a solution to that bug. Obviously nobody cares?

Bug #981586 is a duplicate of #971059.
#981586 is unlikely to get fixed because
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971059#12
So I add "wontfix".

Only
CONFIG_PCIE_BRCMSTB=m
is sufficient for linux-image-armmp-lpae to boot on RPi4B 8GB.
The following script on Debian Bullseye armhf (in a container or a VM)
builds a kernel bootable from USB MSD on RPi4B 8GB. 

#!/bin/sh
set -ex
KVAR=5.10.29
wget https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${KVAR}.tar.xz
tar Jxf linux-${KVAR}.tar.xz 
apt-get -q -y install linux-config-5.10 build-essential libncurses-dev fakeroot dpkg-dev
apt-get -q -y build-dep linux
cd linux-${KVAR}
xzcat /usr/src/linux-config-5.10/config.armhf_none_armmp-lpae.xz >.config
ARCH=arm
export ARCH
echo 'CONFIG_PCIE_BRCMSTB=m' >>.config
make oldconfig
nice -19 make -j 12 bindeb-pkg

Best regards, Ryutaroh Matsumoto

[toc] | [next] | [standalone]


#70113 — Processed: Re: Bullseye armhf kernel for Raspberry Pi 4b does not boot

From"Debian Bug Tracking System" <owner@bugs.debian.org>
Date2021-04-13 13:50 +0200
SubjectProcessed: Re: Bullseye armhf kernel for Raspberry Pi 4b does not boot
Message-ID<C3pIm-5Lt-9@gated-at.bofh.it>
In reply to#70112
Processing control commands:

> tags -1 + wontfix patch
Bug #981586 [src:linux] Bullseye armhf kernel for Raspberry Pi 4b does not boot
Ignoring request to alter tags of bug #981586 to the same tags previously set

-- 
981586: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981586
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems

[toc] | [prev] | [standalone]


Back to top | Article view | linux.debian.kernel


csiph-web