Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

34 lines (18 loc) · 1.05 KB

Preparations

Linux and OS X

  • compile and install sunxi-tools

  • (optional) add udev rule to allow access to USB devices to users belonging to (previously created) "sunxi-fel" group:

SUBSYSTEMS=="usb", ATTR{idVendor}=="1f3a", ATTR{idProduct}=="efe8", GROUP="sunxi-fel"

Windows

  • download Zadig

  • connect board in FEL mode to your PC

  • launch "Zadig"

  • check "Options\List all devices"

  • select device with VID=1F3A and PID=EFE8 (i.e. USB Device(VID_1f3a_PID_efe8))

  • install "WinUSB" driver (tested on Win8.1 x86)

Notes

If eMMC is not detected, SD card will be exported instead

Some boards (like Orange Pi PC Plus) which don't have FEL button require using special SD image to enter FEL mode:

Use dd, Rufus or Etcher to flash fel-sdboot.img to SD card like any OS image and use this card to boot the board in FEL mode.