From: Bo Shen <voice.shen@atmel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Help with Glomation GESBC-9G20
Date: Mon, 24 Jun 2013 17:20:37 +0800 [thread overview]
Message-ID: <51C80F65.60804@atmel.com> (raw)
In-Reply-To: <3D2A9483-0F5E-464D-A683-6E7364EA9686@usgs.gov>
Hi Larry Baker,
Please stop top posting.
On 6/24/2013 16:45, Larry Baker wrote:
> Is there a way to know the U-Boot partition size the at91loader expects?
Till now, there is no such function. However, if you use new bootstrap,
it will show useful information as following:
---8>---
AT91Bootstrap 3.5.3 (Thu Apr 25 10:08:24 CST 2013)
NAND: ONFI not supported
NAND: Manufacturer ID: 0xec Chip ID: 0xda
NAND: Disable On-Die ECC
NAND: Press the recovery button (BP4) to recovery
NAND: Using Software ECC
NAND: Image: Copy 0x80000 bytes from 0x40000 to 0x21f00000
NAND: Done to load image
---<8---
> I really want to get a UBIFS root file system on this board. But, I haven't figured out how to do that yet, nor have I found a rootfs small enough to fit yet.
For UBI file system support
1. if you want to mount, read or something else with u-boot, please
reference to <include/configs/at91sam9x5ek.h>. Some quote information
---8>---
#define CONFIG_MTD_DEVICE
#define CONFIG_CMD_MTDPARTS
#define CONFIG_MTD_PARTITIONS
#define CONFIG_RBTREE
#define CONFIG_LZO
#define CONFIG_CMD_UBI
#define CONFIG_CMD_UBIFS
#define CONFIG_SYS_MALLOC_LEN (4 * 1024 * 1024) // for mount ubifs
---<8---
2. if you just want use ubifs as rootfs. just one thing for u-boot, it
is bootcmd, please also reference <include/configs/at91sam9x5ek.h>.
Best Regards,
Bo Shen
next prev parent reply other threads:[~2013-06-24 9:20 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-23 6:34 [U-Boot] Help with Glomation GESBC-9G20 Larry Baker
2013-06-24 7:29 ` Bo Shen
2013-06-24 8:02 ` Larry Baker
2013-06-24 8:22 ` Bo Shen
2013-06-24 8:29 ` Andreas Bießmann
2013-06-24 8:45 ` Larry Baker
2013-06-24 9:20 ` Bo Shen [this message]
2013-06-24 9:23 ` Andreas Bießmann
2013-06-25 18:02 ` Larry Baker
2013-06-26 1:08 ` Bo Shen
2013-06-26 1:55 ` Larry Baker
2013-06-26 6:35 ` Andreas Bießmann
2013-06-24 8:24 ` Andreas Bießmann
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=51C80F65.60804@atmel.com \
--to=voice.shen@atmel.com \
--cc=u-boot@lists.denx.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.