mirror of
https://github.com/captain-amygdala/pistorm.git
synced 2026-04-08 22:01:01 +00:00
Make rtl/make.bat not anger people unnecessarily
This commit is contained in:
@@ -7,7 +7,7 @@ if %errorlevel% neq 0 GOTO ERRORCOMPILE
|
||||
%quartus_bin_path%\quartus_cpf -c -q 100KHz -g 3.3 -n p output_files\pistorm.pof bitstream.svf
|
||||
if %errorlevel% neq 0 GOTO ERRORSVF
|
||||
|
||||
echo y | pscp -l pi -pw raspberry -P 22 bitstream.svf %piaddress%:./pistorm/bitstream.svf
|
||||
echo y | pscp -l pi -pw raspberry -P 22 bitstream.svf %piaddress%:./pistorm/rtl/bitstream.svf
|
||||
if %errorlevel% neq 0 GOTO ERRORSCP
|
||||
|
||||
echo y | plink -l pi -pw raspberry -P 22 %piaddress% "cd pistorm && ./nprog.sh"
|
||||
|
||||
Reference in New Issue
Block a user