Difference between revisions of "User:Pbansal"

From REU@MU
Jump to: navigation, search
Line 71: Line 71:
 
Day 16: <br>
 
Day 16: <br>
 
Fixed issues with converting test file from light Xinu homework assignment to full Xinu <br>
 
Fixed issues with converting test file from light Xinu homework assignment to full Xinu <br>
 +
Found that stack address cannot be referenced<br><br>
  
 +
Day 17: <br>
 +
Talked to mentor about importance of removing clutter from code<br><br>
 +
 +
Day 18: <br>
 +
Worked with new, lighter version of Xinu <br>
 +
Attempted to fix problems with lighter version<br><br>
 +
 +
Day 19: <br>
 +
Revamped light version so that it works now <br>
 +
Learned about ATAGs and some of the problems we might have with them<br><br>
 +
 +
Day 20: <br>
 +
Learned about giving a good research presentation <br>
 +
Learned about Device Trees <br>
 +
Attempted to determine whether to use Device Trees over ATAGs<br><br>
 +
 +
Day 21: <br>
 +
Worked on finding more about ATAGs and Device Trees <br>
 +
Planned presentation for Thursday<br><br>
 +
 +
Day 22: <br>
 +
Finished presentation <br>
 +
Found that issue with stack address was not with ATAGs <br>
 +
Decided to continue to understand and use ATAGs instead of Device Trees (which we may use later)<br><br>
 +
 +
Day 23: <br>
 +
Presented<br><br>
 +
 +
Day 24: <br>
 +
Continued to learn more about ATAGs and how we were receiving information about memory address from them <br>
 +
Determined that firmware may be old or inconsistent (fixup.dat file may not match our start.elf file)<br><br>
  
  

Revision as of 12:06, 1 July 2017

Priya.jpg


Marquette Senior

My research project focuses on porting Embedded Xinu into our new, multi-core Raspberry Pi 3s. While my project has just begun, my log thus far is below.

Day 1:
Orientation

Day 2:
Booted Raspbian onto Raspberry Pi 3
Realized Pi is 64 bit and not 32 bit... Found new cross-compiler since old one won't work
Attempted to boot Xinu onto Pi 3 (not yet there)

Day 3:
Got a bare metal program (taken from Tristan Gingold) to boot on the Rasberry Pi and turn on a light

Day 4:
Tried booting a light version of Xinu taken from an old Operating System's homework (didn't work)
Started to convert the code that turned the light on in the C file to assembly (ARM64) to see if the booting process just wasn't getting to the C file

Day 5:
Converted C to assembly using the compiler (which we should have just done before)
Found that booting process wasn't getting to C file but was getting to assembly
Fixed code so light would turn on even when code was in C file
Still not receiving any input from the serial connection

Day 6:
Attended Ethics training

Day 7:
Got serial connection working using mini-UART
Receiving wrong characters using pl011

Day 8:
Tried to find what the correct baud rate should be set to for pl011 (tried being the operative word)

Day 9:
Nothing to see here

Day 10:
Did a lot of research about UART
Found someone online who is a Raspberry Pi developer who got the pl011 driver to work for Raspbian
Attempted to communicate with Pi developer, but didn't receive much helpful information

Day 11:
Got the pl011 driver to work!
Checked to see if receive is also working, and it is

Day 12:
Started looking at and understanding the assembly code in full Xinu
Changed some of the assembly code to work with AArch64
Talked to our mentor about future plans
Started commenting out drivers and other components so that we can start from the bottom

Day 13:
Got full Xinu to print using the serial driver
Did some more AArch64 research
Finally got into really understanding the code in full Xinu

Day 14:
Had a nice talk about future plans
Starting to branch off and do separate work from other group-mates
Learned more about full Xinu code
Started changing context switch

Day 15:
Worked with process creation

Day 16:
Fixed issues with converting test file from light Xinu homework assignment to full Xinu
Found that stack address cannot be referenced

Day 17:
Talked to mentor about importance of removing clutter from code

Day 18:
Worked with new, lighter version of Xinu
Attempted to fix problems with lighter version

Day 19:
Revamped light version so that it works now
Learned about ATAGs and some of the problems we might have with them

Day 20:
Learned about giving a good research presentation
Learned about Device Trees
Attempted to determine whether to use Device Trees over ATAGs

Day 21:
Worked on finding more about ATAGs and Device Trees
Planned presentation for Thursday

Day 22:
Finished presentation
Found that issue with stack address was not with ATAGs
Decided to continue to understand and use ATAGs instead of Device Trees (which we may use later)

Day 23:
Presented

Day 24:
Continued to learn more about ATAGs and how we were receiving information about memory address from them
Determined that firmware may be old or inconsistent (fixup.dat file may not match our start.elf file)


Phone: (414) 379-0802

Upgrading Embedded Xinu for the Multi-Core Raspberry Pi 3