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. ^ ^
Install ucos2 to S3C2440 ARM9
Oh, Try your self, and u will see your self! hix tui cung port chua dc, chi len cai man hinh iphone! het!
@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 ?
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
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
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
STATIC void __RdPage512(U8 *buf)
{
unsigned i;
for (i = 0; i < 1024; i++) { // 512 x 1024
buf[i] = NF_RDDATA8();
}
}
and this...


