Difference between revisions of "User:Rlatinov"
From REU@MU
(Created page with "== Personal Info == Rade Latinovich is a current student at Brookfield Central High School with interests in Computer Science. == Weekly Log == '''Week 1 (30 May - 4 June)'''...") |
|||
Line 4: | Line 4: | ||
== Weekly Log == | == Weekly Log == | ||
'''Week 1 (30 May - 4 June)''' | '''Week 1 (30 May - 4 June)''' | ||
− | + | *Downloaded a new cross-compiler toolchain (aarch64) | |
− | + | *I was able to compile sample code found from [https://github.com/gingold-adacore/rpi3-fosdem17 https://github.com/gingold-adacore/rpi3-fosdem17], with new cross-compiler | |
− | + | *Modified the sample code to turn on a LED | |
+ | *Downloaded simple and watered-down version of Xinu (homework tarball) | ||
+ | :- Modified startup.S file in order to be able to boot on RPi3 (did not do anything, but it compiled, and LED turned on) |
Revision as of 18:29, 5 June 2017
Personal Info
Rade Latinovich is a current student at Brookfield Central High School with interests in Computer Science.
Weekly Log
Week 1 (30 May - 4 June)
- Downloaded a new cross-compiler toolchain (aarch64)
- I was able to compile sample code found from https://github.com/gingold-adacore/rpi3-fosdem17, with new cross-compiler
- Modified the sample code to turn on a LED
- Downloaded simple and watered-down version of Xinu (homework tarball)
- - Modified startup.S file in order to be able to boot on RPi3 (did not do anything, but it compiled, and LED turned on)