mirror of
https://github.com/LIV2/CIDER-Software.git
synced 2025-12-06 00:23:50 +00:00
Remove ideupdate & point users to lide repo for IDE fw
This commit is contained in:
parent
be25d2dae1
commit
3183606d23
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
- name: Build
|
||||
run: make software package
|
||||
|
||||
- uses: actions/upload-artifact@master
|
||||
- uses: actions/upload-artifact@v4.4
|
||||
with:
|
||||
name: software
|
||||
path: artifacts/*
|
||||
@ -35,7 +35,7 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- uses: actions/download-artifact@v3
|
||||
- uses: actions/download-artifact@v4.1.8
|
||||
with:
|
||||
path: artifacts
|
||||
- name: release
|
||||
|
||||
3
Makefile
3
Makefile
@ -9,13 +9,11 @@ software:
|
||||
$(MAKE) -C bootrom all
|
||||
$(MAKE) -C addram all
|
||||
$(MAKE) -C cflash all
|
||||
$(MAKE) -C ideupdate all
|
||||
|
||||
clean:
|
||||
$(MAKE) -C bootrom clean
|
||||
$(MAKE) -C addram clean
|
||||
$(MAKE) -C cflash clean
|
||||
$(MAKE) -C ideupdate clean
|
||||
rm -rf $(ARTIFACTDIR)
|
||||
rm -rf $(TMPDIR)
|
||||
|
||||
@ -24,6 +22,5 @@ package: addram/addram bootrom/bootrom cflash/cflash ideupdate/lide.device/lide.
|
||||
mkdir -p $(TMPDIR)
|
||||
mkdir -p $(ARTIFACTDIR)
|
||||
cp $^ $(TMPDIR)
|
||||
cp ideupdate/*.adf $(ARTIFACTDIR)
|
||||
cd $(TMPDIR) && xdftool $(ARTIFACTDIR)/CIDER-Software.adf format CIDER $(addprefix + write ,$(notdir $^))
|
||||
cd $(TMPDIR) && lha -c $(ARTIFACTDIR)/CIDER-Software.lha $(notdir $^)
|
||||
|
||||
@ -5,12 +5,11 @@ This repository contains software utilities for the [CIDER](https://github.com/L
|
||||
- [addram](https://github.com/LIV2/CIDER-Software/tree/main/addram) Adds the A0/Bonus RAM to the system
|
||||
- [bootrom](https://github.com/LIV2/CIDER-Software/tree/main/bootrom) A Kickstart module to add the Bonus RAM to the system at boot
|
||||
- [cflash](https://github.com/LIV2/CIDER-Software/tree/main/cflash) A tool to manage the Kick Flash and update the IDE ROM
|
||||
- [ideupdate](https://github.com/LIV2/CIDER-Software/tree/main/ideupdate) IDE ROM Update disk
|
||||
|
||||
## Downloads
|
||||
Binaries are provided under [Releases](https://github.com/LIV2/CIDER-Software/releases)
|
||||
* CIDER-IDE-Update.adf is a bootable floppy image that will update the IDE to the latest firmware version
|
||||
* CIDER-Software.adf and CIDER-Software.lha contain binaries for the tools in this repositiory
|
||||
* IDE firmware can be programmed using the lastest [lide-update adf](https://github.com/LIV2/LIDE.device/releases/latest)
|
||||
|
||||
## Third-Party notice
|
||||
lide.device - reloc.S: reloc.S is adapted from the [A4091](https://github.com/A4091/a4091-software) open-source driver and is Copyright Stefan Reinauer
|
||||
|
||||
1
ideupdate/.gitignore
vendored
1
ideupdate/.gitignore
vendored
@ -1 +0,0 @@
|
||||
*.adf
|
||||
@ -1,11 +0,0 @@
|
||||
all: CIDER-IDE-Update.adf
|
||||
|
||||
lide.device/lide.rom:
|
||||
make -C lide.device
|
||||
|
||||
CIDER-IDE-Update.adf: startup-sequence ../cflash/cflash lide.device/lide.rom
|
||||
xdftool $@ format CIDER-IDE + boot install boot1x + makedir s + write startup-sequence s/startup-sequence + write ../cflash/cflash cflash + write lide.device/lide.rom lide.rom
|
||||
|
||||
clean:
|
||||
rm -rf *.adf
|
||||
make -C lide.device clean
|
||||
@ -1,9 +0,0 @@
|
||||
## IDE ROM Update disk
|
||||
|
||||
Builds a boot disk containing [lide.device](https://github.com/LIV2/livde.device) and cflash that will automatically update the IDE ROM
|
||||
|
||||
The latest disk image can be found under [releases](https://github.com/LIV2/CIDER-Software/releases)
|
||||
|
||||
## License
|
||||
All software contained that is not provided by a third-party is covered by a GPL 2.0 Only license
|
||||
[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
|
||||
@ -1 +0,0 @@
|
||||
Subproject commit cf1085a3906085e57ea94c8debc315c0a781a018
|
||||
@ -1 +0,0 @@
|
||||
cflash -I lide.rom
|
||||
Loading…
x
Reference in New Issue
Block a user