tn3399_openwrt/target/linux/sunxi/image
Roman Bazalevsky 69fff339e9 sunxi: add support for FriendlyARM Nano PI NEO Air dev board
Hardware:

  Allwinner H3 upto 1.2GHz
  512MB DDR3 RAM
  8GB on-board eMMC - mountable, can be used as boot with custom boot.scr
  microSD-card slot
  WiFi 802.11n (AP6212A) - working
  Bluetooth (AP6212A) - not working for now
  Micro-USB OTG + 2*USB headers
  UART 3.3V - working
  GPIO/I2C/SPI 2.54mm headers

Standard sunxi SD-card installation procedure - copy image to SD card,
insert in into slot and boot. First time you will need UART adapter to
enable on-board wireless (or just build custom image with enabled WiFi).

To boot from eMMC:

  - boot from SD
  - copy SD image to emmc (dd bs=... if=.... of=/dev/mmcblk2)
  - mount eMMC boot partition and replace boot script on it
  - unmount, reboot

To use i2c, spi and more uarts - replace dtb on boot partition with
fixed one (use dtc or fdt-tools).

Signed-off-by: Roman Bazalevsky <rvb@rvb.name>
[rebase onto device name consolidation patches]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2019-12-13 12:20:09 +01:00
..
Config.in sunxi: add sdcard image generation support when board profile is selected 2014-09-14 13:47:42 +00:00
cortex-a7.mk sunxi: add support for FriendlyARM Nano PI NEO Air dev board 2019-12-13 12:20:09 +01:00
cortex-a8.mk sunxi: construct DTS name from device node name and SOC 2019-12-13 12:19:51 +01:00
cortex-a53.mk sunxi: construct DTS name from device node name and SOC 2019-12-13 12:19:51 +01:00
gen_sunxi_sdcard_img.sh treewide: replace backticks by $(...) in gen_*_img.sh scripts 2019-09-29 00:46:13 +02:00
Makefile sunxi: construct DTS name from device node name and SOC 2019-12-13 12:19:51 +01:00