C2BB / initrd-artik

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ramdisk for ARTIK series(artik5, artik10, artik710, artik530)

Contents

  1. Introduction
  2. License
  3. Build guide
  4. Update guide

1. Introduction

This 'initrd-artik' repository is ramdisk source for artik5(artik520), artik10(artik1020), artik710 and artik530. The initrd of artik will do recovery the eMMC partitions from sdcard fusing image.


2. License

This 'initrd-artik' includes below source files:

  • busybox: GPLv2
  • e2fsprogs: GPLv2
  • pv: ARTISTIC 2.0

3. Build guide

3.1 Install u-boot-tools

The 'mkimage' will be required to generate 'uInitrd' image.

sudo apt-get install u-boot-tools

3.2 Build the initrd

./build.sh -b [Board type:artik520, artik1020, artik530, artik710, artik711s]

The 'uInitrd' file will be generated into output/uInitrd


4. Update Guide

Copy the 'uInitrd' into your board.

scp output/uInitrd root@{YOUR_BOARD_IP}:/boot
  • On your board
sync
reboot

About


Languages

Language:Shell 51.9%Language:C 48.1%