
    

    <?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://ocw.cs.pub.ro/courses/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://ocw.cs.pub.ro/courses/feed.php">
        <title>CS Open CourseWare ass:labs-2025:02:tasks</title>
        <description></description>
        <link>http://ocw.cs.pub.ro/courses/</link>
        <image rdf:resource="http://ocw.cs.pub.ro/courses/lib/tpl/arctic/images/favicon.ico" />
       <dc:date>2026-05-18T08:22:33+03:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://ocw.cs.pub.ro/courses/ass/labs-2025/02/tasks/01?rev=1754408021&amp;do=diff"/>
                <rdf:li rdf:resource="http://ocw.cs.pub.ro/courses/ass/labs-2025/02/tasks/02?rev=1754469725&amp;do=diff"/>
                <rdf:li rdf:resource="http://ocw.cs.pub.ro/courses/ass/labs-2025/02/tasks/03?rev=1754388460&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://ocw.cs.pub.ro/courses/lib/tpl/arctic/images/favicon.ico">
        <title>CS Open CourseWare</title>
        <link>http://ocw.cs.pub.ro/courses/</link>
        <url>http://ocw.cs.pub.ro/courses/lib/tpl/arctic/images/favicon.ico</url>
    </image>
    <item rdf:about="http://ocw.cs.pub.ro/courses/ass/labs-2025/02/tasks/01?rev=1754408021&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-05T18:33:41+03:00</dc:date>
        <title>01. Preparing the Linux μImage</title>
        <link>http://ocw.cs.pub.ro/courses/ass/labs-2025/02/tasks/01?rev=1754408021&amp;do=diff</link>
        <description>01. Preparing the Linux μImage

There are three vital components that are required to successfully boot Linux on ARM:

	*  Kernel image: This should be self-evident :P
	*  Flattened Device Tree: A blob (.dtb) of compiled hierarchical data that the kernel parses to identify hardware elements;
	*  RootFS: A file system that can be mounted at / in order to load the init executable. Here, we will use a ramdisk image (which will be **surprise pause** stored in RAM!).</description>
    </item>
    <item rdf:about="http://ocw.cs.pub.ro/courses/ass/labs-2025/02/tasks/02?rev=1754469725&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-06T11:42:05+03:00</dc:date>
        <title>02. Placing the FIT on the board's eMMC</title>
        <link>http://ocw.cs.pub.ro/courses/ass/labs-2025/02/tasks/02?rev=1754469725&amp;do=diff</link>
        <description>02. Placing the FIT on the board's eMMC

There are many ways to make the FIT image available to U-Boot.
For this task we chose a method that may seem roundabout, but can serve as a starting point toward making our board's configuration persistent across resets (i.e.: no longer using SDP each time we restart it.)</description>
    </item>
    <item rdf:about="http://ocw.cs.pub.ro/courses/ass/labs-2025/02/tasks/03?rev=1754388460&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-05T13:07:40+03:00</dc:date>
        <title>03. Booting Linux from the FIT image</title>
        <link>http://ocw.cs.pub.ro/courses/ass/labs-2025/02/tasks/03?rev=1754388460&amp;do=diff</link>
        <description>03. Booting Linux from the FIT image

Start up your board. Use uuu to supply it with a valid firmware image package:


uuu -b spl flash.bin


Connect to the serial cable (the DEBUG one), then open a terminal (recall: /dev/ttyACM0 on Linux -- usually!), e.g. using picocom (don't forget to set baudrate to 115200!) and power on the board via the USB-C cable!</description>
    </item>
</rdf:RDF>
