All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Eric Bénard" <eric@eukrea.com>
To: christian.buettner@rafi.de
Cc: barebox@lists.infradead.org
Subject: Re: Create NAND Partition through barebox
Date: Thu, 29 Mar 2012 14:34:42 +0200	[thread overview]
Message-ID: <20120329143442.0df5cccd@eb-e6520> (raw)
In-Reply-To: <OF21220E76.68770C91-ONC12579D0.004452DB-C12579D0.0044D7C4@o0802.rafi.inhouse>

Le Thu, 29 Mar 2012 14:32:01 +0200,
christian.buettner@rafi.de a écrit :

> This is my current config:
> 
> #!/bin/sh
> 
> machine=test
> 
> kernel_loc=nand
> rootfs_loc=nand
> 
> rootfs_type=ubifs
> 
> kernel=zImage
> rootfs=rootfs
> envimage=environ.bin
> 
> autoboot_timeout=3
> 
> nfsroot="/tools/rootfs/test"
> 
> console="console=ttymxc0,115200"
> 
> bootargs=${console}
> 
> nand_parts="256k(barebox)ro,768k(bareboxenv),4M(kernel),-(root)"
> kdev="/dev/nand0.kernel.bb"
> rootfs_mtdblock_nand=3
> 
> 
> 
> But i see no NAND in devinfo
> 
this one works on an i.MX535 here :
nand_parts="512k(barebox)ro,512k(bareboxenv),3M(kernel),-(root)"
rootfs_mtdblock_nand=3
nand_device="mxc_nand"
ubiroot="$machine-rootfs"
device_type="nand"

Eric

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  reply	other threads:[~2012-03-29 12:34 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-29 11:55 Create NAND Partition through barebox christian.buettner
2012-03-29 12:03 ` Eric Bénard
2012-03-29 12:32   ` Antwort: " christian.buettner
2012-03-29 12:34     ` Eric Bénard [this message]
2012-03-29 12:40     ` Alexander Aring
2012-03-29 12:59       ` Antwort: " christian.buettner
2012-03-29 13:01         ` Eric Bénard
2012-03-29 13:42           ` Franck Jullien
2012-03-30 12:03           ` Antwort: " christian.buettner
2012-03-29 12:08 ` Alexander Aring
2012-03-29 12:15   ` Antwort: " christian.buettner

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=20120329143442.0df5cccd@eb-e6520 \
    --to=eric@eukrea.com \
    --cc=barebox@lists.infradead.org \
    --cc=christian.buettner@rafi.de \
    /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.