[U-Boot] Environment, flash, config.

2009-10-30 Thread Tuma
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

Re: [U-Boot] cmd_onenand.c, onenand_block_read (...)

2009-10-21 Thread Tuma
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

[U-Boot] cmd_onenand.c, onenand_block_read (...)

2009-10-20 Thread Tuma
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,

[U-Boot] Fwd: Re: OMAP3 EVM: Only ONENAND supported, no NAND any more?

2009-10-18 Thread Tuma
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 > >

Re: [U-Boot] OMAP3 EVM: Only ONENAND supported, no NAND any more?

2009-10-16 Thread Tuma
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

Re: [U-Boot] [PATCH] OneNAND partial read/write support

2009-10-12 Thread Tuma
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

[U-Boot] OneNAND operations.

2009-10-08 Thread Tuma
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

Re: [U-Boot] Die id?

2009-10-05 Thread Tuma
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

[U-Boot] Die id?

2009-10-05 Thread Tuma
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

Re: [U-Boot] Adding new U-Boot Command.

2009-09-28 Thread Tuma
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: > > > > ---

Re: [U-Boot] Adding new U-Boot Command.

2009-09-23 Thread Tuma
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

Re: [U-Boot] Adding new U-Boot Command.

2009-09-23 Thread Tuma
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

[U-Boot] Adding new U-Boot Command.

2009-09-22 Thread Tuma
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

Re: [U-Boot] BMP display.

2009-08-18 Thread Tuma
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

Re: [U-Boot] BMP display.

2009-08-17 Thread Tuma
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.

Re: [U-Boot] BMP display.

2009-08-17 Thread Tuma
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. >

Re: [U-Boot] BMP display.

2009-08-17 Thread Tuma
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

Re: [U-Boot] BMP display.

2009-08-17 Thread Tuma
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: > >

Re: [U-Boot] BMP display.

2009-08-13 Thread Tuma
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

Re: [U-Boot] BMP display.

2009-08-06 Thread Tuma
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"

[U-Boot] LCD Display.

2009-08-04 Thread Tuma
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

[U-Boot] BMP display.

2009-08-03 Thread Tuma
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

[U-Boot] Test

2009-07-30 Thread Tuma
Test Message. -- Software Developer General Satellite Corp. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Environment structure.

2009-07-30 Thread Tuma
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