質問編集履歴

1

error変更

2021/09/13 04:35

投稿

john010
john010

スコア9

test CHANGED
File without changes
test CHANGED
@@ -10,20 +10,44 @@
10
10
 
11
11
  ```Terminal
12
12
 
13
- ubuntu@ubuntu:~/os_2/01/bootload$ make
13
+ $make write
14
14
 
15
- make: Nothing to be done for 'all'.
15
+ ../../kz_h8write-v0.2.1/PackageFiles/src/kz_h8write -3069 -f20 kzload.mot /dev/ttyUSB0
16
16
 
17
- ubuntu@ubuntu:~/os_2/01/bootload$ make image
17
+ =================================================
18
18
 
19
- make: Nothing to be done for 'image'.
19
+ H8/3069F Flash Writer for KOZOS (Version 0.2.1)
20
20
 
21
- ubuntu@ubuntu:~/os_2/01/bootload$ make write
21
+ Copyright(C) 2011-2012 Shinichiro Nakamura
22
22
 
23
- ../../kz_h8write-v0.2.1/PackageFiles/src/h8write -3069 -f20 kzload.mot /dev/ttyUSB0
23
+ =================================================
24
24
 
25
- make: ../../kz_h8write-v0.2.1/PackageFiles/src/h8write: Command not found
25
+ com port open error
26
26
 
27
- make: *** [Makefile:58: write] Error 127
27
+ make: *** [Makefile:58: write] Error 1
28
+
29
+ ubuntu@ubuntu:~/os_2/01/bootload$ su
30
+
31
+ Password:
32
+
33
+ root@ubuntu:/home/ubuntu/os_2/01/bootload# make write
34
+
35
+ ../../kz_h8write-v0.2.1/PackageFiles/src/kz_h8write -3069 -f20 kzload.mot /dev/ttyUSB0
36
+
37
+ =================================================
38
+
39
+ H8/3069F Flash Writer for KOZOS (Version 0.2.1)
40
+
41
+ Copyright(C) 2011-2012 Shinichiro Nakamura
42
+
43
+ =================================================
44
+
45
+
46
+
47
+ Bitrate sequence failed. (code=0x04)
48
+
49
+ make: *** [Makefile:58: write] Error 1
50
+
51
+
28
52
 
29
53
  ```