Luckfox Pico ultra w board issues

  • hello,for information related to power supply, you can refer to the official wiki.https://wiki.luckfox.com/Luckfox-Pico-R ... ides-usb-c,Considering that the overheating issue might be caused by the simultaneous power supply from both power sources, using an external power supply, the USB connection must be disconnected. To switch to the Host mode via usb_config.sh, an external power supply is required. If the device mode is maintained, the USB connection needs to be disconnected.
    Regarding the burning issue, "Erase LBA failed" might indicate that the flash has been damaged. It is recommended that you replace it and try again. "Begin larger than flash size" refers to a problem where the image file does not match the capacity of the Flash. We hope these suggestions will be helpful to you.
  • Hello yangxj121,
    thanks for your prompt response, I would like to know if I use external power supply as mentioned in the wiki and use external usb device like pen drive with USB in host mode is recommended or not.
  • It's okay.

    Code: Select all

    cat /sys/devices/platform/ff3e0000.usb2-phy/otg_mode
    ,After powering on, ensure that it is in the host mode.Note: USB-A and USB-C cannot be used simultaneously.
  • Noted Thanks