├── Hardware ├── 2-Layer-Version │ ├── BOM.xlsx │ ├── Blueberry Pi.brd │ ├── Blueberry Pi.sch │ ├── Blueberry_Pi_Gerber_2018-12-20.zip │ ├── Bottom.pdf │ ├── README.md │ └── Top.pdf ├── 4-Layer-Version │ ├── ADV7611 reference design │ │ ├── 8171.dts.txt │ │ ├── ADV7611-Allwinner-V3s-mapping.xlsx │ │ ├── ADV7611_layout_rev0.pdf │ │ ├── adv7611ebz-mfg_b3.xls │ │ ├── adv7611ebz_b_rec.pdf │ │ └── dsi-shield-sch.pdf │ ├── Blueberry Pi BOM.csv │ ├── Blueberry Pi BOM.xlsx │ ├── Blueberry Pi.brd │ ├── Blueberry Pi.sch │ ├── Blueberry_Pi_Gerber_2018-12-16.zip │ ├── Bottom.pdf │ ├── README.md │ └── Top.pdf └── Datasheets │ ├── Connectors │ ├── HR911105A.pdf │ └── MIPI CSI FFC.pdf │ ├── IC │ ├── Allwinner_V3s_Datasheet_V1.0.pdf │ ├── EA3036_2A_1.0.pdf │ ├── NS2009EN.PDF │ ├── PT4101E.pdf │ └── RTL8723BS.pdf │ └── schematic Lichee pi zero │ ├── lichee0_base.pdf │ └── lichee_zero.pdf ├── LICENSE ├── README.md ├── Software ├── Image Packer │ ├── boot.env │ │ ├── boot-lcd.scr │ │ ├── boot-vga.scr │ │ ├── boot-without-video.scr │ │ └── src │ │ │ ├── boot-lcd.cmd │ │ │ ├── boot-vga.cmd │ │ │ └── boot-without-video.cmd │ ├── boot │ │ ├── u-boot-sunxi-with-spl.bin │ │ └── zImage │ ├── dtb │ │ ├── sun8i-v3s-blueberrypi-csi-ov2640.dtb │ │ ├── sun8i-v3s-blueberrypi-csi-ov7670.dtb │ │ └── sun8i-v3s-blueberrypi.dtb │ └── imagepacker.sh ├── README.md ├── blueberrypi_defconfig └── devicetree examples │ ├── README.md │ ├── sun8i-v3s-blueberrypi-csi-ov2640.dts │ ├── sun8i-v3s-blueberrypi-csi-ov7670.dts │ ├── sun8i-v3s-blueberrypi.dts │ └── sun8i-v3s.dtsi └── documentation_DE.pdf /Hardware/2-Layer-Version/BOM.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/2-Layer-Version/BOM.xlsx -------------------------------------------------------------------------------- /Hardware/2-Layer-Version/Blueberry Pi.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/2-Layer-Version/Blueberry Pi.brd -------------------------------------------------------------------------------- /Hardware/2-Layer-Version/Blueberry Pi.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/2-Layer-Version/Blueberry Pi.sch -------------------------------------------------------------------------------- /Hardware/2-Layer-Version/Blueberry_Pi_Gerber_2018-12-20.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/2-Layer-Version/Blueberry_Pi_Gerber_2018-12-20.zip -------------------------------------------------------------------------------- /Hardware/2-Layer-Version/Bottom.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/2-Layer-Version/Bottom.pdf -------------------------------------------------------------------------------- /Hardware/2-Layer-Version/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/2-Layer-Version/README.md -------------------------------------------------------------------------------- /Hardware/2-Layer-Version/Top.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/2-Layer-Version/Top.pdf -------------------------------------------------------------------------------- /Hardware/4-Layer-Version/ADV7611 reference design/8171.dts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/4-Layer-Version/ADV7611 reference design/8171.dts.txt -------------------------------------------------------------------------------- /Hardware/4-Layer-Version/ADV7611 reference design/ADV7611-Allwinner-V3s-mapping.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/4-Layer-Version/ADV7611 reference design/ADV7611-Allwinner-V3s-mapping.xlsx -------------------------------------------------------------------------------- /Hardware/4-Layer-Version/ADV7611 reference design/ADV7611_layout_rev0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/4-Layer-Version/ADV7611 reference design/ADV7611_layout_rev0.pdf -------------------------------------------------------------------------------- /Hardware/4-Layer-Version/ADV7611 reference design/adv7611ebz-mfg_b3.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/4-Layer-Version/ADV7611 reference design/adv7611ebz-mfg_b3.xls -------------------------------------------------------------------------------- /Hardware/4-Layer-Version/ADV7611 reference design/adv7611ebz_b_rec.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/4-Layer-Version/ADV7611 reference design/adv7611ebz_b_rec.pdf -------------------------------------------------------------------------------- /Hardware/4-Layer-Version/ADV7611 reference design/dsi-shield-sch.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/4-Layer-Version/ADV7611 reference design/dsi-shield-sch.pdf -------------------------------------------------------------------------------- /Hardware/4-Layer-Version/Blueberry Pi BOM.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/4-Layer-Version/Blueberry Pi BOM.csv -------------------------------------------------------------------------------- /Hardware/4-Layer-Version/Blueberry Pi BOM.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/4-Layer-Version/Blueberry Pi BOM.xlsx -------------------------------------------------------------------------------- /Hardware/4-Layer-Version/Blueberry Pi.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/4-Layer-Version/Blueberry Pi.brd -------------------------------------------------------------------------------- /Hardware/4-Layer-Version/Blueberry Pi.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/4-Layer-Version/Blueberry Pi.sch -------------------------------------------------------------------------------- /Hardware/4-Layer-Version/Blueberry_Pi_Gerber_2018-12-16.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/4-Layer-Version/Blueberry_Pi_Gerber_2018-12-16.zip -------------------------------------------------------------------------------- /Hardware/4-Layer-Version/Bottom.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/4-Layer-Version/Bottom.pdf -------------------------------------------------------------------------------- /Hardware/4-Layer-Version/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/4-Layer-Version/README.md -------------------------------------------------------------------------------- /Hardware/4-Layer-Version/Top.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/4-Layer-Version/Top.pdf -------------------------------------------------------------------------------- /Hardware/Datasheets/Connectors/HR911105A.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/Datasheets/Connectors/HR911105A.pdf -------------------------------------------------------------------------------- /Hardware/Datasheets/Connectors/MIPI CSI FFC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/Datasheets/Connectors/MIPI CSI FFC.pdf -------------------------------------------------------------------------------- /Hardware/Datasheets/IC/Allwinner_V3s_Datasheet_V1.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/Datasheets/IC/Allwinner_V3s_Datasheet_V1.0.pdf -------------------------------------------------------------------------------- /Hardware/Datasheets/IC/EA3036_2A_1.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/Datasheets/IC/EA3036_2A_1.0.pdf -------------------------------------------------------------------------------- /Hardware/Datasheets/IC/NS2009EN.PDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/Datasheets/IC/NS2009EN.PDF -------------------------------------------------------------------------------- /Hardware/Datasheets/IC/PT4101E.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/Datasheets/IC/PT4101E.pdf -------------------------------------------------------------------------------- /Hardware/Datasheets/IC/RTL8723BS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/Datasheets/IC/RTL8723BS.pdf -------------------------------------------------------------------------------- /Hardware/Datasheets/schematic Lichee pi zero/lichee0_base.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/Datasheets/schematic Lichee pi zero/lichee0_base.pdf -------------------------------------------------------------------------------- /Hardware/Datasheets/schematic Lichee pi zero/lichee_zero.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Hardware/Datasheets/schematic Lichee pi zero/lichee_zero.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/README.md -------------------------------------------------------------------------------- /Software/Image Packer/boot.env/boot-lcd.scr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Software/Image Packer/boot.env/boot-lcd.scr -------------------------------------------------------------------------------- /Software/Image Packer/boot.env/boot-vga.scr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Software/Image Packer/boot.env/boot-vga.scr -------------------------------------------------------------------------------- /Software/Image Packer/boot.env/boot-without-video.scr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Software/Image Packer/boot.env/boot-without-video.scr -------------------------------------------------------------------------------- /Software/Image Packer/boot.env/src/boot-lcd.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Software/Image Packer/boot.env/src/boot-lcd.cmd -------------------------------------------------------------------------------- /Software/Image Packer/boot.env/src/boot-vga.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Software/Image Packer/boot.env/src/boot-vga.cmd -------------------------------------------------------------------------------- /Software/Image Packer/boot.env/src/boot-without-video.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Software/Image Packer/boot.env/src/boot-without-video.cmd -------------------------------------------------------------------------------- /Software/Image Packer/boot/u-boot-sunxi-with-spl.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Software/Image Packer/boot/u-boot-sunxi-with-spl.bin -------------------------------------------------------------------------------- /Software/Image Packer/boot/zImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Software/Image Packer/boot/zImage -------------------------------------------------------------------------------- /Software/Image Packer/dtb/sun8i-v3s-blueberrypi-csi-ov2640.dtb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Software/Image Packer/dtb/sun8i-v3s-blueberrypi-csi-ov2640.dtb -------------------------------------------------------------------------------- /Software/Image Packer/dtb/sun8i-v3s-blueberrypi-csi-ov7670.dtb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Software/Image Packer/dtb/sun8i-v3s-blueberrypi-csi-ov7670.dtb -------------------------------------------------------------------------------- /Software/Image Packer/dtb/sun8i-v3s-blueberrypi.dtb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Software/Image Packer/dtb/sun8i-v3s-blueberrypi.dtb -------------------------------------------------------------------------------- /Software/Image Packer/imagepacker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Software/Image Packer/imagepacker.sh -------------------------------------------------------------------------------- /Software/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Software/README.md -------------------------------------------------------------------------------- /Software/blueberrypi_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Software/blueberrypi_defconfig -------------------------------------------------------------------------------- /Software/devicetree examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Software/devicetree examples/README.md -------------------------------------------------------------------------------- /Software/devicetree examples/sun8i-v3s-blueberrypi-csi-ov2640.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Software/devicetree examples/sun8i-v3s-blueberrypi-csi-ov2640.dts -------------------------------------------------------------------------------- /Software/devicetree examples/sun8i-v3s-blueberrypi-csi-ov7670.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Software/devicetree examples/sun8i-v3s-blueberrypi-csi-ov7670.dts -------------------------------------------------------------------------------- /Software/devicetree examples/sun8i-v3s-blueberrypi.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Software/devicetree examples/sun8i-v3s-blueberrypi.dts -------------------------------------------------------------------------------- /Software/devicetree examples/sun8i-v3s.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/Software/devicetree examples/sun8i-v3s.dtsi -------------------------------------------------------------------------------- /documentation_DE.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petit-miner/Blueberry-PI/HEAD/documentation_DE.pdf --------------------------------------------------------------------------------