View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000278 | EBoot_NDCU8 | EBoot | public | 2010-03-25 10:15 | 2011-02-07 13:41 |
Reporter | Assigned To | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | V1.35 | ||||
Target Version | V1.36 | Fixed in Version | V1.36 | ||
Summary | 0000278: Selftest hangs on EBoot V1.35 (64MB) | ||||
Description | When starting the selftest, the NetDCU8 hangs. Last message is: Serial 0: S3C2440 internal loopback... | ||||
Forum Link | |||||
|
stack pointer positioned incorrectly!? |
|
Start address of stack is wrong. It must be same value as in .BIB file. Old: !IF "$(MEMLAYOUT_64M)" == "1" ADEFINES=-pd "STACK SETA 0x83F00000" $(ADEFINES) !ELSE ADEFINES=-pd "STACK SETA 0x81F00000" $(ADEFINES) !ENDIF New: !IF "$(MEMLAYOUT_64M)" == "1" ADEFINES=-pd "STACK SETA 0x83F40000" $(ADEFINES) !ELSE ADEFINES=-pd "STACK SETA 0x81F40000" $(ADEFINES) !ENDIF Only version V1.35 has this error. |