# Download binary images for Fox Board D27

Buildroot 2023.02.8 Linux - 18-dec-2023 

* Kernel Linux 6.1.38
* At91boostrap 4.0.4
* MD5SUM: ba0433145087834bf85808a7e9b43e4f
* [Download](/download/microsd/foxd27_18dec2023/sdcard.zip)

Debian Bookworm Linux (03-aug-2023) 

* Kernel Linux 6.1.38
* At91boostrap 4.0.4
* MD5SUM: 9ba604eca3682782ee8015a756698994
* [Download](/download/microsd/foxd27_3aug2023/debian-bookworm-foxd27.img.xz)

## How to generate the Buildroot MicroSD

To generate a bootable microSD from these images use Balena Etcher:

* <https://www.balena.io/etcher/> 

At prompt via debug port interface or via lan using SSH the login data are:

	login: root 
	Password: acmesystems

Only the <code>root</code> is defined

## How to generate the Debian MicroSD

To generate a bootable microSD from these images use Balena Etcher:

* <https://www.balena.io/etcher/> 

At prompt via debug port interface or via lan using SSH the login data are:

	foxd27 login: acme 
	Password: acmesystems

To extend the rootfs partition to fill the whole microSD size type:

	sudo ./extend_rootfs.sh

The password for the root user is not defined. To set it log in as <i>acme</i> user and type:

	sudo passwd

