請問...我們的客製化板子
無EEPROM,使用processor SDK 2.00.1.07
我已修改了uboot 將EEPROM處理掉
/opt/ti-processor-sdk-linux-am335x-evm-02.00.01.07/board-support/u-boot-2015.07+gitAUTOINC+5922e09363/board/ti/am335x/board.c
static int __maybe_unused read_eeprom(struct ti_am_eeprom **header)
#if 1
int i;
struct ti_am_eeprom *ep;
ep = TI_AM_EEPROM_DATA;
ep->header=0xEE3355AA;
#if 1
strcpy(ep->name, "A335X_SK");
strcpy(ep->version, "1.2B");
strcpy(ep->serial, "45124P196447");
#else
strcpy(ep->name, "A335BNLT");
strcpy(ep->version, "000C");
strcpy(ep->serial, "3614BBBK0996");
#endif
...
但還是會出現如下問題,一直重開機,請問大概是什麼問題呢???
pc : [<8ff656c4>] lr : [<8ff518b7>]
reloc pc : [<808166c4>] lr : [<808028b7>]
sp : 8ef2ee70 ip : 00000000 fp : 80800020
r10: 00000001 r9 : 8ef2eed8 r8 : 4030cdcc
r7 : 8ff98eb4 r6 : 8ff98e2c r5 : 8ff98eb8 r4 : 0f74f000
r3 : 44e3e000 r2 : b0010000 r1 : 8ff9b148 r0 : 00000000
Flags: nZcv IRQs off FIQs on Mode SVC_32
Resetting CPU ...
resetting ...