Page 1 of 1

[Ubuntu-S5P6818] How to create to build a package similar. ?

Posted: Thu Aug 16, 2018 8:11 am
by huyle
Do step by step is correct? and how to create the package roofs.tgz ?
Build a package similar to s5p6818-lubuntu-yyyymmdd-full.img

Code: Select all

# git clone https://github.com/friendlyarm/sd-fuse_s5p6818.git
# cd sd-fuse_s5p6818
# sudo ./mkimage.sh lubuntu
# DEV=`losetup -f`
# losetup ${DEV} s5p6818-lubuntu-yyyymmdd-full.img
# partprobe ${DEV}
# sudo mkfs.vfat ${DEV}p1 -n LUBUNTU
# mkdir -p /mnt/fat
# mount -t vfat ${DEV}p1 /mnt/fat
# sudo wget -qO- http://112.124.9.243/dvdfiles/S5P6818/images-for-eflasher/lubuntu-desktop-images.tgz | tar xvz -C /mnt/fat --strip-components=1
# umount /mnt/fat
# losetup -d ${DEV}

Re: [Ubuntu-S5P6818] How to create to build a package similar. ?

Posted: Thu Aug 16, 2018 12:19 pm
by igorp
Armbian has support for this chip as well. You can try building T3 ,T3+, M3, Fire3 ... most of the things work.

https://github.com/armbian/build

Use parameter EXPERT="yes" to get access to those boards - they are still officially WIP.