From 4d034118c21779c7e92b16d588aa3b6a6d048404 Mon Sep 17 00:00:00 2001 From: David Kuder Date: Mon, 17 Apr 2023 01:32:37 -0400 Subject: [PATCH] Update README.md --- README.md | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 82fdbc9..802b892 100644 --- a/README.md +++ b/README.md @@ -3,22 +3,35 @@ # ∀2 Retro Computing Analog VGA Card & PicoPal ![PicoPal Logo](docs/PicoPalLogo.png) + +### Repo reorg This repo is now the root of a multi-project tree. Continue to use this repo to report issues with the hardware or firmware. -## Building the project files -Clone this repo and issue a git submodule update --init -## Sub-projects -[Flash Preloader](https://github.com/V2RetroComputing/analog-preload) -[Firmware](https://github.com/V2RetroComputing/analog-firmware) -[Utilities](https://github.com/V2RetroComputing/analog-utilities) -[Hardware](https://github.com/V2RetroComputing/analog-hardware) +### Building the project files +Clone this repo and issue the following command to pull in the submodules +``` +# git submodule update --init +``` + +The build.sh script in the analog-firmware project will build all the firmware variants. +If you wish to build a single variant, check the build.sh script for the syntax for the build folders. + +When setting up a new card or upgrading from the older monolithic firmware, it is neccessary to use the flash preloader to format the configuration areas and install the fonts. This only has to be done once, or if you want to restore the default fonts after uploading new ones. + + +### Sub-projects +[Flash Preloader](https://github.com/V2RetroComputing/analog-preload) | +[Firmware](https://github.com/V2RetroComputing/analog-firmware) | +[Utilities](https://github.com/V2RetroComputing/analog-utilities) | +[Hardware](https://github.com/V2RetroComputing/analog-hardware) | [PicoPal V1](https://github.com/V2RetroComputing/picopal-v1) +### Acknowledgements This is a fork of Mark Aikens [Apple II VGA](https://github.com/markadev/AppleII-VGA/) project with a new board design, custom logic in an ATF16V8C to handle card select lines, and upgraded firmware with many new features. -Full details are available at [∀2 Retro Computing](https://www.v2retrocomputing.com/). +Full details on purchasing and screenshots are available at [∀2 Retro Computing](https://www.v2retrocomputing.com/).