From: FlyingWoWings <lim.chongkean@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] No Partition in Flash Memoery under MTD
Date: Thu, 4 Sep 2008 17:32:16 -0700 (PDT) [thread overview]
Message-ID: <19322708.post@talk.nabble.com> (raw)
Greetings,
i am using ELDK 2.6.26 distribution on MPC8349emds,
arch = powerpc, cross_compile = ppc_6xx-
i've tried with uImage + FDT blob .dtb + uRamdisk
and i've added flash mapping in .dts as follow:
physmap-flash at 0xfc000000 {
compatible = "amd,am29lv128ml", "cfi-flash";
reg = <0xfc000000 0x04000000>;
bank-width = <2>;
device-width = <1>;
#address-cells = <1>;
#size-cells = <1>;
uboot at 0 {
label = "u-boot";
reg = <0 0x000040000>;
};
uImage at 0x00080000 {
label = "uImage";
reg = <0x00080000 0x00100000>;
};
uRamdisk at 0x00180000 {
label = "uRamdisk";
reg = <0x00180000 0x00200000>;
};
mds at 0x00380000 {
label = "MDS Device Tree";
reg = <0x00380000 0x00800000>;
};
};
when i boot up the kernel on the board, i tried
# cat /proc/mtd
dev: size erasesize name
mtd0: 04000000 00020000 "physmap-flash.0"
and
# df
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/ram0 5040 3756 1284 75% /
it does not shows flash device with df, and no partition under /proc/mtd,
can anybody help?
in advance, thank you.
--
View this message in context: http://www.nabble.com/No-Partition-in-Flash-Memoery-under-MTD-tp19322708p19322708.html
Sent from the Uboot - Users mailing list archive at Nabble.com.
next reply other threads:[~2008-09-05 0:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-05 0:32 FlyingWoWings [this message]
2008-09-05 21:41 ` [U-Boot] No Partition in Flash Memoery under MTD richardretanubun
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=19322708.post@talk.nabble.com \
--to=lim.chongkean@gmail.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.