Difference between revisions of "Getting started with IGEP SMARC PXA2128"

From IGEP - ISEE Wiki

Jump to: navigation, search
Line 30: Line 30:
  
 
  $ wget http://downloads.isee.biz/pub/relaunch/rootfs/ubuntu/xenial/ubuntu-xenial-armhf-igep-base-no-version.tgz
 
  $ 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:
 
 
[[Linux Kernel 4.9.y]]
 
 
  
 
'''2. Burn Software  in SD Card'''
 
'''2. Burn Software  in SD Card'''
Line 50: Line 45:
  
 
To boot from MicroSD Card follow this [[How to boot from MicroSD Card|link.]]
 
To boot from MicroSD Card follow this [[How to boot from MicroSD Card|link.]]
 +
 +
 +
I'ts necessary compile linux kernel and install the modules in your Rootfs, the tutorial is in the following link:
 +
 +
[[Linux Kernel 4.9.y]]
  
  

Revision as of 12:40, 5 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
Information.jpg 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

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.

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 

How to SD.PNG


To boot from MicroSD Card follow this link.


I'ts necessary compile linux kernel and install the modules in your Rootfs, the tutorial is in the following link:

Linux Kernel 4.9.y


3. Booting

You can test your new microSD card with a Serial client such as PuTTy. [serial debug port to communicate|Here] is an explanation about how to configure it.

(Note that speed should be configured to 115200 bauds).

If you already have configured it or you are using another Serial

client and you have connected the Serial cable to the IGEP004 board, then you are ready to test your microSD.

Insert the microSD in your IGEP0034 board and power up the board.


Upon completion, you will be ready to continue with chapter 2/3 that explains more advanced tasks.


under construction