-
Build or download an image
05/21/2020 at 19:47 • 0 commentsDownloading pre-built images
- Ubuntu Official Wandboard
- Downloads page : out-of-date 16.04 Ubuntu-images
- Wandboard FTP-page : also out of date
wandboard-allC1-ubuntu-16.04-sdcard-20160525.zipit's too large for a 4GB SD-card.
- Debian
- armhf Wandboard old binaries : Ubuntu 14.04, Debian 7.5
- Wandboard wiki : ArchLinux, Fedora22
Build your own image
LinuxOnARM for Wandboard describes the steps in great detail. Building your own image has the advantage that you can set your own kernel options (if you know what you're doing). I used Linux kernel v5.6.x (Stable) with Ubuntu 20.04 LTS.
Before you do this, install the following packages on your build computer:
sudo apt install bison flex lzma libmpc-dev u-boot-tools libncurses5-dev:amd64 libssl-dev:amd64
Login
ubuntu / temppwd
WiFi
Don't copy the files yet as shown in the instruction. See WiFi project log for more info.
Setup microSD card
Before installing the files onto the SD-card, unmount the existing partitions first.
Install Kernel and Root File System
The kernel version can be found in the file kernel_version in the linux kernel.
- Ubuntu Official Wandboard