| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| builderpages:plasmo:simple80:getting_started_guide [2021/08/03 10:39] – Initial import from Wayback Machine | builderpages:plasmo:simple80:getting_started_guide [2026/06/15 13:11] (current) – external edit 127.0.0.1 |
|---|
| /* Imported from Wayback Machine | /* Imported from Wayback Machine |
| Original URL : https://retrobrewcomputers.org/doku.php?id=builderpages:plasmo:simple80:getting_started_guide | Original URL : https://www.retrobrewcomputers.org/doku.php?id=builderpages:plasmo:simple80:getting_started_guide |
| Snapshot date: 2021-08-03 | Snapshot date: 2023-09-20 |
| Generator : wayback-archiver | Generator : wayback-archiver |
| */ | */ |
| Format the CF disk by type 'x' follow by drive letters 'A', 'B', 'C', 'D' in **upper case.** Please note this will erase whatever files that was in the CF disk. | Format the CF disk by type 'x' follow by drive letters 'A', 'B', 'C', 'D' in **upper case.** Please note this will erase whatever files that was in the CF disk. |
| |
| Send [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:simple80:simple80_cpm22_release.zip|cpm22all.hex]] to Simple80. In TeraTerm 'send' means File → Send file… → pick the file in drop down menu. | Send [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:simple80:simple80_cpm22_release.zip|cpm22all.hex]] to Simple80. In TeraTerm 'send' means File → Send file… → pick the file in drop down menu. |
| |
| Once send is completed, type 'c2' followed by carriage return to save cpm22all in CF disk. | Once send is completed, type 'c2' followed by carriage return to save cpm22all in CF disk. |
| Once in CP/M environment, press reset button to return to Simple80 monitor. | Once in CP/M environment, press reset button to return to Simple80 monitor. |
| |
| In Simple80 monitor, send [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:simple80:simple80_cpm:xmodem.hex|xmodem.hex]]. | In Simple80 monitor, send [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:simple80:simple80_cpm:xmodem.hex|xmodem.hex]]. |
| |
| Once send is completed, type 'b2' to enter CP/M2.2. At CP/M command prompt, type 'save 17 xmodem.com' to save RAM image as xmodem.com. This will create the first file on the new CF disk. | Once send is completed, type 'b2' to enter CP/M2.2. At CP/M command prompt, type 'save 17 xmodem.com' to save RAM image as xmodem.com. This will create the first file on the new CF disk. |
| xmodem is used to transfer all subsequent files to the new CF disk. The command is “xmodem filename /r”. Start xmodem transfer in TeraTerm: File→Transfer→XMODEM→Send and pick the file to send. | xmodem is used to transfer all subsequent files to the new CF disk. The command is “xmodem filename /r”. Start xmodem transfer in TeraTerm: File→Transfer→XMODEM→Send and pick the file to send. |
| |
| File file to transfer via xmodem is [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:zz80cf:unarj.zip|unarj.com]] ← please note this file needs to be unzipped first into unarj.com | File file to transfer via xmodem is [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:zz80cf:unarj.zip|unarj.com]] ← please note this file needs to be unzipped first into unarj.com |
| |
| Second file to transfer is [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:zz80cf:cpm22dri.zip|cpm22dri.arj]] ← please note this file needs to be unzipped first into cpm22dri.arj | Second file to transfer is [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:zz80cf:cpm22dri.zip|cpm22dri.arj]] ← please note this file needs to be unzipped first into cpm22dri.arj |
| |
| cpm22dri.arj is compressed CP/M22 distribution. To uncompress it, type 'unarj e cpm22dri'. Once the decompression is done, CP/M2.2 is ready to run! | cpm22dri.arj is compressed CP/M22 distribution. To uncompress it, type 'unarj e cpm22dri'. Once the decompression is done, CP/M2.2 is ready to run! |
| |