質問編集履歴
1
error変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,12 +4,24 @@
|
|
4
4
|
エラーの内容を載せておきます。
|
5
5
|
|
6
6
|
```Terminal
|
7
|
-
ubuntu@ubuntu:~/os_2/01/bootload$ make
|
8
|
-
make
|
7
|
+
$make write
|
9
|
-
ubuntu@ubuntu:~/os_2/01/bootload$ make image
|
10
|
-
make: Nothing to be done for 'image'.
|
11
|
-
ubuntu@ubuntu:~/os_2/01/bootload$ make write
|
12
|
-
../../kz_h8write-v0.2.1/PackageFiles/src/
|
8
|
+
../../kz_h8write-v0.2.1/PackageFiles/src/kz_h8write -3069 -f20 kzload.mot /dev/ttyUSB0
|
9
|
+
=================================================
|
13
|
-
|
10
|
+
H8/3069F Flash Writer for KOZOS (Version 0.2.1)
|
11
|
+
Copyright(C) 2011-2012 Shinichiro Nakamura
|
12
|
+
=================================================
|
13
|
+
com port open error
|
14
|
-
make: *** [Makefile:58: write] Error
|
14
|
+
make: *** [Makefile:58: write] Error 1
|
15
|
+
ubuntu@ubuntu:~/os_2/01/bootload$ su
|
16
|
+
Password:
|
17
|
+
root@ubuntu:/home/ubuntu/os_2/01/bootload# make write
|
18
|
+
../../kz_h8write-v0.2.1/PackageFiles/src/kz_h8write -3069 -f20 kzload.mot /dev/ttyUSB0
|
19
|
+
=================================================
|
20
|
+
H8/3069F Flash Writer for KOZOS (Version 0.2.1)
|
21
|
+
Copyright(C) 2011-2012 Shinichiro Nakamura
|
22
|
+
=================================================
|
23
|
+
|
24
|
+
Bitrate sequence failed. (code=0x04)
|
25
|
+
make: *** [Makefile:58: write] Error 1
|
26
|
+
|
15
27
|
```
|