Compare commits
No commits in common. "552553e526989681e7da3b840518b6f415117514" and "c812a8878fab68cccb85e26abb9ca30dfa1bb93d" have entirely different histories.
552553e526
...
c812a8878f
@ -10,11 +10,7 @@
|
||||
|
||||
#define MAX_CORES 8
|
||||
|
||||
//#define PAYLOAD_START 0
|
||||
//#define PAYLOAD_CRC7 0xE1
|
||||
#define PAYLOAD_START 2048
|
||||
#define PAYLOAD_CRC7 0x51
|
||||
#define PAYLOAD_SIZE (16 << 12)
|
||||
#define PAYLOAD_SIZE (16 << 11)
|
||||
|
||||
#define F_CLK 60000000UL
|
||||
|
||||
@ -167,7 +163,7 @@ static int copy(void)
|
||||
kprintf("LOADING ");
|
||||
|
||||
REG32(spi, SPI_REG_SCKDIV) = (F_CLK / 20000000UL);
|
||||
if (sd_cmd(0x52, PAYLOAD_START, PAYLOAD_CRC7) != 0x00) {
|
||||
if (sd_cmd(0x52, 0, 0xE1) != 0x00) {
|
||||
sd_cmd_end();
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user