Search found 54 matches

by itouch
Mon Jan 25, 2010 8:21 pm
Forum: S3C2440 Boards
Topic: Burn NOR BIOS using H-JTAG
Replies: 7
Views: 18703

Re: Burn NOR BIOS using H-JTAG

Please help. I have followed the JTAG instructions to the letter but my development board with a core board will not come up. I keep getting the message "No NAND device found!!!" when I try to boot the board after JTAGging it. The JTAG operation always goes smoothly. What am I doing wrong? I have tr...
by itouch
Fri Jan 22, 2010 12:17 pm
Forum: S3C2440 Boards
Topic: JTAG with core board
Replies: 3
Views: 1829

Re: JTAG with core board

I know for sure that the software works as it detects the processor on my dev. board correctly. I am building a new circuit from scratch using the core board and trying to get the JTAG circuit working.
by itouch
Thu Jan 14, 2010 9:12 pm
Forum: S3C2440 Boards
Topic: JTAG with core board
Replies: 3
Views: 1829

JTAG with core board

Hi folks, I just got a core board that I am trying to get working. The JTAg circuit that I have implemented does not recognize the board. Can someone tell me the mininum pins that I need to connect from the core board to get JTAG working? Right now, I only have the JTAG pins, Vcc and GND connected. ...
by itouch
Sun Jan 10, 2010 9:08 am
Forum: S3C2440 Boards
Topic: Macromedia Flash Player ActiveX Plug-in
Replies: 0
Views: 1247

Macromedia Flash Player ActiveX Plug-in

I have installed the Macromedia flash player plug-in in CE 5.0 to play .swf files with a stand-alone flash player. However, the player then keeps reporting that it cannot find the plug-in! Has anyone had any success with this procedure? I have installed version 6 and version 6 of the plug-in with th...
by itouch
Wed Oct 14, 2009 9:05 pm
Forum: S3C2440 Boards
Topic: NON OS Sample Code
Replies: 1
Views: 1078

Re: NON OS Sample Code

You will need the ARM Developer Suite 1.2 compiler to build the non-os projects on the CDs.
by itouch
Wed Oct 07, 2009 3:50 am
Forum: S3C2440 Boards
Topic: How to output resolution other than 1024x768 using VGA board
Replies: 10
Views: 3389

Re: How to output resolution other than 1024x768 using VGA board

Thank you Nicolas and Buserror for your help. I have scoured the web for any kind of documentation on this board, to no avail. Perhaps someone will step up with such documentation in the future... The only technical blurp on the board that I found is listed below: Some extended output modules for 80...
by itouch
Tue Oct 06, 2009 8:00 pm
Forum: S3C2440 Boards
Topic: How to output resolution other than 1024x768 using VGA board
Replies: 10
Views: 3389

Re: How to output resolution other than 1024x768 using VGA board

Nicolas writes "When you change those two defines, did you also go thru the lcd.c and change the other drawing code to adjust accordingly ?" Yes, I did. I changed the LCD_WIDTH and LCD_HEIGHT in option.h to 1024 and 600. I then tried to output a bitmap 1024x600. The bitmap only took up a portion of ...
by itouch
Tue Oct 06, 2009 7:15 pm
Forum: S3C2440 Boards
Topic: How to output resolution other than 1024x768 using VGA board
Replies: 10
Views: 3389

Re: How to output resolution other than 1024x768 using VGA board

Nicolas, Thanks for the response. Yes, I am using the source files in the code without os folders. However, merely changing the resolution values of the LCD does nothing but simply clip the display to that resolution. For example, I tried 1024x600 (my LCD resolution) and the lower portion of the dis...
by itouch
Tue Oct 06, 2009 6:50 pm
Forum: S3C2440 Boards
Topic: How to output resolution other than 1024x768 using VGA board
Replies: 10
Views: 3389

Re: How to output resolution other than 1024x768 using VGA board

Linux or win-ce? Actually, stand alone...
by itouch
Tue Oct 06, 2009 5:25 pm
Forum: S3C2440 Boards
Topic: How to output resolution other than 1024x768 using VGA board
Replies: 10
Views: 3389

Re: How to output resolution other than 1024x768 using VGA board

PS: I found the following LCD initialization procedure for the VGA card at 1024x768. It initializes the LCD controller registers. What values should I use to drive the VGA card at a different resolution? Merely changing the LCD width and height values does not change the VGA mode. #define LCD_WIDTH ...