Difference between revisions of "Prepare a ready to boot firmware"

From IGEP - ISEE Wiki

Jump to: navigation, search
(Created page with "Feeling lost? Here you will learn what is the primal procedure to boot an igep board using igep firmware. The primal procedure is first to obtain a bootloader, a kernel, a dt...")
 
Line 2: Line 2:
  
 
The primal procedure is first to obtain a bootloader, a kernel, a dtb and a rootfs. There are two ways to archieve this.
 
The primal procedure is first to obtain a bootloader, a kernel, a dtb and a rootfs. There are two ways to archieve this.
 +
  
  
Line 8: Line 9:
  
  
====Build your own====
+
 
 +
===='''Build your own'''====
 
In order to build your own igep firmware, you need to download the sources of the software you want to build and then compile them. Generally you want to start downloading and compiling u-boot, later you will download and compile kernel and finally you will download a rootfs and install the kernel modules you've already compiled into the rootfs. Finally you need to put in proper way all this software to an SD and boot your igep !
 
In order to build your own igep firmware, you need to download the sources of the software you want to build and then compile them. Generally you want to start downloading and compiling u-boot, later you will download and compile kernel and finally you will download a rootfs and install the kernel modules you've already compiled into the rootfs. Finally you need to put in proper way all this software to an SD and boot your igep !
  
Line 20: Line 22:
  
  
====Use a precompiled one====
+
===='''Use a precompiled one'''====
 
If you  don't feel in the mood to complete all those tutorials you are lucky because using igep precompiled software  can still boot your igep board !
 
If you  don't feel in the mood to complete all those tutorials you are lucky because using igep precompiled software  can still boot your igep board !
  
 
# Get precompiled software from your igep board main page
 
# Get precompiled software from your igep board main page
 
# [http://labs.isee.biz/index.php/How_to_prepare_a_bootable_MicroSD_Card How to prepare a bootable MicroSD Card]
 
# [http://labs.isee.biz/index.php/How_to_prepare_a_bootable_MicroSD_Card How to prepare a bootable MicroSD Card]

Revision as of 12:16, 17 September 2018

Feeling lost? Here you will learn what is the primal procedure to boot an igep board using igep firmware.

The primal procedure is first to obtain a bootloader, a kernel, a dtb and a rootfs. There are two ways to archieve this.


  1. Build your own
  2. Use a precompiled one (ready to boot !)


Build your own

In order to build your own igep firmware, you need to download the sources of the software you want to build and then compile them. Generally you want to start downloading and compiling u-boot, later you will download and compile kernel and finally you will download a rootfs and install the kernel modules you've already compiled into the rootfs. Finally you need to put in proper way all this software to an SD and boot your igep !


To archieve this You need to complete these guides in the following order:

  1. U-boot Bootloader
  2. Linux Kernel
  3. IGEP Firmware Ubuntu or IGEP Firmware Debian or IGEP Firmware Yocto
  4. How to prepare a bootable MicroSD Card


Use a precompiled one

If you  don't feel in the mood to complete all those tutorials you are lucky because using igep precompiled software  can still boot your igep board !

  1. Get precompiled software from your igep board main page
  2. How to prepare a bootable MicroSD Card