Debian Jessie 8.0 rootfs
The steps required to boot Debian are: This project creates a working install of Debian Jessie 8 on Altera
SoC
- First create a working Yocto image
- Download the attached debian8 image file ( debian8.img.gz)
- Decompress the image using:
$ gzip -d debian8.img.gz
- Use DD to copy the image over the second partition of your sd card. If your card is /dev/mmcblk0 then this would be:
$ dd if=debian8.img of=/dev/sdb2
Root password is "debian". Ethernet is preconfigured with dhcp. This can be changed through the normal debian method. Access by UART