<?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 ProcessorsのトピックRe: uuu with google coral dev board</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/uuu-with-google-coral-dev-board/m-p/1514800#M194552</link>
    <description>&lt;P&gt;I am trying to add it.&amp;nbsp; I found that I needed to add&amp;nbsp;&lt;SPAN&gt;spl_board_boot_device()&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;to spl.c and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;#include &amp;lt;asm/mach-imx/boot_mode.h&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;.&amp;nbsp; I even tried to force &lt;SPAN&gt;spl_board_boot_device()&lt;/SPAN&gt; to&amp;nbsp;return BOOT_DEVICE_BOARD;&amp;nbsp;This caused the output of&amp;nbsp;spl_loader_name()&amp;nbsp;to change, so I can tell&amp;nbsp;spl_board_boot_device()&amp;nbsp;is being called, but&amp;nbsp;spl_ll_find_loader()&amp;nbsp;still returns 0 so my error persists.&amp;nbsp; That is still not working.&amp;nbsp; It's more of a uboot error than a uuu error at this point.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 31 Aug 2022 17:37:17 GMT</pubDate>
    <dc:creator>synaption</dc:creator>
    <dc:date>2022-08-31T17:37:17Z</dc:date>
    <item>
      <title>uuu with google coral dev board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uuu-with-google-coral-dev-board/m-p/1513369#M194416</link>
      <description>&lt;P&gt;I am trying to get UUU working with the google coral devboard that is based on the imx8mq.&amp;nbsp; I can get fastboot to work, but this would be a pain for bulk flashing.&amp;nbsp; I am using buildroot which generates&amp;nbsp;imx8-boot-sd.bin as the uboot binary, verified working in emmc with fastboot.&amp;nbsp; the error I get with uuu is:&lt;/P&gt;&lt;P&gt;U-Boot SPL 2022.04 (Aug 29 2022 - 13:29:54 -0500)&lt;BR /&gt;DDRINFO: start DRAM init&lt;BR /&gt;DDRINFO: DRAM rate 3200MTS&lt;BR /&gt;DDRINFO:ddrphy calibration done&lt;BR /&gt;DDRINFO: ddrmix config done&lt;BR /&gt;Normal Boot&lt;BR /&gt;SPL: Unsupported Boot Device 12&lt;BR /&gt;SPL: failed to boot from all boot devices (err=-6)&lt;BR /&gt;### ERROR ### Please RESET the board ###&lt;/P&gt;&lt;P&gt;The output on the host device is as follows:&lt;/P&gt;&lt;P&gt;$ sudo uuu -v -b emmc imx8-boot-sd.bin&lt;BR /&gt;uuu (Universal Update Utility) for nxp imx chips -- lib1.4.77&lt;/P&gt;&lt;P&gt;Build in config:&lt;BR /&gt;Pctl Chip Vid Pid BcdVersion&lt;BR /&gt;==================================================&lt;BR /&gt;SDPS: MX8QXP 0x1fc9 0x012f [0x0002..0xffff]&lt;BR /&gt;SDPS: MX8QM 0x1fc9 0x0129 [0x0002..0xffff]&lt;BR /&gt;SDPS: MX8DXL 0x1fc9 0x0147&lt;BR /&gt;SDPS: MX28 0x15a2 0x004f&lt;BR /&gt;SDPS: MX815 0x1fc9 0x013e&lt;BR /&gt;SDPS: MX865 0x1fc9 0x0146&lt;BR /&gt;SDPS: MX8ULP 0x1fc9 0x014a&lt;BR /&gt;SDPS: MX8ULP 0x1fc9 0x014b&lt;BR /&gt;SDP: MX7D 0x15a2 0x0076&lt;BR /&gt;SDP: MX6Q 0x15a2 0x0054&lt;BR /&gt;SDP: MX6D 0x15a2 0x0061&lt;BR /&gt;SDP: MX6SL 0x15a2 0x0063&lt;BR /&gt;SDP: MX6SX 0x15a2 0x0071&lt;BR /&gt;SDP: MX6UL 0x15a2 0x007d&lt;BR /&gt;SDP: MX6ULL 0x15a2 0x0080&lt;BR /&gt;SDP: MX6SLL 0x1fc9 0x0128&lt;BR /&gt;SDP: MX7ULP 0x1fc9 0x0126&lt;BR /&gt;SDP: MXRT106X 0x1fc9 0x0135&lt;BR /&gt;SDP: MX8MM 0x1fc9 0x0134&lt;BR /&gt;SDP: MX8MQ 0x1fc9 0x012b&lt;BR /&gt;SDPU: SPL 0x0525 0xb4a4 [0x0000..0x04ff]&lt;BR /&gt;SDPV: SPL1 0x0525 0xb4a4 [0x0500..0x9998]&lt;BR /&gt;SDPU: SPL 0x0525 0xb4a4 [0x9999..0x9999]&lt;BR /&gt;SDPU: SPL 0x3016 0x1001 [0x0000..0x04ff]&lt;BR /&gt;SDPV: SPL1 0x3016 0x1001 [0x0500..0x9998]&lt;BR /&gt;FBK: 0x066f 0x9afe&lt;BR /&gt;FBK: 0x066f 0x9bff&lt;BR /&gt;FB: 0x0525 0xa4a5&lt;BR /&gt;FB: 0x18d1 0x0d02&lt;BR /&gt;FB: 0x3016 0x0001&lt;/P&gt;&lt;P&gt;Run built-in script:&lt;BR /&gt;&lt;BR /&gt;uuu_version 1.2.39&lt;/P&gt;&lt;P&gt;# @imx8-boot-sd.bin | bootloader&lt;BR /&gt;# @imx8-boot-sd.bin [imx8-boot-sd.bin] | image burn to emmc, default is the same as bootloader&lt;/P&gt;&lt;P&gt;# This command will be run when i.MX6/7 i.MX8MM, i.MX8MQ&lt;BR /&gt;SDP: boot -f imx8-boot-sd.bin&lt;/P&gt;&lt;P&gt;# This command will be run when ROM support stream mode&lt;BR /&gt;# i.MX8QXP, i.MX8QM&lt;BR /&gt;SDPS: boot -f imx8-boot-sd.bin&lt;/P&gt;&lt;P&gt;# These commands will be run when use SPL and will be skipped if no spl&lt;BR /&gt;# SDPU will be deprecated. please use SDPV instead of SDPU&lt;BR /&gt;# {&lt;BR /&gt;SDPU: delay 1000&lt;BR /&gt;SDPU: write -f imx8-boot-sd.bin -offset 0x57c00&lt;BR /&gt;SDPU: jump&lt;BR /&gt;# }&lt;/P&gt;&lt;P&gt;# These commands will be run when use SPL and will be skipped if no spl&lt;BR /&gt;# if (SPL support SDPV)&lt;BR /&gt;# {&lt;BR /&gt;SDPV: delay 1000&lt;BR /&gt;SDPV: write -f imx8-boot-sd.bin -skipspl&lt;BR /&gt;SDPV: jump&lt;BR /&gt;# }&lt;/P&gt;&lt;P&gt;FB: ucmd setenv fastboot_dev mmc&lt;BR /&gt;FB: ucmd setenv mmcdev ${emmc_dev}&lt;BR /&gt;FB: ucmd mmc dev ${emmc_dev}&lt;BR /&gt;FB: flash bootloader imx8-boot-sd.bin&lt;BR /&gt;FB: ucmd if env exists emmc_ack; then ; else setenv emmc_ack 0; fi;&lt;BR /&gt;FB: ucmd mmc partconf ${emmc_dev} ${emmc_ack} 1 0&lt;BR /&gt;FB: Done&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Wait for Known USB Device Appear...&lt;BR /&gt;New USB Device Attached at 1:141&lt;BR /&gt;1:141&amp;gt;Start Cmd:SDP: boot -f imx8-boot-sd.bin&lt;BR /&gt;6400%1:141&amp;gt;Okay (3.066s)&lt;/P&gt;&lt;P&gt;These are the lines I have added currently to my uboot config&lt;/P&gt;&lt;P&gt;CONFIG_CMD_FASTBOOT=y&lt;BR /&gt;CONFIG_USB_FUNCTION_FASTBOOT=y&lt;BR /&gt;CONFIG_USB_GADGET=y&lt;BR /&gt;CONFIG_USB_GADGET_DOWNLOAD=y&lt;BR /&gt;CONFIG_USB_GADGET_MANUFACTURER="FSL"&lt;BR /&gt;CONFIG_USB_GADGET_VENDOR_NUM=0x0525&lt;BR /&gt;CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5&lt;BR /&gt;CONFIG_USB_DWC3=y #I have tried&amp;nbsp;CONFIG_USB_CDNS3 and&amp;nbsp;CONFIG_CI_UDC&lt;BR /&gt;CONFIG_FSL_FASTBOOT=y&lt;BR /&gt;CONFIG_FASTBOOT=y&lt;BR /&gt;CONFIG_FASTBOOT_BUF_ADDR=0x40480000&lt;BR /&gt;CONFIG_FASTBOOT_BUF_SIZE=0x40000000&lt;BR /&gt;CONFIG_FASTBOOT_FLASH=y&lt;BR /&gt;CONFIG_FASTBOOT_FLASH_MMC_DEV=1&lt;BR /&gt;CONFIG_EFI_PARTITION=y&lt;BR /&gt;##CONFIG_ANDROID_BOOT_IMAGE=y#it wont compile with this line included.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;# SPL enalbe&lt;BR /&gt;CONFIG_SPL_USB_HOST_SUPPORT=y&lt;BR /&gt;CONFIG_SPL_USB_GADGET_SUPPORT=y&lt;BR /&gt;CONFIG_SPL_USB_SDP_SUPPORT=y&lt;BR /&gt;CONFIG_SDP_LOADADDR=0x40400000&lt;BR /&gt;CONFIG_USB_TCPC=n #I have tried with and without TCPC&lt;BR /&gt;CONFIG_SPL_SHOW_ERRORS=y&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CONFIG_ANDROID_BOOT_IMAGE=y causes a compile error.&amp;nbsp; I'm not sure if that matters.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 19:30:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uuu-with-google-coral-dev-board/m-p/1513369#M194416</guid>
      <dc:creator>synaption</dc:creator>
      <dc:date>2022-08-29T19:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: uuu with google coral dev board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uuu-with-google-coral-dev-board/m-p/1513931#M194461</link>
      <description>&lt;P&gt;Hello Synaption,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;UUU is based on NXP evaluation board, the coral board is not from NXP so you have to add it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 13:03:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uuu-with-google-coral-dev-board/m-p/1513931#M194461</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2022-08-30T13:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: uuu with google coral dev board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uuu-with-google-coral-dev-board/m-p/1514800#M194552</link>
      <description>&lt;P&gt;I am trying to add it.&amp;nbsp; I found that I needed to add&amp;nbsp;&lt;SPAN&gt;spl_board_boot_device()&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;to spl.c and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;#include &amp;lt;asm/mach-imx/boot_mode.h&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;.&amp;nbsp; I even tried to force &lt;SPAN&gt;spl_board_boot_device()&lt;/SPAN&gt; to&amp;nbsp;return BOOT_DEVICE_BOARD;&amp;nbsp;This caused the output of&amp;nbsp;spl_loader_name()&amp;nbsp;to change, so I can tell&amp;nbsp;spl_board_boot_device()&amp;nbsp;is being called, but&amp;nbsp;spl_ll_find_loader()&amp;nbsp;still returns 0 so my error persists.&amp;nbsp; That is still not working.&amp;nbsp; It's more of a uboot error than a uuu error at this point.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 17:37:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uuu-with-google-coral-dev-board/m-p/1514800#M194552</guid>
      <dc:creator>synaption</dc:creator>
      <dc:date>2022-08-31T17:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: uuu with google coral dev board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uuu-with-google-coral-dev-board/m-p/1516531#M194694</link>
      <description>&lt;P&gt;I have made some progress. I added a lot of include/config/imx8mq_evk.h to include/config/imx8mq_phanbell.h, as well as adding a lot from board/freescale/imx8mq_phanbell/imx8mq_evk.c to board/google/imx8mq_phanbell/imx8mq_phanbell.c. It seems like everything that should compile does. Now the process hangs at the following:&lt;/P&gt;&lt;DIV class=""&gt;&lt;PRE&gt;U-Boot SPL 2022.04 (Sep 03 2022 - 02:34:18 -0500)
DDRINFO: start DRAM init
DDRINFO: DRAM rate 3200MTS
DDRINFO:ddrphy calibration done
DDRINFO: ddrmix config done
Normal Boot
Trying to boot from USB SDP
SDP: initialize...
SDP: handle requests...&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 03 Sep 2022 07:56:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uuu-with-google-coral-dev-board/m-p/1516531#M194694</guid>
      <dc:creator>synaption</dc:creator>
      <dc:date>2022-09-03T07:56:17Z</dc:date>
    </item>
  </channel>
</rss>

