Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
builderpages:plasmo:tinyz280:final_step [2023/03/25 01:31] – Revision from 2023-03-25 builderpages:plasmo:tinyz280:final_step [2026/06/15 13:14] (current) – external edit 127.0.0.1
Line 1: Line 1:
 /* Imported from Wayback Machine /* Imported from Wayback Machine
-   Original URL : https://www.retrobrewcomputers.org/doku.php?id=builderpages:plasmo:tinyz280:final_step +   Original URL : https://retrobrewcomputers.org/doku.php?id=builderpages:plasmo:tinyz280:final_step 
-   Snapshot date: 2023-03-25+   Snapshot date: 2025-02-14
    Generator    : wayback-archiver    Generator    : wayback-archiver
 */ */
Line 119: Line 119:
 ===== Design Files ===== ===== Design Files =====
  
-[[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:tinyz280_scm.pdf|TinyZ280 schematic]] with annotation of engineering changes+[[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:tinyz280_scm.pdf|TinyZ280 schematic]] with annotation of engineering changes
  
-[[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:tinyz280_r0.zip|Gerber]] photoplots. The boards were manufactured by Seeed Studio+[[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:tinyz280_r0.zip|Gerber]] photoplots. The boards were manufactured by Seeed Studio
  
 [[builderpages:plasmo:tinyz280:tinyz280_ec|Engineering Changes]] [[builderpages:plasmo:tinyz280:tinyz280_ec|Engineering Changes]]
Line 127: Line 127:
 CPLD design file. CPLD design file.
  
-CPLD design file for [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:released_16meg_rtc.zip|16 megabyte DRAM]]. Programming file for [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:tinyz280_16meg_rtc_pof.zip|16 meg DRAM]]+CPLD design file for [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:released_16meg_rtc.zip|16 megabyte DRAM]]. Programming file for [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:tinyz280_16meg_rtc_pof.zip|16 meg DRAM]]
  
-CPLD design file for [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:tinyz280_4meg_rtc.zip|4 megabyte DRAM]]. Programming file for [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:tinyz280_4meg_rtc_pof.zip|4 meg DRAM]]+CPLD design file for [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:tinyz280_4meg_rtc.zip|4 megabyte DRAM]]. Programming file for [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:tinyz280_4meg_rtc_pof.zip|4 meg DRAM]]
  
 [[software:start|Software]] [[software:start|Software]]
  
-ZZMon – [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:zzmon.zip|monitor]] for TinyZ280. Assembled with Zilog ZDS v3.68+ZZMon – [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:zzmon.zip|monitor]] for TinyZ280. Assembled with Zilog ZDS v3.68
  
-LoadnGo – [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:loadngo_run.zip|load file]] to start up ZZMon in UART bootstrap mode+LoadnGo – [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:loadngo_run.zip|load file]] to start up ZZMon in UART bootstrap mode
  
-CP/M2.2, [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:cpm22all_asm.zip|CPM22ALL]] to be assembled with Zilog ZDS v3.68. This is the entire CP/M2.2 including BDOS, CCP, and BIOS+CP/M2.2, [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:cpm22all_asm.zip|CPM22ALL]] to be assembled with Zilog ZDS v3.68. This is the entire CP/M2.2 including BDOS, CCP, and BIOS
  
-CP/M2.2 [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:cpm22all_hex_loadfile.zip|Intel Hex load file]] to be loaded by ZZMon at location 0xDC00-0xFFFF and then copy to CF track 0 using the 'C2' command+CP/M2.2 [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:cpm22all_hex_loadfile.zip|Intel Hex load file]] to be loaded by ZZMon at location 0xDC00-0xFFFF and then copy to CF track 0 using the 'C2' command
  
-CP/M3 [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:ldrbios.zip|LDRBIOS]] to be assembled with ZMAC into LDRBIOS.REL and then linked in CP/M as follow: LINK CPMLDR[L100]=CPMLDR, LDRBIOS+CP/M3 [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:ldrbios.zip|LDRBIOS]] to be assembled with ZMAC into LDRBIOS.REL and then linked in CP/M as follow: LINK CPMLDR[L100]=CPMLDR, LDRBIOS
  
-CP/M3 [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:cbios3.zip|CBIOS3]] (non-banked) to be assembled with ZMAC into CBIOS3.REL and then linked in CP/M as follow: LINK BIOS3[OS]=CBIOS3,SCB+CP/M3 [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:cbios3.zip|CBIOS3]] (non-banked) to be assembled with ZMAC into CBIOS3.REL and then linked in CP/M as follow: LINK BIOS3[OS]=CBIOS3,SCB
  
-CP/M3 CPMLDR.COM linked to 0x1100. This is an [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:cpmldr_hex.zip|Intel Hex]] file to be loaded by ZZMon at location 0x1100 and copy to CF track 0 using the 'C3' command+CP/M3 CPMLDR.COM linked to 0x1100. This is an [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:cpmldr_hex.zip|Intel Hex]] file to be loaded by ZZMon at location 0x1100 and copy to CF track 0 using the 'C3' command
  
-[[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:cpm22dri.zip|CP/M2.2 DRI distribution]] image+[[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:cpm22dri.zip|CP/M2.2 DRI distribution]] image
  
-[[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:cpm3dstr.zip|CP/M3 distribution]] image+[[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:tinyz280:cpm3dstr.zip|CP/M3 distribution]] image
  
 Manual Manual
builderpages/plasmo/tinyz280/final_step.1679707892.txt.gz · Last modified: (external edit)
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0