Blame view

go/src/fullcycle/analog-kernel/sheet-sample.json 4.59 KB
1ed17e94b   김태훈   전주기 시연용 응용 프로그램 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
  {
  	"log_id": "012-3233-4423",
  	"date": "2018/04/18",
  
  	"target": "raspberry pi3",
  	"hardware": [
  		{
  			"title": "Check the CPU type",
  			"check": [
  				["cpu", "name", "ARMv7 Processor"]
  			],
  			"error_message": [
  				"Not found in booting log messages"
  			]
  		},
  		{
  			"title": "Check memory size",
  			"check": [
  				["memory", "total", "970752K"]
  			],
  			"error_message": [
  				"Not found in booting log messages",
  				"Wrong size"
  			]
  		},
  		{
  			"title": "Check board model type",
  			"check": [
  				["model", "model", "Raspberry Pi 3 Model B Rev 1.2"]
  			],
  			"error_message": [
  				"Not found in booting log messages",
  				"Wrong model"
  			]
  		},
  		{
  			"title": "Check CMA",
  			"check": [
  				["cma", "size", ""]
  			],
  			"error_message": [
  				"Not found in booting log messages"
  			]
  		}
  	],
  	"os": [
  		{
  			"title": "Check OS type (Linux)",
  			"check": [
  				["linux", "type", "linux"]
  			],
  			"error_message": [
  				"Not found in booting log messages"
  			]
  		},
  		{
  			"title": "Check kernel memory layout",
  			"check": [
  				["memory_layout", "layout", "vector"],
  				["memory_layout", "layout", "fixmap"],
  				["memory_layout", "layout", "vmalloc"],
  				["memory_layout", "layout", "lowmem"],
  				["memory_layout", "layout", "modules"],
  				["memory_layout", "layout", ".text"],
  				["memory_layout", "layout", ".init"],
  				["memory_layout", "layout", ".data"],
  				["memory_layout", "layout", ".bss"]
  			],
  			"error_message": [
  				"Not found in booting log messages"
  			]
  		},
  		{
  			"title": "Check kernel hash tables",
  			"check": [
  				["hash_tables", "list", "PID"],
  				["hash_tables", "list", "Dentry cache"],
  				["hash_tables", "list", "Inode-cache"],
  				["hash_tables", "list", "Mount-cache"],
  				["hash_tables", "list", "Mountpoint-cache"],
  				["hash_tables", "list", "futex"],
  				["hash_tables", "list", "VFS: Dquot-cache"],
  				["hash_tables", "list", "TCP established"],
  				["hash_tables", "list", "TCP bind"],
  				["hash_tables", "list", "UDP"],
  				["hash_tables", "list", "UDP-Lite"]
  			],
  			"error_message": [
  				"Not found in booting log messages"
  			]
  		}
  	],
  	"device": [
  		{
  			"title": "Check driver existance (UART)",
  			"check": [
  				["device_found", "list", "AMBA PL011 UART Device"]
  			],
  			"error_message": [
  				"Not found in booting log messages"
  			]
  		},
  		{
  			"title": "Check driver existance (Mailbox)",
  			"check": [
  				["device_found", "list", "BCM2835 Mailbox"]
  			],
  			"error_message": [
  				"Not found in booting log messages"
  			]
  		},
  		{
  			"title": "Check driver existance (DMA)",
  			"check": [
  				["device_found", "list", "BCM2835 DMA"]
  			],
  			"error_message": [
  				"Not found in booting log messages"
  			]
  		},
  		{
  			"title": "Check driver existance (SCSI)",
  			"check": [
  				["device_found", "list", "SCSI subsystem"]
  			],
  			"error_message": [
  				"Not found in booting log messages"
  			]
  		},
  		{
  			"title": "Check driver existance (Ethernet)",
  			"check": [
  				["device_found", "list", "SMSC LAN95XX Based USB 2.0 10/100 Ethernet Device"]
  			],
  			"error_message": [
  				"Not found in booting log messages"
  			]
  		},
  		{
  			"title": "Check driver existance (Watchdog Timer)",
  			"check": [
  				["device_found", "list", "BCM2835 Watchdog Timer"]
  			],
  			"error_message": [
  				"Not found in booting log messages"
  			]
  		},
  		{
  			"title": "Check driver existance (USB Mass Storage)",
  			"check": [
  				["device_found", "list", "USB Mass Storage"]
  			],
  			"error_message": [
  				"Not found in booting log messages"
  			]
  		},
  		{
  			"title": "Check driver existance (BCM FrameBuffer)",
  			"check": [
  				["device_found", "list", "BCM2708FB"]
  			],
  			"error_message": [
  				"Not found in booting log messages"
  			]
  		},
  		{
  			"title": "Check driver existance (Random Generator)",
  			"check": [
  				["device_found", "list", "BCM2835 RNG"]
  			],
  			"error_message": [
  				"Not found in booting log messages"
  			]
  		},
  		{
  			"title": "Check driver existance (SDHCI)",
  			"check": [
  				["device_found", "list", "Secure Digital Host Controller Interface"]
  			],
  			"error_message": [
  				"Not found in booting log messages"
  			]
  		},
  		{
  			"title": "Check driver existance (MMC:SDHC)",
  			"check": [
  				["device_found", "list", "SDHC Card"]
  			],
  			"error_message": [
  				"Not found in booting log messages"
  			]
  		},
  		{
  			"title": "Check driver existance (MMC:SDIO)",
  			"check": [
  				["device_found", "list", "SDIO Card"]
  			],
  			"error_message": [
  				"Not found in booting log messages"
  			]
  		}
  	]
  }