There was an error while loading. Please reload this page.
1 parent a7ee8cb commit bc4561cCopy full SHA for bc4561c
src/commands.txt
@@ -72,6 +72,12 @@ python3 -m twine upload dist/
72
# #
73
##############################################################
74
75
+#show block devices
76
+lsblk -p
77
+
78
+# copy image from SD card to HDD
79
+dd if=/dev/sdc of=~/Pythonic-1.9.img bs=32M
80
81
dd if=/home/stephan/Pythonic-1.6.img of=/dev/sdc conv=fsync bs=32M
82
83
scp Pythonic-1.6.zip hansic99@frs.sourceforge.net:/home/frs/project/pythonicrpi/
0 commit comments