<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://www.carberry.it/wiki/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="https://www.carberry.it/wiki/feed.php">
        <title>Carberry Wiki carberry:cmds:boot</title>
        <description></description>
        <link>https://www.carberry.it/wiki/</link>
        <image rdf:resource="https://www.carberry.it/wiki/lib/tpl/bootstrap3/images/favicon.ico" />
       <dc:date>2026-05-13T00:45:13+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.carberry.it/wiki/carberry/cmds/boot/at?rev=1569843894&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.carberry.it/wiki/carberry/cmds/boot/boot?rev=1569843894&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.carberry.it/wiki/carberry/cmds/boot/erase?rev=1569843894&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.carberry.it/wiki/carberry/cmds/boot/reboot?rev=1569843894&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.carberry.it/wiki/carberry/cmds/boot/start?rev=1569843894&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.carberry.it/wiki/carberry/cmds/boot/write?rev=1569843894&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.carberry.it/wiki/lib/tpl/bootstrap3/images/favicon.ico">
        <title>Carberry Wiki</title>
        <link>https://www.carberry.it/wiki/</link>
        <url>https://www.carberry.it/wiki/lib/tpl/bootstrap3/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.carberry.it/wiki/carberry/cmds/boot/at?rev=1569843894&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-09-30T13:44:54+02:00</dc:date>
        <title>carberry:cmds:boot:at</title>
        <link>https://www.carberry.it/wiki/carberry/cmds/boot/at?rev=1569843894&amp;do=diff</link>
        <description>AT

In bootloader context, with the “AT” command, you are able to test the communication path between the Raspberry Pi microcomputer and the Carberry board.

Synopsis
AT&lt;CR&gt;&lt;LF&gt;
Return
OK&lt;CR&gt;&lt;LF&gt;</description>
    </item>
    <item rdf:about="https://www.carberry.it/wiki/carberry/cmds/boot/boot?rev=1569843894&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-09-30T13:44:54+02:00</dc:date>
        <title>carberry:cmds:boot:boot</title>
        <link>https://www.carberry.it/wiki/carberry/cmds/boot/boot?rev=1569843894&amp;do=diff</link>
        <description>BOOT

Use this command to know if Carberry is in bootloader context.

In fact, only bootloader knows the command and returns OK.

Application will reply ERROR.

Synopsis
BOOT
Return
OK
Example

Calling BOOT from bootloader context:
BOOT
OK
Calling BOOT from application context:</description>
    </item>
    <item rdf:about="https://www.carberry.it/wiki/carberry/cmds/boot/erase?rev=1569843894&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-09-30T13:44:54+02:00</dc:date>
        <title>carberry:cmds:boot:erase</title>
        <link>https://www.carberry.it/wiki/carberry/cmds/boot/erase?rev=1569843894&amp;do=diff</link>
        <description>ERASE

Use this command to erase microcontroller application flash in bootloader context.

This command take some seconds to execute. Please, wait.

Synopsis
ERASE
Return
OK
Example

Calling ERASE from bootloader context:
ERASE
OK</description>
    </item>
    <item rdf:about="https://www.carberry.it/wiki/carberry/cmds/boot/reboot?rev=1569843894&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-09-30T13:44:54+02:00</dc:date>
        <title>carberry:cmds:boot:reboot</title>
        <link>https://www.carberry.it/wiki/carberry/cmds/boot/reboot?rev=1569843894&amp;do=diff</link>
        <description>REBOOT

In bootloader context, this command, performs a system reboot (Only Carberry! Raspberry Pi remains unaltered).

Synopsis
REBOOT
Return
OK
Example
REBOOT
OK</description>
    </item>
    <item rdf:about="https://www.carberry.it/wiki/carberry/cmds/boot/start?rev=1569843894&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-09-30T13:44:54+02:00</dc:date>
        <title>carberry:cmds:boot:start</title>
        <link>https://www.carberry.it/wiki/carberry/cmds/boot/start?rev=1569843894&amp;do=diff</link>
        <description>START

Use this command to leave bootloader context and start application.


Synopsis
START
Return
OK
Example

Calling START from bootloader context:
START
OK</description>
    </item>
    <item rdf:about="https://www.carberry.it/wiki/carberry/cmds/boot/write?rev=1569843894&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-09-30T13:44:54+02:00</dc:date>
        <title>carberry:cmds:boot:write</title>
        <link>https://www.carberry.it/wiki/carberry/cmds/boot/write?rev=1569843894&amp;do=diff</link>
        <description>WRITE

Use this command to write microcontroller application flash in bootloader context.

This command write a chunk of data to reflash application firmware.

Synopsis
WRITE &lt;DATA&gt;
Return
OK
Example

Calling WRITE from bootloader context:
WRITE 0213F620BA717F1E36A3394F6902B23A987795A818B4A8F67803
OK</description>
    </item>
</rdf:RDF>
