This 'initrd-artik' repository is ramdisk source for artik5(artik520) and artik10(artik1020). The initrd of artik will do recovery the eMMC partitions from sdcard fusing image.
This 'initrd-artik' includes below source files:
- busybox: GPLv2
- e2fsprogs: GPLv2
- pv: ARTISTIC 2.0
The 'mkimage' will be required to generate 'uInitrd' image.
sudo apt-get install u-boot-tools
./build.sh
The 'uInitrd' file will be generated into output/uInitrd
Copy the 'uInitrd' into your board.
scp output/uInitrd root@{YOUR_BOARD_IP}:/boot
- On your board
sync
reboot