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...")
 
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Feeling lost? Here you will learn what is the primal procedure to boot an igep board using igep firmware.
+
Do you feel 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.
+
The primal procedure is to obtain a bootloader, a kernel, a dtb and a rootfs. There are two ways to archieve this.
  
  
# Build your own
 
# Use a precompiled one (ready to boot !)
 
  
 +
# Build your own distribution
 +
# Use IGEP Firmware(ready to boot !)
  
====Build your own====
+
 
 +
==='''Build your own distribuition<br />'''===
 
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 16: Line 17:
 
# [http://labs.isee.biz/index.php/The_bootloader_U-Boot U-boot Bootloader]
 
# [http://labs.isee.biz/index.php/The_bootloader_U-Boot U-boot Bootloader]
 
# [http://labs.isee.biz/index.php/Linux_Kernel_4.9.y Linux Kernel]
 
# [http://labs.isee.biz/index.php/Linux_Kernel_4.9.y Linux Kernel]
# [http://labs.isee.biz/index.php/IGEP_Firmware_Ubuntu IGEP Firmware Ubuntu] or [http://labs.isee.biz/index.php/IGEP_Firmware_Debian IGEP Firmware Debian] or [http://labs.isee.biz/index.php/IGEP_firmware_Yocto IGEP Firmware Yocto]
+
# [http://labs.isee.biz/index.php/IGEP_Firmware_set-up IGEP Firmware set-up ( Here you will find the rootfs )]
 
# [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]
  
  
====Use a precompiled one====
+
==='''Use IGEP Firmware<br />'''===
 
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 IGEP Firmware set-up of your [http://labs.isee.biz/index.php/IGEP_Firmware_set-up#Install_IGEP_Firmware_on_bootable_SD-card igep board]
# [http://labs.isee.biz/index.php/How_to_prepare_a_bootable_MicroSD_Card How to prepare a bootable MicroSD Card]
+
 
 +
 
 +
<span style="color: #339966;">'''Now you are ready to visit your igep board Getting Started page !'''</span>

Latest revision as of 11:27, 17 October 2018

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

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


  1. Build your own distribution
  2. Use IGEP Firmware(ready to boot !)


Build your own distribuition

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 set-up ( Here you will find the rootfs )
  4. How to prepare a bootable MicroSD Card


Use IGEP Firmware

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 IGEP Firmware set-up of your igep board


Now you are ready to visit your igep board Getting Started page !