≡
Difference between revisions of "SAM9-L9260"
(Created page with " == Documents == Under construction == Hardware == Under construction == Software == Under construction == Projects == Under construction == FAQ == Under construction [[C...") |
m (→Software) |
||
Line 7: | Line 7: | ||
== Software == | == 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 | ||
== Projects == | == Projects == |
Revision as of 00:45, 7 December 2018
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
Projects
Under construction
FAQ
Under construction