Difference between revisions of "Getting started with IGEP SMARC PXA2128"
From IGEP - ISEE Wiki
(→Overview) |
|||
Line 15: | Line 15: | ||
* Download software | * Download software | ||
* Burn Software in SD Card | * Burn Software in SD Card | ||
− | * | + | * Booting |
− | |||
{{Message/Information Message|title=Version U-boot and Kernel |message=This tutorial has been tested using version 2017.03 u-boot and Linux Kernel 4.9.81 }} | {{Message/Information Message|title=Version U-boot and Kernel |message=This tutorial has been tested using version 2017.03 u-boot and Linux Kernel 4.9.81 }} | ||
Line 37: | Line 36: | ||
− | 2. Burn Software in SD Card | + | '''2. Burn Software in SD Card''' |
− | [ | + | Now we can see an image of which are the steps to boot any module. |
+ | |||
+ | With a general processor all start with MLO file and U-Boot.img. Also it is the same procedure for Freescale- NXP. If you want to see how to create these files follow this [index.php/The_bootloader_U-Boot link]. | ||
+ | |||
+ | Next step is that once the processor is initialized,call the | ||
+ | |||
+ | linux kernel making the execution of your operative system available. | ||
+ | |||
+ | Finally your OS runs and you can initialize the board correctly | ||
+ | |||
+ | |||
+ | <div class="center"><div class="floatnone">[[]]</div> | ||
+ | </div> | ||
+ | To boot from MicroSD Card follow this [[How to boot from MicroSD Card|link.]] | ||
+ | |||
+ | |||
+ | '''3. Booting''' | ||
− | |||
Revision as of 10:25, 4 September 2018
|
|
Overview
This is the 1/3 chapter of the Getting Started with IGEP SMARC PXA2128 Tutorial Guide. In this first chapter, we will learn:
- Download software
- Burn Software in SD Card
- Booting
![]() |
This tutorial has been tested using version 2017.03 u-boot and Linux Kernel 4.9.81 |
1. Download Software
U-Boot
$ wget http://downloads.isee.biz/pub/relaunch/igep0034/bootloaders/u-boot/v2017.03/igep0034-u-boot-v2017-03.tar.bz2
Kernel
$ wget http://downloads.isee.biz/pub/relaunch/igep0034/kernel/4.9.81/igep0034-kernel-4-9-81.tar.bz2
Rootfs
$ wget http://downloads.isee.biz/pub/relaunch/rootfs/ubuntu/xenial/ubuntu-xenial-armhf-igep-base-no-version.tgz
Once we have downloaded the software, i'ts necessary compile linux kernel and install the modules in your Rootfs, the tutorial is in the following link:
2. Burn Software in SD Card
Now we can see an image of which are the steps to boot any module.
With a general processor all start with MLO file and U-Boot.img. Also it is the same procedure for Freescale- NXP. If you want to see how to create these files follow this [index.php/The_bootloader_U-Boot link].
Next step is that once the processor is initialized,call the
linux kernel making the execution of your operative system available.
Finally your OS runs and you can initialize the board correctly
To boot from MicroSD Card follow this link.
3. Booting
Upon completion, you will be ready to continue with chapter 2/3 that explains more advanced tasks.
under construction