Skip to content

Commit

Permalink
Merge pull request #10 from mikedaley/master
Browse files Browse the repository at this point in the history
Script to build the ROM, generate the sdimg.h file and compile and up…
  • Loading branch information
HexTank authored Dec 18, 2019
2 parents 2f476a0 + 2e7ba69 commit 7f39d28
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build_smartlink_rom.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
cd targets/spectrum/smartcard/
pasmoNext --alocal smartcard_rom.asm smartlink.rom
cp smartlink.rom ../../../Tools/VirtualSDImage
cd ../../../Tools/VirtualSDImage
./smartsd smartlink.rom sdimg.h
cp sdimg.h ../../duino/smartlink/
cd ../../duino/smartlink
/Applications/Arduino.app/Contents/MacOS/Arduino --upload smartlink.ino

0 comments on commit 7f39d28

Please sign in to comment.