-
Notifications
You must be signed in to change notification settings - Fork 39
/
metadata.json
459 lines (459 loc) · 22.7 KB
/
metadata.json
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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
{
"metadata": [
{
"title": "Embedded Linux Education Kit",
"subject": ["linux", "operating systems", "embedded", "yocto"],
"type": "EdKit",
"format": ["ppt", "doc", "zip code files"],
"creator": "Mark Allen",
"publisher": "Arm Education",
"created": "21/07/2017",
"description": "To produce students who can develop an embedded Linux system on low-cost yet powerful Arm based platforms, including customer peripheral development for various applications using standard software tools. Syllabus, Introduction to Linux and Embedded Systems, Linux-based Embedded System Component Stack, Anatomy of a Linux-based System, Configuration and Build Process, Linux Kernel Modules, Communication Between Kernel and User Space, Application Demo: Building a Ranging Sensor Kernel Module, System Debugging and Profiling",
"language": "Eng",
"source":"",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": ""
},
{
"title": "Linux and Embedded Systems: An Introduction, Module 1",
"subject": ["linux", "operating systems", "embedded", "yocto"],
"type": "Lecture",
"format": "ppt",
"creator": "Mark Allen",
"publisher": "Arm Education",
"created": "21/07/2017",
"description": "To introduce the structure of the Embedded Linux Online Course, To introduce the concept of embedded systems, To provide a few illustrative examples of Linux-based embedded systems",
"language": "Eng",
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "Raspberry_Pi/contents/Module01_IntroToLinuxAndEmbeddedSystems/Lecture01_IntroToLinuxAndEmbeddedSystems.pptx"
},
{
"title": "Linux-based Embedded System Component Stack, Module 2",
"subject": ["Linux", "Operating Systems", "Embedded", "Yocto"],
"type": "Lecture",
"format": "ppt",
"creator": "Mark Allen",
"publisher": "Arm Education",
"created": "21/07/2017",
"description": "To illustrate the main components of a Linux-based embedded system, To analyze the bootstrap process",
"language": "Eng",
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "Raspberry_Pi/contents/Module02_LinuxBasedEmbeddedSystemComponentStack/Lecture02_LinuxBasedEmbeddedSystemComponentStack.pptx"
},
{
"title": "Introduction to the Board and Workspace Setup, Module 2, Lab 1",
"subject": ["Linux", "Operating Systems", "Embedded", "Yocto"],
"type": "Lab",
"format": "doc",
"creator": "Mark Allen",
"publisher": "Arm Education",
"created": "21/07/2017",
"description": "Introduce the Raspberry Pi 3 board and to provide instructions about how to set up the workspace used for the following labs.",
"language": "Eng",
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "Raspberry_Pi/contents/Module02_LinuxBasedEmbeddedSystemComponentStack/Lab00_GettingStarted/Lab00_GettingStarted.doc"
},
{
"title": "Linux-based Embedded System Component Stack, Module 2, Quiz 1",
"subject": ["Linux", "Operating Systems", "Embedded", "Yocto"],
"type": "Quiz",
"format": "doc",
"creator": "Mark Allen",
"publisher": "Arm Education",
"created": "21/07/2017",
"description": "Quiz questions based on a Linux-based embedded system component stack.",
"language": "Eng",
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "Raspberry_Pi/contents/Module02_LinuxBasedEmbeddedSystemComponentStack/Quiz02_LinuxBasedEmbeddedSystemComponentStack.docx"
},
{
"title": "Anatomy of a Linux-based System, Module 3",
"subject": ["Linux", "Operating Systems", "Embedded", "Yocto"],
"type": "Lecture",
"format": "ppt",
"creator": "Mark Allen",
"publisher": "Arm Education",
"created": "21/07/2017",
"description": "The aim of this lecture is to: Provide a more detailed overview of the Linux architecture. Illustrate the device tree details. Introduce the U-Boot bootloader.",
"language": "Eng",
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "Raspberry_Pi/contents/Module03_AnatomyOfLinuxBasedSystem/Lecture03_AnatomyOfLinuxBasedSystem.pptx"
},
{
"title": "Anatomy of a Linux-based System, Module 3, Quiz 2",
"subject": ["Linux", "Operating Systems", "Embedded", "Yocto"],
"type": "Quiz",
"format": "docx",
"creator": "Mark Allen",
"publisher": "Arm Education",
"created": "21/07/2017",
"description": "Quiz questions based on the anatomy of a Linux-based system.",
"language": "Eng",
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "Raspberry_Pi/contents/Module03_AnatomyOfLinuxBasedSystem/Quiz03_AnatomyOfLinuxBasedSystem.docx"
},
{
"title": "Configuration & Build Process of an Embedded Linux System, Module 4",
"subject": ["Linux", "Operating Systems", "Embedded", "Yocto"],
"type": "Lecture",
"format": "ppt",
"creator": "Mark Allen",
"publisher": "Arm Education",
"created": "",
"description": "The aim of this lecture is to: Illustrate the configuration and build process of an embedded Linux system. Illustrate the concept of build systems.",
"language": "Eng",
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "Raspberry_Pi/contents/Module04_ConfigurationAndBuildProcess/Lecture04_ConfigurationAndBuildProcess.pptx"
},
{
"title": "Configuration & Build Process of an Embedded Linux System, Module 4, Quiz 3",
"subject": ["Linux", "Operating Systems", "Embedded", "Yocto"],
"type": "Quiz",
"format": "docx",
"creator": "Mark Allen",
"publisher": "Arm Education",
"created": "21/07/2017",
"description": "Quiz questions based on the configuration and build process of an embedded Linux system.",
"language": "Eng",
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "Raspberry_Pi/contents/Module04_ConfigurationAndBuildProcess/Quiz04_ConfigurationAndBuildProcess.docx"
},
{
"title": "Introduction to Linux Kernel Modules, Module 5",
"subject": ["Linux", "Operating Systems", "Embedded", "Yocto"],
"type": "Lecture",
"format": "ppt",
"creator": "Mark Allen",
"publisher": "Arm Education",
"created": "21/07/2017",
"description": "The aim of this lecture is to: Discuss the central processing unit (CPU) and input/output (I/O) interfaces, the virtual filesystem (VFS) abstraction and introduce Linux kernel modules",
"language": "Eng",
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "Raspberry_Pi/contents/Module05_LinuxKernelModules/Lecture05_LinuxKernelModules.pptx"
},
{
"title": "Introduction to Kernel Modules under Yocto, Module 5, Lab 2",
"subject": ["Linux", "Operating Systems", "Embedded", "Yocto"],
"type": "Lab",
"format": "docx",
"creator": "Mark Allen",
"publisher": "Arm Education",
"created": "21/07/2017",
"description": "To build a simple loadable kernel module using the Yocto build environment.",
"language": "Eng",
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "Raspberry_Pi/contents/Module05_LinuxKernelModules/Lab01_LinuxKernelModulesUnderYocto/Lab01_LinuxKernelModulesUnderYocto.docx"
},
{
"title": "Introduction to Kernel Modules under Yocto, Module 5, Lab 2, Lab Files",
"subject": ["Linux", "Operating Systems", "Embedded", "Yocto"],
"type": "Lab",
"format": [".bb", ".c", "Makefile"],
"creator": "Mark Allen",
"publisher": "Arm Education",
"created": "21/07/2017",
"description": "Code for the lab exercise",
"language": "Eng",
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "Raspberry_Pi/contents/Module05_LinuxKernelModules/Lab01_LinuxKernelModulesUnderYocto/hello-mod"
},
{
"title": "Introduction to Kernel Modules under Yocto, Module 5, Quiz 4",
"subject": ["Linux", "Operating Systems", "Embedded", "Yocto"],
"type": "Quiz",
"format": "docx",
"creator": "Mark Allen",
"publisher": "Arm Education",
"created": "21/07/2017",
"description": "Quiz questions based on kernel modules with Yocto.",
"language": "Eng",
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "Raspberry_Pi/contents/Module05_LinuxKernelModules/Quiz05_LinuxKernelModules.docx"
},
{
"title": "Communication Between Kernel and User Space, Module 6",
"subject": ["Linux", "Operating Systems", "Embedded", "Yocto"],
"type": "Lecture",
"format": "ppt",
"creator": "Mark Allen",
"publisher": "Arm Education",
"created": "21/07/2017",
"description": "The aim of this lecture is to: Delve into more details about Linux kernel modules. Illustrate the communication mechanism between kernel and user memory spaces",
"language": "Eng",
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "Raspberry_Pi/contents/Module06_CommunicationBetweenKernelAndUserSpace/Lecture06_CommunicationBetweenKernelAndUserSpace.pptx"
},
{
"title": "Handling General Purpose I/O Using Linux Kernel Modules, Module 6, Lab 3",
"subject": ["Linux", "Operating Systems", "Embedded", "Yocto"],
"type": "Lab",
"format": "doc",
"creator": "Mark Allen",
"publisher": "Arm Education",
"created": "21/07/2017",
"description": "Build a loadable kernel module using the Yocto build environment - which provides access to one general purpose I/O (GPIO) as output and one GPIO as input, handled in interrupt mode.",
"language": "Eng",
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "Raspberry_Pi/contents/Module06_CommunicationBetweenKernelAndUserSpace/Lab02_HandlingGPIOusingLinuxKernelModules/Lab02_HandlingGPIOusingLinuxKernelModules.docx"
},
{
"title": "Handling General Purpose I/O Using Linux Kernel Modules, Module 6, Lab 3, Lab Files",
"subject": ["Linux", "Operating Systems", "Embedded", "Yocto"],
"type": "Lab",
"format": [".bb", ".c", "Makefile"],
"creator": "Mark Allen",
"publisher": "Arm Education",
"created": "21/07/2017",
"description": "Code for lab exercise",
"language": "Eng",
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "Raspberry_Pi/contents/Module06_CommunicationBetweenKernelAndUserSpace/Lab02_HandlingGPIOusingLinuxKernelModules/gpio-mod"
},
{
"title": "Handling General Purpose I/O Using Linux Kernel Modules, Module 6, Quiz 5",
"subject": ["Linux", "Operating Systems", "Embedded", "Yocto"],
"type": "Quiz",
"format": "docx",
"creator": "Mark Allen",
"publisher": "Arm Education",
"created": "21/07/2017",
"description": "Quiz questions based on GPIO with Linux kernel modules",
"language": "Eng",
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "Raspberry_Pi/contents/Module06_CommunicationBetweenKernelAndUserSpace/Quiz06_CommunicationBetweenKernelAndUserSpace.docx"
},
{
"title": "Application Demo: Building a Ranging Sensor Kernel Module, Module 7",
"subject": ["Linux", "Operating Systems", "Embedded", "Yocto"],
"type": "Lecture",
"format": "ppt",
"creator": "Mark Allen",
"publisher": "Arm Education",
"created": "21/07/2017",
"description": "The aim of this lecture is to: Discuss user-level communication with kernel modules. Present an example to support a hardware device connected to a board",
"language": "Eng",
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "Raspberry_Pi/contents/Module07_BuildingARangingSensorKernelModule/Lecture07_BuildingARangingSensorKernelModule.pptx"
},
{
"title": "Handling HC-SR04 Ranging Sensor Using Linux Kernel Modules, Module 7, Lab 4",
"subject": ["Linux", "Operating Systems", "Embedded", "Yocto"],
"type": "Lab",
"format": "doc",
"creator": "Mark Allen",
"publisher": "Arm Education",
"created": "21/07/2017",
"description": "Build a loadable kernel module using the Yocto build environment that provides access to the HC-SR04 ranging sensor.",
"language": "Eng",
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "Raspberry_Pi/contents/Lab03_BuildingARangingSensorKernelModule/Lab03_HCSR04RangingSensor.docx"
},
{
"title": "Handling HC-SR04 Ranging Sensor Using Linux Kernel Modules, Module 7, Lab 4, Lab files",
"subject": ["Linux", "Operating Systems", "Embedded", "Yocto"],
"type": "Lab",
"format": [".bb", ".c", "Makefile"],
"creator": "Mark Allen",
"publisher": "Arm Education",
"created": "21/07/2017",
"description": "Code for lab exercise",
"language": "Eng",
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "Raspberry_Pi/contents/Module07_BuildingARangingSensorKernelModule/Lab03_BuildingARangingSensorKernelModule/hcsr04-mod"
},
{
"title": "Handling HC-SR04 Ranging Sensor Using Linux Kernel Modules, Module 7, Quiz 6",
"subject": ["Linux", "Operating Systems", "Embedded", "Yocto"],
"type": "Quiz",
"format": "docx",
"creator": "Mark Allen",
"publisher": "Arm Education",
"created": "21/07/2017",
"description": "Quiz questions based on HC-SR04 ranging sensor with Linux kernel modules.",
"language": "Eng",
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "Raspberry_Pi/contents/Module07_BuildingARangingSensorKernelModule/Quiz07_BuildingARangingSensorKernelModule.docx"
},
{
"title": "Introduction to code development and debugging using Yocto, Module 8, Lab 5",
"subject": ["Linux", "Operating Systems", "Embedded", "Yocto"],
"type": "Lab",
"format": "doc",
"creator": "Mark Allen",
"publisher": "Arm Education",
"created": "21/07/2017",
"description": "To set up the development environment using Yocto to write and cross-compile applications for the embedded Linux running on the Raspberry Pi 3 and to perform remote debugging operations.",
"language": "Eng",
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "Raspberry_Pi/contents/Module08_SystemDebuggingAndProfiling/Lab04_IntroToCodeDevelopmentUsingYocto/Lab04_IntroToCodeDevelopmentUsingYocto.docx"
},
{
"title": "Introduction to the Linux kernel and application profiling, Module 8, Lab 6",
"subject": ["Linux", "Operating Systems", "Embedded", "Yocto"],
"type": "Lab",
"format": "doc",
"creator": "Mark Allen",
"publisher": "Arm Education",
"created": "21/07/2017",
"description": "To allow you to use the Arm Streamline tool to profile the execution of code running on the Raspberry Pi 3.",
"language": "Eng",
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "Raspberry_Pi/contents/Module08_SystemDebuggingAndProfiling/Lab05_IntroToLinuxKernelandApplicationProfiling/Lab05_IntroToLinuxKernelandApplicationProfiling.docx"
},
{
"title": "Introduction to code development and debugging using Yocto, Module 8, Lab 5, Lab Files",
"subject": ["Linux", "Operating Systems", "Embedded", "Yocto"],
"type": "Lab",
"format": [".bb", ".patch"],
"creator": "Mark Allen",
"publisher": "Arm Education",
"created": "21/07/2017",
"description": "Code for lab exercise",
"language": "Eng",
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "Raspberry_Pi/contents/Module08_SystemDebuggingAndProfiling/Lab04_IntroToCodeDevelopmentUsingYocto/gator"
}
]
}