<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.asie.pl/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://wiki.asie.pl/feed.php">
        <title>asie&#039;s personal wiki - project:homebrew:wsbootfriend</title>
        <description></description>
        <link>https://wiki.asie.pl/</link>
        <image rdf:resource="https://wiki.asie.pl/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-30T10:10:22+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.asie.pl/doku.php?id=project:homebrew:wsbootfriend:customsplash&amp;rev=1711876334&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.asie.pl/doku.php?id=project:homebrew:wsbootfriend:eeprom&amp;rev=1711736546&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.asie.pl/doku.php?id=project:homebrew:wsbootfriend:flashcart&amp;rev=1711736153&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.asie.pl/doku.php?id=project:homebrew:wsbootfriend:lrzsz&amp;rev=1711723402&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.asie.pl/doku.php?id=project:homebrew:wsbootfriend:minicom&amp;rev=1711874117&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.asie.pl/doku.php?id=project:homebrew:wsbootfriend:witch&amp;rev=1711736177&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.asie.pl/doku.php?id=project:homebrew:wsbootfriend:witchos&amp;rev=1711736402&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.asie.pl/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>asie's personal wiki</title>
        <link>https://wiki.asie.pl/</link>
        <url>https://wiki.asie.pl/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.asie.pl/doku.php?id=project:homebrew:wsbootfriend:customsplash&amp;rev=1711876334&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-31T09:12:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>customsplash</title>
        <link>https://wiki.asie.pl/doku.php?id=project:homebrew:wsbootfriend:customsplash&amp;rev=1711876334&amp;do=diff</link>
        <description>Writing custom splashes

The BootFriend installer can be repurposed to write any custom splash contained within a backup of the handheld&#039;s internal EEPROM. BootFriend functionality will not be installed in this mode. To achieve this:

	*  Open the BootFriend configuration page:</description>
    </item>
    <item rdf:about="https://wiki.asie.pl/doku.php?id=project:homebrew:wsbootfriend:eeprom&amp;rev=1711736546&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-29T18:22:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>eeprom</title>
        <link>https://wiki.asie.pl/doku.php?id=project:homebrew:wsbootfriend:eeprom&amp;rev=1711736546&amp;do=diff</link>
        <description>BootFriend Installation (direct EEPROM write)

	*  Create a BootFriend splash screen on &lt;https://wonderful.asie.pl/ws/bootfriend/&gt;. When done configuring, select Download bootfriend.bin (EEPROM dump for hardware recovery).
		*  It is not necessary to change any configuration details; the default blank splash screen is sufficient.</description>
    </item>
    <item rdf:about="https://wiki.asie.pl/doku.php?id=project:homebrew:wsbootfriend:flashcart&amp;rev=1711736153&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-29T18:15:53+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>flashcart</title>
        <link>https://wiki.asie.pl/doku.php?id=project:homebrew:wsbootfriend:flashcart&amp;rev=1711736153&amp;do=diff</link>
        <description>BootFriend Installation (Cartridge)

	*  Create a BootFriend splash screen on &lt;https://wonderful.asie.pl/ws/bootfriend/&gt;. When done configuring, select Download bootfriend-inst.wsc (Cartridge).
		*  It is not necessary to change any configuration details; the default blank splash screen is sufficient.</description>
    </item>
    <item rdf:about="https://wiki.asie.pl/doku.php?id=project:homebrew:wsbootfriend:lrzsz&amp;rev=1711723402&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-29T14:43:22+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>lrzsz</title>
        <link>https://wiki.asie.pl/doku.php?id=project:homebrew:wsbootfriend:lrzsz&amp;rev=1711723402&amp;do=diff</link>
        <description>Using lrzsz on Linux

Uploading data

The following script will upload a file to the WonderSwan using XMODEM through lrzsz:
  #!/bin/sh
  stty -F &quot;$2&quot; 38400 cs8 raw -echo
  lrzsz-sx -X &quot;$1&quot; &lt; &quot;$2&quot; &gt; &quot;$2&quot;
  
Usage: ./upload.sh file.bin /dev/ttyACM0

Downloading data</description>
    </item>
    <item rdf:about="https://wiki.asie.pl/doku.php?id=project:homebrew:wsbootfriend:minicom&amp;rev=1711874117&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-31T08:35:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>minicom</title>
        <link>https://wiki.asie.pl/doku.php?id=project:homebrew:wsbootfriend:minicom&amp;rev=1711874117&amp;do=diff</link>
        <description>Using minicom on Linux

	*  Run minicom -D [device]; for ExtFriend, the device will typically be /dev/ttyACM0.
	*  Press Ctrl+A, then O, then select Serial port setup:
		*  Set Bps/Par/Bits to the correct speed, then press Q to set 8N1.
		*  Set Hardware</description>
    </item>
    <item rdf:about="https://wiki.asie.pl/doku.php?id=project:homebrew:wsbootfriend:witch&amp;rev=1711736177&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-29T18:16:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>witch</title>
        <link>https://wiki.asie.pl/doku.php?id=project:homebrew:wsbootfriend:witch&amp;rev=1711736177&amp;do=diff</link>
        <description>BootFriend Installation (WonderWitch program)

	*  Create a BootFriend splash screen on &lt;https://wonderful.asie.pl/ws/bootfriend/&gt;. When done configuring, select Download bootfriend-inst.fx (WonderWitch program)
		*  It is not necessary to change any configuration details; the default blank splash screen is sufficient.</description>
    </item>
    <item rdf:about="https://wiki.asie.pl/doku.php?id=project:homebrew:wsbootfriend:witchos&amp;rev=1711736402&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-29T18:20:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>witchos</title>
        <link>https://wiki.asie.pl/doku.php?id=project:homebrew:wsbootfriend:witchos&amp;rev=1711736402&amp;do=diff</link>
        <description>BootFriend Installation (WonderWitch OS upgrade)

This method is no longer recommended, but has been preserved for historical reasons.

	*  Create a BootFriend splash screen on &lt;https://wonderful.asie.pl/ws/bootfriend/&gt;. When done configuring, select Download bootfriend-inst-wwsystem.bin (WonderWitch</description>
    </item>
</rdf:RDF>
