Download Latest Version TAQOZ.zip (2.4 MB)
Email in envelope

Get an email when there's a new version of Tachyon Forth

Home / RP2040
Name Modified Size InfoDownloads / Week
Parent folder
Forth 2022-07-13
UF2 2022-07-13
DOC 2021-11-27
BMPS 2021-11-26
README.md 2022-05-06 1.4 kB
fl 2021-11-30 257 Bytes
rp2040.code-workspace 2021-08-23 95 Bytes
usb 2021-02-05 57 Bytes
Totals: 8 Items   1.8 kB 9

INSTALL

Load mecrisp-2.61-921600bd.uf2 onto the RP2040/Pico in the usual manner.

In a separate linux terminal startup minicom in ANSI mode 921600bd and ^AU to get it to add a CR (Mecrisp outputs a single LF instead of CRLF)

After booting do a 1 SAVE# to make a backup of the clean kernel. Load TACHYON.FTH with 7ms line-delay

LINUX s script uses ascii-xfr (no need to close minicom) RP2040$ ./s TACHYON USB0 7

If you use Visual Studio Code, type that into it's built in terminal

Part way through the load it switches to the new source load mode so that only the definition names and any messages etc, then a final report.

For the MAKER PICO which has an SD socket create a new init in flash. R00# compiletoflash R00# : INIT MAKERPICO ; R00#: compiletoram R00#: SAVE then switch back to ram and save

Insert a FAT32 SD card - preferably blank or just 8.3 files but optional load the latest on-going incomplete HELP file onto the card.

Hit ^C to get it to reboot and it also mount the card if your INIT is correct. Then load FRED.FTH (with minicom still open) and SAVE ./s FRED USB0 5
Now to create a new file called TEMP for example R00# EDNEW TEMP This may take a moment as it claims clusters and creates a default 1MB file and preformats it with spaces and CR terminators. This TEMP can be your playground. Type some code and ^S to save the 4K page then F10 to load it etc.

Source: README.md, updated 2022-05-06