[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <36886.1432516316@turing-police.cc.vt.edu>
Date: Sun, 24 May 2015 21:11:56 -0400
From: Valdis.Kletnieks@...edu
To: John Whitmore <arigead@...il.com>
Cc: linux-kernel@...r.kernel.org
Subject: Re: RaspberryPi "is this a real kernel?"
On Sun, 24 May 2015 11:32:36 +0100, John Whitmore said:
> $ ./mkknlimg ../../linux/arch/arm/boot/zImage 3.18.0-can+.img
> tail: +: invalid number of bytes
> * Is this a valid kernel? In pass-through mode.
Looks like they try to use 'tail' to skip over something, but the + sign
in your uname -r gives it indigestion. Try building with a version name
that doesn't include a + sign, and complain to the maintainers of mkknlimg
that they've probably got a parameter quoting problem (most likely, there's
someplace a
tail -this -that $foo
needs to be
tail -this -that "$foo"
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists