Edited by egast at 2017-9-18 15:13
Not necessary, desirable...https://github.com/zador-blood-stained/fel-mass-storage :
Script and binary files for mounting SD/eMMC on sunxi boards over USB OTG connection.
For linux
1. Compile and install sunxi-tools
2. (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"
If eMMC is not detected, SD card will be exported instead 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.
|