Install ucos2 to S3C2440 ARM9

Chau Tri Vu 2010-11-06 06:21:43 Link
I install by step by step but it fail, it just show white screen, not show
more.
I press d to download 2440ucos_T35/N35.bin to board but it fail.
^ ^

lingue_378 2010-11-18 02:27:25 Link
Oh, Try your self, and u will see your self!
hix tui cung port chua dc, chi len cai man hinh iphone! het!

nXqd 2010-11-18 14:52:53 Link
Toan dan truong minh tu suong tren nay :|

AndreT 2010-11-18 16:13:01 Link
Eh what?

nXqd 2010-11-18 17:35:12 Link
@AndreT: Have you ported uCos to mini2440 before, we do really need help.
This is the 1st time I port uCos to mini2440. Porting QT and winCE are
quite easy with DNW. One more, do we need linux installed to port uCOs ?

Narayanaraju Samunuri 2011-09-26 14:29:06 Link
please help me.. its urgent....
could some one tell how to port ucos-ii on friendly arm kit (S3c2440). 
if your know any links please provide...

Thanks and Regards
Narayana raju

Shahid riaz 2011-09-29 01:59:12 Link
Better u all try the dnw command (a) absolute user applications. And you
don't need any os installed. because UCos itself is complete os.

Shahid Riaz

brox 2011-11-19 17:46:43 Link
Are you sure you mini2440 is equipped with N35 type of LCD? If not, that
might be an explanation!

Waqas Ahmad 2011-12-10 13:08:42 Link
Dear Shahid Riaz where are you from........?your email,contact info
.etc?plz

andrés barré 2011-12-11 14:19:40 Link
f your rom is greater than 128, the image does not work, will have to
recompile the program

on file   " nand.c "   do this!

STATIC U32 NF8_CheckId(void)
{
  int i;
  U8 Mid, Did, DontCare, id4th;      

  NF_nFCE_L();
  
   NF_CMD(0x90);
  NF_ADDR(0x0);
  for (i=0; i<100; i++);

  Mid     = NF_RDDATA8();
  Did       = NF_RDDATA8();
  DontCare   = NF_RDDATA8();
  id4th     = NF_RDDATA8();  

  NF_nFCE_H();
  
  switch(Did) {
  case 0x76:
    return 0;
  case 0xF1:
  case 0xD3:
    return 1;
  default:
          return 1;              //  <<  here
    Uart_SendString("Unknown NAND type\r\n");
  //  for(;;);
  }

}

esto por que la memoria de 256 no es reconocida por el sistema de boot, asi
lo hacemos funcionar igual

andrés barré 2011-12-11 14:20:31 Link
this because the memory 256 is not recognized by the boot system, so we
make it work well

andrés barré 2011-12-11 14:23:28 Link
STATIC void __RdPage512(U8 *buf)
{

   unsigned i;
  for (i = 0; i < 1024; i++) {                //  512 x 1024 
    buf[i] =  NF_RDDATA8();
  }

}

and this...

Reply

Name
eMail (not visible)
Subject (no text only in upper case; no HELP, URGENT...)
Text
HTML tags are not supported and links are generated automatically if they start with http or ftp.
Please submit long source code or log files as attachment (only registered users).
Please enter the number 1605