Skip to content

Commit bc4561c

Browse files
committed
dev commit
1 parent a7ee8cb commit bc4561c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/commands.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ python3 -m twine upload dist/
7272
# #
7373
##############################################################
7474

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+
7581
dd if=/home/stephan/Pythonic-1.6.img of=/dev/sdc conv=fsync bs=32M
7682

7783
scp Pythonic-1.6.zip hansic99@frs.sourceforge.net:/home/frs/project/pythonicrpi/

0 commit comments

Comments
 (0)