On Wed, 29 Aug 2012, Brad Arnold wrote:
> On Wed, Aug 29, 2012 at 9:50 AM, Nicolas Pitre wrote:
> >
> > On Wed, 29 Aug 2012, Brad Arnold wrote:
> >
> > > Hi,
> > >
> > > I'm working on an embedded board which uses u-boot + linux. At
> > > manufacturing time, the device serial number will be progr
On Wed, Aug 29, 2012 at 9:50 AM, Nicolas Pitre wrote:
>
> On Wed, 29 Aug 2012, Brad Arnold wrote:
>
> > Hi,
> >
> > I'm working on an embedded board which uses u-boot + linux. At
> > manufacturing time, the device serial number will be programmed into OTP
> > memory on NAND (probably from within u
Il 29/08/2012 18:57, Brad Arnold ha scritto:
That'll help me move along. I'm currently storing the mac and serial in
the u-boot environment, but I was thinking I might want to move those two
to the OTP. But at least having some level of write protection in u-boot
is nice. I wasn't aware that this
sabled by
default in the config for Marvell boards.
I'll have to look at that example program futher...
Brad
-Original Message-
From: Marco Stornelli [mailto:marco.storne...@gmail.com]
Sent: August-29-12 10:06 AM
To: Brad Arnold
Cc: linux-embedded@vger.kernel.org
Subject: Re: Expos
That's perfect, thanks!
Brad
-Original Message-
From: Nicolas Pitre [mailto:n...@fluxnic.net]
Sent: August-29-12 9:51 AM
To: Brad Arnold
Cc: linux-embedded@vger.kernel.org
Subject: Re: Expose system Serial Number to userspace.
On Wed, 29 Aug 2012, Brad Arnold wrote:
> Hi,
Il 29/08/2012 17:18, Brad Arnold ha scritto:
Hi,
I'm working on an embedded board which uses u-boot + linux. At
manufacturing time, the device serial number will be programmed into OTP
memory on NAND (probably from within u-boot). We'd like the linux kernel
to make this serial number available t
On Wed, 29 Aug 2012, Brad Arnold wrote:
> Hi,
>
> I'm working on an embedded board which uses u-boot + linux. At
> manufacturing time, the device serial number will be programmed into OTP
> memory on NAND (probably from within u-boot). We'd like the linux kernel
> to make this serial number avail
Hi,
I'm working on an embedded board which uses u-boot + linux. At
manufacturing time, the device serial number will be programmed into OTP
memory on NAND (probably from within u-boot). We'd like the linux kernel
to make this serial number available to be read from userspace. Is there
an accepted