#Test Acqua A5

Build root versione 2022.02.01

	wget https://buildroot.org/downloads/buildroot-2022.02.1.tar.xz
	tar xvf buildroot-2022.02.1.tar.xz
	cd buildroot-2022.02.1
	make acmesystems_acqua_a5_256mb_defconfig
	make

## Banco di test in produzione

* Inserire la microSD di test
* Controllare se i quattro led lampeggiano
* Login: __root__ Password: __acqua__
* Fare un ping su www.acmesystems.it e controllare il led verde e giallo
* ./mac per verificare se legge il chip MAC
* python acqua.py per verificare le linee di I/O i cui pattern sono i 
seguenti:
 
<img src="./acqua_test.jpg">

Files usati per il test:

* [acqua.py](./acqua.py)
* [mac.c](./mac.c)
* [at91-sama5d3_acqua.dtb](./at91-sama5d3_acqua.dtb)


###Related links

* [Datasheet](http://www.digimax.it/sites/default/files/dlc0430ezg-t-2_spec.pdf)
* [Rivenditore italiano](http://www.digimax.it/it/products/dlc0430ezg-t-2)
* [Pinout](http://www.dlcdisplay.com/UploadFiles/file/DLC0430EZG-7.pdf)
* [Definizione dts](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/video/atmel,lcdc.txt?id=refs/tags/v3.15-rc8)
* [Disable screen blanking in X](http://raspberrypi.stackexchange.com/questions/2059/disable-screen-blanking-in-x-windows-on-raspbian)


## Banco di test in temperatura

Programma Python usato per leggere la temperatura da DS18B20

* [temp.py](./temp.py)
 
DTS usato per Linux 4.19

* [acme-acqua-1wire.dts](./acme-acqua-1wire.dts)
* [acme-acqua-1wire.dtb](./acme-acqua-1wire.dtb)

Defconfig

* [defconfig](./defconfig)

Check RAM

	/usr/sbin/memtester 40M
	
Contenuto /etc/network/interfaces.d

	auto eth0
	allow-hotplug eth0
	
	#iface eth0 inet dhcp
	# up udhcpc -n -q -F `hostname`
	iface eth0 inet static
	address 192.168.1.15 
	gateway 192.168.1.1 
	netmask 255.255.255.0
