I have some questions about MTD flash partitioning in OMAP3EVM.
>From the OMAP3 manual:
0x-0x0008 : "X-Loader-ONENAND"
0x0008-0x0024 : "U-Boot-ONENAND"
0x0024-0x0028 : "Boot Env-ONENAND"
0x0028-0x0078 : "Kernel-ONENAND"
0x0078-0x0800 : "File System-ONENA
Sorry, that was just printf format error. =)
I've corrected everything, works fine.
On Tuesday 20 October 2009 17:27:04 Tuma wrote:
> Hi, All!
>
> It seems I have a trouble.
> I want to use onenand_block_read function. So I've written a cover for it:
>
> int On
Hi, All!
It seems I have a trouble.
I want to use onenand_block_read function. So I've written a cover for it:
int OneNANDBlockRead (loff_t _from, ssize_t _len,
ssize_t *_retlen, u_char *_buf, int _oob)
{
int lRet;
return lRet;
}
When I do from this fuction:
printf ("Reading from: 0x%X,
ND support will be included.
On Friday 16 October 2009 19:54:53 you wrote:
> Tuma wrote:
> > Sorry for my intrusion.
> > But why NAND support was "removed"?
>
> It's a question, not a statement.
>
> Was NAND support removed?
>
> Best regards
>
>
Sorry for my intrusion.
But why NAND support was "removed"?
Maybe you need just reconfigure and build your U-Boot?
On Friday 16 October 2009 19:29:11 Dirk Behme wrote:
> Hi,
>
> in a private mail someone mentioned that recent U-Boot for OMAP3 EVM
> has only support for ONENAND. And NAND support wa
Hi, Kyungmin Park!
Thank you for patch!
But I have a question - how should I apply it?
Sorry, I'm not very skilled in UNIX/Linux.
I've saved all code from:
diff --git a/common/cmd_onenand.c b/common/cmd_onenand.c
index 9090940..2b8f01b 100644
to:
if (arg_off_size(argc - o
Hello, All!
My next question is about OneNAND U-Boot operations.
I use U-Boot 2009.08.rc2. There is "onenand" command:
onenand read[.oob] addr off size
read/write 'size' bytes starting at offset 'off'
to/from memory address 'addr', skipping bad blocks.
Can someone explain me how should I
On Monday 05 October 2009 12:25:41 Dirk Behme wrote:
> Tuma wrote:
> > Hi, All!
> > I have a question about serial No. and Die ID.
> > I've found this info:
> > http://www.mail-archive.com/u-boot@lists.denx.de/msg10042.html
> >
> > Can you tell me plea
Hi, All!
I have a question about serial No. and Die ID.
I've found this info:
http://www.mail-archive.com/u-boot@lists.denx.de/msg10042.html
Can you tell me please what is Die ID?
I need some serial No, which could be used as unique ID of device built on
OMAP3 processor.
Is this possible to reali
On Wednesday 23 September 2009 16:44:50 you wrote:
> Dear Tuma,
>
> In message <200909231144.25176.chernigovs...@spb.gs.ru> you wrote:
> > Yes, I've studied the structure of cmv_-file, and here is my code:
> >
> > ---
w I'm not very skilled in make system. So can you help me please in
> adding new .c file in final u-boot image?
> For example I need to include my new file unconditionally.
> I should edit Makefile in /common?
> What should be changed in this file?
>
> On Tuesday 22 Septem
have been put in /common.
Now I'm not very skilled in make system. So can you help me please in adding
new .c file in final u-boot image?
For example I need to include my new file unconditionally.
I should edit Makefile in /common?
What should be changed in this file?
On Tuesday 22 Sept
Hi, All!
Help me please in writting new U-Boot commands.
What should I do? I should write new file in "/common", something like
cmd_, am I right?
So where can I read about cmd_-file structure and how should new commands be
added? And how can I add my new file to U-Boot binary?
--
Softwar
On Monday 17 August 2009 19:37:53 you wrote:
> > -Original Message-
> > From: u-boot-boun...@lists.denx.de
> > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Tuma
> > Sent: Monday, August 17, 2009 7:26 PM
> > To: Wolfgang Denk; U-Boot Mailing List
> &g
On Monday 17 August 2009 17:55:31 Tuma wrote:
> On Monday 17 August 2009 16:38:31 you wrote:
> > Dear Tuma,
> >
> > again: please keep the mailing list on Cc: !!!
> >
> > In message <200908171631.17975.chernigovs...@spb.gs.ru> you wrote:
> > > Okay.
On Monday 17 August 2009 16:38:31 you wrote:
> Dear Tuma,
>
> again: please keep the mailing list on Cc: !!!
>
> In message <200908171631.17975.chernigovs...@spb.gs.ru> you wrote:
> > Okay. Is new version configurable for OMAP3evm out of the box?
>
> Yes.
>
On Monday 17 August 2009 13:52:46 you wrote:
> Dear Tuma,
>
> In message <200908171338.23342.chernigovs...@spb.gs.ru> you wrote:
> ...
>
> > > I cannot answer this question without knowing that these files
> > > contain. Is this board specific code? Then
On Monday 17 August 2009 13:33:50 you wrote:
> Dear Tuma,
>
> please keep the mailing list on Cc: - thanks.
>
> In message <200908171305.55605.chernigovs...@spb.gs.ru> you wrote:
> > > In message <200908131326.20857.chernigovs...@spb.gs.ru> you wrote:
> >
iles should be added to the project?
Thank you!
On Thursday 06 August 2009 19:25:11 you wrote:
> Hi Tuma,
>
> > While I've been waiting for reply, I've found some information from
> > Internet and source code. I tryed to configure current omap3evm config
> > fil
hink about the way I could implement LCD support for my board.
Thank you!
On Wednesday 05 August 2009 18:31:14 Detlev Zundel wrote:
> Hi Tuma,
>
> > But now I have new question - how can I display a Bitmap picture on the
> > board's LCD? I know there is the "bmp"
Hi, All!
And one more question - how can I outpup some text to the LCD?
I wanna redirect printf/puts functions from Com1 to LCD. Maybe there is some
example I can look at?
--
Software Developer
General Satellite Corp.
___
U-Boot mailing list
U-Boot@li
ommand in prompt? My board is OMAP3EVM.
Thank you.
On Thursday 30 July 2009 19:29:27 you wrote:
> Hi Tuma,
>
> > Hello All!
>
> Hiya.
>
> > I develop some "upgrade" tool based on the U-Boot booted from SD card.
> > I want to boot from SD card, and execut
Test Message.
--
Software Developer
General Satellite Corp.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hello All!
I develop some "upgrade" tool based on the U-Boot booted from SD card.
I want to boot from SD card, and execute some simple script which is stored in
bootcmd environment variable:
"echo Hello! ; mmcinit ; sleep 10 ; reset; " etc...
So I need to generate some environment file. I find sou
24 matches
Mail list logo