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

From IGEP - ISEE Wiki

Jump to: navigation, search
Line 19: Line 19:
  
  
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
+
'''1. Download Software'''
  
 +
'''U-Boot'''
  
Kernel
+
$ 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
+
$ wget http://downloads.isee.biz/pub/relaunch/igep0034/kernel/4.9.81/igep0034-kernel-4-9-81.tar.bz2
 +
'''Rootfs'''
  
Rootfs
+
$ 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
+
I'ts necessary compile linux kernel and install the modules in your Rootfs[[Http://labs.isee.biz/index.php/Linux Kernel 4.9.y|Linux Kernel 4.9.y]]
 
 
 
 
Compile Kernel and install modules in your Rootfs
 
 
 
[[Http://labs.isee.biz/index.php/Linux Kernel 4.9.y|Linux Kernel 4.9.y]]
 
  
  

Revision as of 09:26, 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
  • Connect some peripherals, including monitor and USB peripherals.
  • Boot the board.



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

I'ts necessary compile linux kernel and install the modules in your Rootfs:  [Kernel 4.9.y|Linux Kernel 4.9.y]


2. Burn Software  in SD Card

[to prepare a bootable MicroSD Card|Boot from MicroSD Card]


3.


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


under construction