All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: gene heskett <gheskett@shentel.net>, linux-kernel@vger.kernel.org
Subject: Re: What replaces the 4.19.y scripts/mkknlimg in 5.16-rc6-rt12?
Date: Tue, 18 Jan 2022 19:36:41 -0800	[thread overview]
Message-ID: <a54dcf61-9dd6-7848-f683-651d737b1533@infradead.org> (raw)
In-Reply-To: <3003419.O0OFyGy2SB@coyote>

Hi Gene,

On 1/16/22 18:56, gene heskett wrote:
> Greetings all;
> 
> That script/mkknlimg is missing in v5.16-rc6-rt2. What replaces it?
> 
> Or, can this script be copied to a v5.16-rc6-rt12 build and used?
> 
> Thanks a bunch, I'm trying to build a v5.16-rc6-rt12 on a rpi4 for the 
> rpi4. The build itself was flawless.
> 
> Cheers, Gene Heskett.

Mainline 4.19.* does not have a file called scripts/mkknlimg.
Since I am not familiar with that script, I used some internet search
engine and found several sites that might help you.  Good luck.  :)

https://autostatic.com/tag/mkknlimg/
https://github.com/raspberrypi/linux/issues/3249

Bottom line is that it is no longer needed. The second URL above says:

It's not at all clear what would be going wrong in your case. Our standard kernel build instructions (https://www.raspberrypi.org/documentation/linux/kernel/building.md) just copy the zImage:

sudo cp arch/arm/boot/zImage /boot/$KERNEL.img

and

sudo cp arch/arm/boot/zImage mnt/fat32/$KERNEL.img


cheers.
-- 
~Randy

  reply	other threads:[~2022-01-19  3:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-17  2:56 What replaces the 4.19.y scripts/mkknlimg in 5.16-rc6-rt12? gene heskett
2022-01-19  3:36 ` Randy Dunlap [this message]
2022-01-17  4:15 gene heskett
2022-01-17  8:35 ` Ahmed S. Darwish

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a54dcf61-9dd6-7848-f683-651d737b1533@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=gheskett@shentel.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.