<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX RT Crossover MCUsのトピックRe: Tools for MIMXRT1062 ROM Bootloader Serial Downloader</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Tools-for-MIMXRT1062-ROM-Bootloader-Serial-Downloader/m-p/1817875#M29091</link>
    <description>&lt;P&gt;I think I made some progress but I still have some things&amp;nbsp; I need to understand further.&lt;/P&gt;&lt;P&gt;The Rom-based bootloader only supports SDP.&amp;nbsp; This is not compatible with blhost.&amp;nbsp; I installed spsdk to get the sdphost tool, which is able to handle SDP.&lt;/P&gt;&lt;P&gt;After installing I'm able to run:&lt;/P&gt;&lt;P&gt;(.venv) C:\Users\antho&amp;gt;sdphost -u 1fc9 write-file 0 d:\AAA\tree\build_evkb\zephyr\zephyr.bin&lt;BR /&gt;Status (HAB mode) = 1450735702 (0x56787856) Hab Is Disabled (Unlocked).&lt;BR /&gt;Response status = 2300781449 (0x89232389) NO DESCRIPTION.&lt;/P&gt;&lt;P&gt;(.venv) C:\Users\antho&amp;gt;sdphost -u 1fc9 jump-address 0x22c0&lt;BR /&gt;Status (HAB mode) = 1450735702 (0x56787856) Hab Is Disabled (Unlocked).&lt;/P&gt;&lt;P&gt;After triggering the jump, the device disconnects from USB but afterwards does not enumerate as a USB COM port as it normally does during debugging with this image.&lt;/P&gt;&lt;P&gt;My questions at this point:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;is zephyr.bin is the correct file/format.. for example does it have the isr table?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;what address should I the write it to?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;what address to jump to after its written?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BTW - I am building this project with zephyr.&amp;nbsp; It has been compiled to run entirely from ram and i have it working when I download the image via the debug probe.&amp;nbsp; &amp;nbsp;(west debug -d build_evkb)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Feb 2024 20:31:48 GMT</pubDate>
    <dc:creator>anthony_asterisk</dc:creator>
    <dc:date>2024-02-28T20:31:48Z</dc:date>
    <item>
      <title>Tools for MIMXRT1062 ROM Bootloader Serial Downloader</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Tools-for-MIMXRT1062-ROM-Bootloader-Serial-Downloader/m-p/1814918#M29014</link>
      <description>&lt;P&gt;I have a project where the intention is for the image to execute entirely in RAM and to use the ROM bootloader in serial downloader mode to load the application.&amp;nbsp; The board uses MIMXRT1061DVL6B but I am doing my initial development on MIMXRT1060-EVKB (MIMXRT1062)&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found some documentation on the serial downloader protocol in the Reference Manual.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there an available SDK for communicating with the serial downloader?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a demo tool that I can run on my desktop platform for initial testing?&lt;/P&gt;&lt;P&gt;This project is using Zephyr for the application, however I feel these questions are not specific to Zephyr so I have posted here as well as asking questions in the Zephyr discussion boards..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Feb 2024 00:32:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Tools-for-MIMXRT1062-ROM-Bootloader-Serial-Downloader/m-p/1814918#M29014</guid>
      <dc:creator>anthony_asterisk</dc:creator>
      <dc:date>2024-02-24T00:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Tools for MIMXRT1062 ROM Bootloader Serial Downloader</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Tools-for-MIMXRT1062-ROM-Bootloader-Serial-Downloader/m-p/1814977#M29016</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;There is an off-the-shelf boot loader for the i.MX RT 106x here:&amp;nbsp;&lt;A href="https://www.utasker.com/iMX/RT1060.html" target="_blank"&gt;https://www.utasker.com/iMX/RT1060.html&lt;/A&gt;&lt;BR /&gt;This allows any application to be programmed to QSPI flash (also AES256 encrypted) and run from RAM in order to obtain maximum performance (zero wait state instruction and data access). It automatically configures the FlexRAM according to the code size to fit the code in ITC and use the rest for data in DTC.&lt;BR /&gt;See the video demo at &lt;A href="https://www.youtube.com/watch?v=fnfLQ-nbscI&amp;amp;list=PLWKlVb_MqDQEOCnsNOJO8gd3jDCwiyKKe&amp;amp;index=11" target="_blank"&gt;https://www.youtube.com/watch?v=fnfLQ-nbscI&amp;amp;list=PLWKlVb_MqDQEOCnsNOJO8gd3jDCwiyKKe&amp;amp;index=11&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I don't know that using the ROM loader would help since this only allows writing to RAM from an external source via LPUART or USB using its SDP protocol. However the uTasker project also includes this capability (used for production programming from on i.MX RT to another) - see &lt;A href="https://www.utasker.com/docs/iMX/uTasker_iMX-RT-Programmer.pdf" target="_blank"&gt;https://www.utasker.com/docs/iMX/uTasker_iMX-RT-Programmer.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Mark (uTasker project lead)&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;For our discounted i.MX and Kinetis stock availability see &lt;A href="https://www.utasker.com/Shop/semi.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.utasker.com/Shop/semi.html&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Feb 2024 00:20:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Tools-for-MIMXRT1062-ROM-Bootloader-Serial-Downloader/m-p/1814977#M29016</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2024-02-25T00:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Tools for MIMXRT1062 ROM Bootloader Serial Downloader</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Tools-for-MIMXRT1062-ROM-Bootloader-Serial-Downloader/m-p/1815031#M29024</link>
      <description>&lt;P&gt;This board will not have any flash available, I need to find out more about the ROM image serial downloader, the board will always be USB connected to a host system that will provide the image.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Feb 2024 23:47:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Tools-for-MIMXRT1062-ROM-Bootloader-Serial-Downloader/m-p/1815031#M29024</guid>
      <dc:creator>anthony_asterisk</dc:creator>
      <dc:date>2024-02-25T23:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Tools for MIMXRT1062 ROM Bootloader Serial Downloader</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Tools-for-MIMXRT1062-ROM-Bootloader-Serial-Downloader/m-p/1815033#M29026</link>
      <description>&lt;P&gt;I see.&lt;BR /&gt;&lt;BR /&gt;In that case you need to use blhost (as used by the MXP-MCUBootUtility) and you could ask the owner of that project for info.&lt;BR /&gt;&lt;BR /&gt;The SCP protocol is in fact explained in the MIMXRT1062 user manual.&lt;BR /&gt;&lt;BR /&gt;For someone who can control HID class on a PC, the USB host needs to detect a connected device with VID / PID 0x1fc9 / 0x0131 to recognise the processor in ISP mode and then can use a few commands in order to program data to RAM and issue a go command.&lt;BR /&gt;&lt;BR /&gt;I am not a PC developer but it was simple to do on another i.MX RT in USB host mode - these are the commands that it is based on:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;static int fnSDP_start(int iCommand)
{
    switch (iCommand) {
    case 0:
        fnSDP(SDP_COMMAND_TYPE_ERROR_STATUS, 0, 0, 0, 0);                // start SDP sequence setup (and prepare its data)
        break;
    case 1:
        fnSDP(SDP_COMMAND_TYPE_READ_REGISTER, (unsigned long)HW_OCOTP_CFG0_ADD, SDP_FORMAT_LONG_WORD, 0, 1); // start SDP sequence setup (and prepare its data) - read UUID0
        break;
    case 2:
        fnSDP(SDP_COMMAND_TYPE_READ_REGISTER, (unsigned long)HW_OCOTP_CFG1_ADD, SDP_FORMAT_LONG_WORD, 0, 1); // start SDP sequence setup (and prepare its data) - read UUID1
        break;
    case 3:
        fnSDP(SDP_COMMAND_TYPE_READ_REGISTER, (unsigned long)SRC_SBMR1_ADD, SDP_FORMAT_LONG_WORD, 0, 1); // start SDP sequence setup (and prepare its data) - SRC boot mode register 1
        break;
    case 4:
        fnSDP(SDP_COMMAND_TYPE_READ_REGISTER, (unsigned long)SRC_SBMR2_ADD, SDP_FORMAT_LONG_WORD, 0, 1); // start SDP sequence setup (and prepare its data) - SRC boot mode register 2
        break;

    case 6:
        fnSDP(SDP_COMMAND_TYPE_WRITE_FILE, (unsigned long)LOAD_ADDRESS, 0, 0, ulFileLength); // start SDP sequence setup (and prepare its data)
        break;
    case 7:
        fnSDP(SDP_COMMAND_TYPE_JUMP_ADDRESS, (unsigned long)LOAD_ADDRESS, 0, 0, 0); // start SDP sequence setup (and prepare its data)
        break;
    default:
        return 1;
    }
    return 0;
}&lt;/LI-CODE&gt;&lt;P&gt;You can find the command in the user's manual as follows:&lt;BR /&gt;#define SDP_COMMAND_TYPE_READ_REGISTER 0x01&lt;BR /&gt;#define SDP_COMMAND_TYPE_WRITE_REGISTER 0x02&lt;BR /&gt;#define SDP_COMMAND_TYPE_WRITE_FILE 0x04&lt;BR /&gt;#define SDP_COMMAND_TYPE_ERROR_STATUS 0x05&lt;BR /&gt;#define SDP_COMMAND_TYPE_DCD_WRITE 0x0a&lt;BR /&gt;#define SDP_COMMAND_TYPE_JUMP_ADDRESS 0x0b&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Mark&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 00:05:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Tools-for-MIMXRT1062-ROM-Bootloader-Serial-Downloader/m-p/1815033#M29026</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2024-02-26T00:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Tools for MIMXRT1062 ROM Bootloader Serial Downloader</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Tools-for-MIMXRT1062-ROM-Bootloader-Serial-Downloader/m-p/1817795#M29090</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1431"&gt;@mjbcswitzerland&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I downloaded the blhost tool.&amp;nbsp; On the dev board MIMXRT1060 EVKB I set SW4 jumper 3 to 1 and jumper 4 to 0.&amp;nbsp; I also erased all the memories using the debugger interface.&amp;nbsp; &amp;nbsp;After I reset I can see the device enumerates on to USB with VID 1fc9 and PID 0135&lt;/P&gt;&lt;P&gt;(.venv) D:\AAA&amp;gt;usbipd list&lt;BR /&gt;Connected:&lt;BR /&gt;BUSID VID:PID DEVICE STATE&lt;BR /&gt;1-1 1366:0105 JLink CDC UART Port (COM9), J-Link driver Not shared&lt;BR /&gt;1-2 1fc9:0135 USB Input Device Not shared&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to use blhost to communicate with the serial downloader I don't get a response:&lt;/P&gt;&lt;P&gt;blhost_2.6.7\blhost_2.6.7\bin\win\blhost.exe --u 0x1FC9,0x0135 -- get-property 1&lt;BR /&gt;Inject command 'get-property'&lt;BR /&gt;sendCommandGetResponse.readPacket error 5.&lt;BR /&gt;Response status = 10004 (0x2714) No response packet from target device.&lt;/P&gt;&lt;P&gt;blhost_2.6.7\blhost_2.6.7\bin\win\blhost.exe --u 0x1FC9,0x0135 -- reset&lt;BR /&gt;Inject command 'reset'&lt;BR /&gt;sendCommandGetResponse.readPacket error 5.&lt;BR /&gt;Ignoring missing response from reset command.&lt;BR /&gt;Response status = 0 (0x0) Success.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there another step I need to do before blhost can communicate directly with the ROM serial downloader?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 19:01:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Tools-for-MIMXRT1062-ROM-Bootloader-Serial-Downloader/m-p/1817795#M29090</guid>
      <dc:creator>anthony_asterisk</dc:creator>
      <dc:date>2024-02-28T19:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Tools for MIMXRT1062 ROM Bootloader Serial Downloader</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Tools-for-MIMXRT1062-ROM-Bootloader-Serial-Downloader/m-p/1817875#M29091</link>
      <description>&lt;P&gt;I think I made some progress but I still have some things&amp;nbsp; I need to understand further.&lt;/P&gt;&lt;P&gt;The Rom-based bootloader only supports SDP.&amp;nbsp; This is not compatible with blhost.&amp;nbsp; I installed spsdk to get the sdphost tool, which is able to handle SDP.&lt;/P&gt;&lt;P&gt;After installing I'm able to run:&lt;/P&gt;&lt;P&gt;(.venv) C:\Users\antho&amp;gt;sdphost -u 1fc9 write-file 0 d:\AAA\tree\build_evkb\zephyr\zephyr.bin&lt;BR /&gt;Status (HAB mode) = 1450735702 (0x56787856) Hab Is Disabled (Unlocked).&lt;BR /&gt;Response status = 2300781449 (0x89232389) NO DESCRIPTION.&lt;/P&gt;&lt;P&gt;(.venv) C:\Users\antho&amp;gt;sdphost -u 1fc9 jump-address 0x22c0&lt;BR /&gt;Status (HAB mode) = 1450735702 (0x56787856) Hab Is Disabled (Unlocked).&lt;/P&gt;&lt;P&gt;After triggering the jump, the device disconnects from USB but afterwards does not enumerate as a USB COM port as it normally does during debugging with this image.&lt;/P&gt;&lt;P&gt;My questions at this point:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;is zephyr.bin is the correct file/format.. for example does it have the isr table?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;what address should I the write it to?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;what address to jump to after its written?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BTW - I am building this project with zephyr.&amp;nbsp; It has been compiled to run entirely from ram and i have it working when I download the image via the debug probe.&amp;nbsp; &amp;nbsp;(west debug -d build_evkb)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 20:31:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Tools-for-MIMXRT1062-ROM-Bootloader-Serial-Downloader/m-p/1817875#M29091</guid>
      <dc:creator>anthony_asterisk</dc:creator>
      <dc:date>2024-02-28T20:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Tools for MIMXRT1062 ROM Bootloader Serial Downloader</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Tools-for-MIMXRT1062-ROM-Bootloader-Serial-Downloader/m-p/1817935#M29094</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;When I load code (that runs in RAM) I use these two steps in the sequence:&lt;BR /&gt;&lt;BR /&gt;case 6:&lt;BR /&gt;fnSDP(SDP_COMMAND_TYPE_WRITE_FILE, (unsigned long)LOAD_ADDRESS, 0, 0, ulFileLength); // start SDP sequence setup (and prepare its data)&lt;BR /&gt;break;&lt;BR /&gt;case 7:&lt;BR /&gt;fnSDP(SDP_COMMAND_TYPE_JUMP_ADDRESS, (unsigned long)LOAD_ADDRESS, 0, 0, 0); // start SDP sequence setup (and prepare its data)&lt;BR /&gt;&lt;BR /&gt;LOAD_ADDRESS is defined to be&lt;BR /&gt;#define LOAD_ADDRESS 0x20208200 // in OCRAM&lt;BR /&gt;since the code that is load is linked to operate there (the FlexRAM defaults are valid).&lt;BR /&gt;&lt;BR /&gt;The file that I load has an image vector table at the start - this is its binary:&lt;BR /&gt;&lt;BR /&gt;0xd1,0x00,0x20,0x40,0xf9,0xad,0x20,0x20,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x00..0x0f&lt;BR /&gt;0x00,0x82,0x20,0x20,0x00,0x82,0x20,0x20,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x10..0x1f&lt;BR /&gt;0x00,0x82,0x20,0x20,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x20..0x2f&lt;BR /&gt;0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x30..0x3f&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;whereby the image vector table is defined as&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;typedef struct stIMAGE_VECTOR_TABLE_LOADER {&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;unsigned long hdr; // header tag that must be IVT_HEADER&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;unsigned long entry; // absolute address of the first instruction to execute from the&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;unsigned long reserved1; // reserved in this version of HAB (high assurance boot): should be NULL&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;unsigned long dcd; // absolute address of the image DCD: may be NULL&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;unsigned long boot_data; // absolute address of the boot data: may be NULL, but not interpreted any further by HAB&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;unsigned long self; // absolute address of the IVT&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;unsigned long csf; // absolute address of the image CSF&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;unsigned long reserved2; // reserved in this version of HAB: should be zero&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;unsigned long ulEntry;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;unsigned long ulLength;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;unsigned long ulRes[118];&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;} IMAGE_VECTOR_TABLE_LOADER;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Therefore you can't load the same image as you load with the debugger (which will start with a reset vector).&lt;BR /&gt;&lt;BR /&gt;When I build my own projects I use a define "SDP_LOADER" to control outputting two binary files - one that can be loaded with the debugger (and other standard techniques) and one that can be loaded via&amp;nbsp; SDP. That define controls inserting the necessary header and a few other changes (which are more due to the fact that I build as production loader tool to subsequently load code to Flash).&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Mark&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 22:04:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Tools-for-MIMXRT1062-ROM-Bootloader-Serial-Downloader/m-p/1817935#M29094</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2024-02-28T22:04:04Z</dc:date>
    </item>
  </channel>
</rss>

