Difference between revisions of "User:Lesterwm"

From eLinux.org
Jump to: navigation, search
Line 41: Line 41:
  
 
;[[ECE497 Lab05 Kconfig Edits | Lab 05]]
 
;[[ECE497 Lab05 Kconfig Edits | Lab 05]]
:Status:  
+
:Status: Complete
:Observations:  
+
:Observations: I completed this short lab as part of Lab 08. In that lab I added an Example character device module to the necessary Kconfig file.
:Answers:
+
:Answers: N/A
  
 
;[[ECE497 Lab06 Configuring U-boot | Lab 06]]
 
;[[ECE497 Lab06 Configuring U-boot | Lab 06]]
:Status:  
+
:Status: Complete
:Observations:  
+
:Observations: I've spent a lot of time on this subject while trying to get static MAC addresses working. I wrote up a wiki article based on what I learned. See [[ECE497 Modifying Kernel Command Line Parameters]].
:Answers:
+
:Answers: N/A
  
 
;[[ECE497 Lab07 Configuring BusyBox | Lab 07]]
 
;[[ECE497 Lab07 Configuring BusyBox | Lab 07]]
:Status:  
+
:Status: Not Started
 
:Observations:  
 
:Observations:  
 
:Answers:
 
:Answers:
Line 58: Line 58:
 
:Status:  
 
:Status:  
 
:Observations:  
 
:Observations:  
:Answers:
+
:Answers: 231-239
  
 
;[[ECE497 Lab09 Development Tools | Lab 09]]
 
;[[ECE497 Lab09 Development Tools | Lab 09]]

Revision as of 22:30, 1 May 2011


Status Report

Listings

Chapter 4
Not Done
Chapter 5
Done
Chapter 6
Not Done
Chapter 7
Not Done
Chapter 8
Not Done

Labs

Lab 00
Status: Complete
Observations: N/A (I already had linux installed)
Answers: N/A
Lab 01
Status: Complete
Observations: Using the SPED image, you can't boot your Beagle using USB OTG for power (it throws a kernel panic). This is because the kernel image included on image does not have the necessary USB gadget module built-in (its a dynamic module).
Answers: N/A
Lab 02
Status: Complete
Observations: Build.tar.gz is absolutely huge. Is all of that necessary? I find myself building the kernel outside of the OE tree because it is just too complicated otherwise. This is a great lab and one that I kept coming back to, its extremely important to the course
Answers: N/A
Lab 03
Status: Incomplete
Observations:
Answers:
Lab 04
Status: Done
Observations: This lab is incomplete, but following its spirit, I configured the kernel to my liking. I had to reconfigure from the default Angstrom configuration when I wanted to get networking and power over USB working, since the USB OTG gadget had to be compiled into the kernel (it can't by a dynamic module). I used gconfig to configure it.
Answers: N/A
Lab 05
Status: Complete
Observations: I completed this short lab as part of Lab 08. In that lab I added an Example character device module to the necessary Kconfig file.
Answers: N/A
Lab 06
Status: Complete
Observations: I've spent a lot of time on this subject while trying to get static MAC addresses working. I wrote up a wiki article based on what I learned. See ECE497 Modifying Kernel Command Line Parameters.
Answers: N/A
Lab 07
Status: Not Started
Observations:
Answers:
Lab 08
Status:
Observations:
Answers: 231-239
Lab 09
Status:
Observations:
Answers:
Lab 10
Status:
Observations:
Answers:
Lab 11
Status:
Observations:
Answers:
Lab 12
Status:
Observations:
Answers:
Lab 13
Status:
Observations:
Answers:


ECE497 Pages

ECE497 Networking over USB

ECE497 Modifying Kernel Command Line Parameters