14 Mar, 2017

1 commit


16 Jan, 2017

2 commits

  • Newer OrangePi Zero boards all come with 16 Mib SPI flash soldered, from
    which the board can actually boot from.
    Enable the SPL support for the SPI controller and SPI flash to allow
    putting the SPL, the DT and U-Boot proper into there. This will let
    a board boot without an SD card inserted.
    The flash chip can be written with a version of the sunxi-fel tool.

    Signed-off-by: Andre Przywara
    Tested-by: Priit Laes
    Acked-by: Maxime Ripard
    Reviewed-by: Jagan Teki

    Andre Przywara
     
  • Orange Pi Zero is a board designed by Xunlong. It has an Allwinner H2+
    SoC (similar to H3, which shares the same SoC ID), 256MB/512MB RAM,
    Allwinner XR819 SDIO Wi-Fi, a MicroUSB port which is used to power the
    board (also capable of OTG), a USB Type-A socket and a MicroSD slot.

    Signed-off-by: Icenowy Zheng
    Reviewed-by: Jagan Teki

    Icenowy Zheng