Compare commits

...

4 commits

Author SHA1 Message Date
Stephan I. Böttcher
f73c99b182 Merge branch 'master' of forge.bexus.org:Stephan/irena-arm 2024-10-20 19:00:15 +02:00
stephan
1451b044d7 .gitignore *.fat, …
git-svn-id: svn+ssh://asterix.ieap.uni-kiel.de/home/subversion/stephan/solo/eda/arm@9124 bc5caf13-1734-44f8-af43-603852e9ee25
2024-10-20 16:58:06 +00:00
stephan
c396785f12 make new flash_NMAHEPAM
git-svn-id: svn+ssh://asterix.ieap.uni-kiel.de/home/subversion/stephan/solo/eda/arm@9115 bc5caf13-1734-44f8-af43-603852e9ee25
2024-09-24 11:18:01 +00:00
stephan
fe4966462b new flash_NMAHEPAM
git-svn-id: svn+ssh://asterix.ieap.uni-kiel.de/home/subversion/stephan/solo/eda/arm@9114 bc5caf13-1734-44f8-af43-603852e9ee25
2024-09-24 11:14:01 +00:00
7 changed files with 22 additions and 0 deletions

2
.gitignore vendored
View file

@ -4,3 +4,5 @@ irena.bin
irena.hex
irena.rom*
revision.h
*.fat
__pycache__

View file

@ -223,6 +223,7 @@ FATNAME_flash_alke=ALKE
FATNAME_flash_TANOS=TANOS
FATNAME_flash_CHAOS=CHAOS
FATNAME_flash_µM=IRENAuM
FATNAME_flash_NMAHEPAM=NMAHEPAM
FATNAME=$(FATNAME_$(FLASH))
FATSIZE_flash_pirena=1M

3
flash_NMAHEPAM/CRON.RC Normal file
View file

@ -0,0 +1,3 @@
@clock/short
@s/if sec==5: v hk_c=1; s/exit
@s/if sec==6 and hk_mes>1: v hk_c=hk_mes-1; s/exit

10
flash_NMAHEPAM/INIT.RC Normal file
View file

@ -0,0 +1,10 @@
@sleep 1
@var/set verb=3
@var/set script_cron_prio = 3
sd/init
@var/set dac=0
@s/if product!=0xee0c: s/exit
altera/file "NMAHEPAM.RBF"
@s/if errno>=500: s/exit
@nm/utick 96*0x1000000
@e/eval "s/exe 'SN%d.RC'", serial

BIN
flash_NMAHEPAM/NMAHEPAM.RBF Normal file

Binary file not shown.

View file

@ -0,0 +1,6 @@
FAT12 2MByte Filesystem for NMAHEPAM
INIT.RC script loaded at startup
NMAHEPAM.RBF Altera FPGA bitfile, Cyclone 10CL025
CRON.RC cron script, to to HK every Minute
SN14.RC unit config

0
flash_NMAHEPAM/SN14.RC Normal file
View file