AgonLight2: Difference between revisions

From Braindump
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable"
|+
!
!
!
|-
|Original Agon Light
|Green
|
|-
|Olimex Agon Light 2
|Red
|Olimex
|-
|Agon Origins
|Black
|
|-
|Heber Agon Console8
|Dark Green
|Heber
|}


Agon Light
https://youtu.be/3NqbouGTTqs?si=J6MvMXr2VWBrOgKa&t=1242
 
 
 
 
Bernardo Kastrup TheByteAttic (Agon HW)
 
Dean Belfield Breakintoprogram(Quark)
 
Mario Smit S0rcerer (Electron)
 
R.T. Russell (Basic)
 
Richard Turnnidge (Games)
 
=== '''Hardware''' ===
MOS: Zilog eZ80 F92A
 
Zilog ZDS II eZ80Acclaim
 
https://www.zilog.com/index.php?option=com_zcm&task=view&soft_id=54&Itemid=74
 
ZDI on the Z80 is the debugger port, that can be reached from the GPIO pins from the ESP32
 
ZDI Load / Electron HAL
 
ZDI from ESP32 with the cheap 2-wire interface is not working on the Agon Console8. bi-directional needed for the TDI signal. Remote EZ80 programming and debugging on the Console8 is only possible with the Zilog cable.
 
 
VDP: ESP32 PICO D4
 
Earlier versions of VDP were based on FABGL, is this still the case?
 
https://github.com/fdivitto/fabgl


=== Firmware ===
=== Firmware ===
<nowiki>https://github.com/AgonPlatform/agon-mos</nowiki>
<nowiki>https://github.com/AgonPlatform/agon-flash</nowiki>
https://github.com/envenomator/envenomator.github.io (remember to set the jumper to bridged)
https://github.com/lennart-benschop/agon-utilities
https://github.com/AgonConsole8/agon-vdp
https://github.com/AgonConsole8/agon-vdp


Line 10: Line 73:


https://github.com/envenomator/agon-flash
https://github.com/envenomator/agon-flash
https://github.com/envenomator/agon-ez80asm/releases


https://github.com/S0urceror/AgonElectronHAL
https://github.com/S0urceror/AgonElectronHAL
https://github.com/S0urceror/AgonElectron (MSX Personality)
https://www.olimex.com/Products/Retro-Computers/AgonLight2/open-source-hardware
https://github.com/breakintoprogram/agon-bbc-basic/releases
https://github.com/sabotrax/agon-software
https://www.agonmite.com/
https://github.com/nihirash/Agon-CPM2.2/releases


=== Docs ===
=== Docs ===
https://agonplatform.github.io/agon-docs/FAQ/
https://github.com/breakintoprogram/agon-docs/wiki


https://www.thebyteattic.com/p/agon.html?m=1
https://www.thebyteattic.com/p/agon.html?m=1
Line 23: Line 104:
https://m.facebook.com/groups/970092390358810/
https://m.facebook.com/groups/970092390358810/


https://youtu.be/KWRallh_hfc  
https://youtu.be/KWRallh_hfc
 
https://github.com/OLIMEX/AgonLight2


https://www.msx.org/forum/msx-talk/hardware/agonlight-msx-core
https://www.msx.org/forum/msx-talk/hardware/agonlight-msx-core
=== Basic ===
<code>LOAD bbcbasic.bin</code>
<code>RUN</code>




<code>LOAD bbcbasic.bin</code>


https://github.com/sabotrax/agon-software?fbclid=IwY2xjawH7YDhleHRuA2FlbQIxMQABHavn5l_VYR3XRt_THS7GemjVR3letxuZeuTqvwIPtToDgAk-S8ZvKHyAcg_aem_-UAVL7FkeAxtVXG4fjTL1g
<code>RUN . /path/to/file.bas</code>


https://www.msx.org/forum/msx-talk/hardware/msx-dos-running-on-agon-light
<nowiki>*</nowiki>BYE


https://github.com/envenomator/agon-ez80asm/releases
ADI version


Earlier versions of VDP were based on FABGL, is this still the case?
LOAD /mite/


https://github.com/fdivitto/fabgl
=== MSX ===
https://www.msx.org/forum/msx-talk/hardware/msx-dos-running-on-agon-light

Latest revision as of 08:20, 1 July 2025

Original Agon Light Green
Olimex Agon Light 2 Red Olimex
Agon Origins Black
Heber Agon Console8 Dark Green Heber

https://youtu.be/3NqbouGTTqs?si=J6MvMXr2VWBrOgKa&t=1242



Bernardo Kastrup TheByteAttic (Agon HW)

Dean Belfield Breakintoprogram(Quark)

Mario Smit S0rcerer (Electron)

R.T. Russell (Basic)

Richard Turnnidge (Games)

Hardware

MOS: Zilog eZ80 F92A

Zilog ZDS II eZ80Acclaim

https://www.zilog.com/index.php?option=com_zcm&task=view&soft_id=54&Itemid=74

ZDI on the Z80 is the debugger port, that can be reached from the GPIO pins from the ESP32

ZDI Load / Electron HAL

ZDI from ESP32 with the cheap 2-wire interface is not working on the Agon Console8. bi-directional needed for the TDI signal. Remote EZ80 programming and debugging on the Console8 is only possible with the Zilog cable.


VDP: ESP32 PICO D4

Earlier versions of VDP were based on FABGL, is this still the case?

https://github.com/fdivitto/fabgl

Firmware

https://github.com/AgonPlatform/agon-mos

https://github.com/AgonPlatform/agon-flash

https://github.com/envenomator/envenomator.github.io (remember to set the jumper to bridged)

https://github.com/lennart-benschop/agon-utilities

https://github.com/AgonConsole8/agon-vdp

https://github.com/AgonConsole8/agon-mos

https://github.com/AgonConsole8/agon-bbc-basic

https://github.com/envenomator/agon-flash

https://github.com/envenomator/agon-ez80asm/releases

https://github.com/S0urceror/AgonElectronHAL

https://github.com/S0urceror/AgonElectron (MSX Personality)

https://www.olimex.com/Products/Retro-Computers/AgonLight2/open-source-hardware

https://github.com/breakintoprogram/agon-bbc-basic/releases

https://github.com/sabotrax/agon-software

https://www.agonmite.com/

https://github.com/nihirash/Agon-CPM2.2/releases

Docs

https://agonplatform.github.io/agon-docs/FAQ/

https://github.com/breakintoprogram/agon-docs/wiki

https://www.thebyteattic.com/p/agon.html?m=1

https://github.com/TheByteAttic/AgonLight

https://www.olimex.com/Products/Retro-Computers/AgonLight2/open-source-hardware

https://m.facebook.com/groups/970092390358810/

https://youtu.be/KWRallh_hfc

https://github.com/OLIMEX/AgonLight2

https://www.msx.org/forum/msx-talk/hardware/agonlight-msx-core

Basic

LOAD bbcbasic.bin

RUN


LOAD bbcbasic.bin

RUN . /path/to/file.bas

*BYE

ADI version

LOAD /mite/

MSX

https://www.msx.org/forum/msx-talk/hardware/msx-dos-running-on-agon-light