≡
Difference between revisions of "SAM9-L9260"
m (→Software) |
m (→Preparing rootfs) |
||
Line 28: | Line 28: | ||
=== Preparing rootfs === | === Preparing rootfs === | ||
+ | |||
+ | In this tutorial [https://wiki.debian.org/DebianLenny Debian Lenny] will be used. The build process may vary, depending on host PC system. The following instructions are tested on '''Ubuntu 18.04'''. | ||
+ | |||
+ | Install required packages: | ||
+ | |||
+ | sudo apt-get update | ||
+ | sudo apt install -y debootstrap qemu-arm-static mtd-utils | ||
== Projects == | == Projects == |
Revision as of 03:32, 15 March 2019
Contents
Documents
Under construction
Hardware
Under construction
Software
Building at91bootstrap
Get the sources with:
git clone -b olimex https://github.com/OLIMEX/at91bootstrap.git
Go to the cloned folder and select SAM9-L9260 configuration:
cd at91bootstrap make sam9_l9260_uboot_defconfig
Compile the sources with:
make CROSS_COMPILE=arm-linux-gnueabi-
The bootstrap file can be found at:
binaries/sam9_l9260-dataflashcardboot--3.8.11.bin
Preparing rootfs
In this tutorial Debian Lenny will be used. The build process may vary, depending on host PC system. The following instructions are tested on Ubuntu 18.04.
Install required packages:
sudo apt-get update sudo apt install -y debootstrap qemu-arm-static mtd-utils
Projects
Under construction
FAQ
Under construction