Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
%DASHBOARD{ section="banner" | ||||||||
Line: 15 to 15 | ||||||||
Changed: | ||||||||
< < | The Serial Peripheral Interface SPI![]() ![]() ![]() ![]() ![]() ![]() | |||||||
> > | The Serial Peripheral Interface SPI![]() ![]() ![]() ![]() ![]() ![]() | |||||||
CLK MC ->- host MOSI MC ->- host | ||||||||
Line: 110 to 110 | ||||||||
Changed: | ||||||||
< < | about 230 cycles for one byte -> 1 ms -> 1 KiB takes about 1 s @ 1.79 MHz | |||||||
> > | about 230 cycles for one byte -> 1 ms -> 1 KiB takes about 1 s @ 1.79 MHz | |||||||
Write Byte | ||||||||
Line: 179 to 179 | ||||||||
BNZ RDBITLOOP | ||||||||
Changed: | ||||||||
< < | about 200 cycles for one byte -> 1 ms -> 1 KiB takes about 1 s | |||||||
> > | about 200 cycles for one byte -> 1 ms -> 1 KiB takes about 1 s | |||||||
Write Byte | ||||||||
Line: 205 to 205 | ||||||||
Added: | ||||||||
> > | I use a Raspberry Pi Zero (about $20) as an EEPROM programmer. | |||||||
Line: 316 to 318 | ||||||||
Mini Boot LoaderFor RAM only Membership Cards you need some kind of bootstrap loader. To type in a monitor or even BASIC or FORTH is nearly impossible. Serial EEPROMs in DIP8 packages are cheap and easy to get. But you still have to use the front panel to type in the boot loader itself (this is the first-stage boot loader). | ||||||||
Changed: | ||||||||
< < | The "patched on MC PCB" boot loader takes about 25 s for 32 KiB, the DB25 variant takes about 29 s. For the sources see https://github.com/spyren/RaspiElf/tree/master/eeprom![]() | |||||||
> > | The "patched on MC PCB" boot loader takes about 25 s for 32 KiB, the DB25 variant takes about 29 s. For the sources see https://github.com/spyren/RaspiElf/tree/master/eeprom![]() | |||||||
|