Commit Graph

47 Commits

Author SHA1 Message Date
Leon Anavi
67bf85d84e make_rootfs.sh: Use ppa:ayufan/pine64-ppa
Replace ppa:longsleep/ubuntu-pine64-flavour-makers with
ppa:ayufan/pine64-ppa because it provides better support
of the same deb packages for both Ubuntu 16.04 xenial and
Ubuntu 18.04 bionic.

Signed-off-by: Leon Anavi <leon@anavi.org>
2019-03-08 01:41:29 +02:00
Leon Anavi
e06c551982 make_rootfs.sh: Image for a real geek
Ubuntu 18.04.2 with dwm, surf web browser, stterm and vim.
A truly geek look and feel. Inspired by a conversation with
Vladimir Ivanov and Lazar Hristov during the last weekend.

Suggested-by: Vladimir Ivanov <vladitx@nucleusys.com>, Lazar Hristov <lhristov@gmail.com>
Signed-off-by: Leon Anavi <leon@anavi.org>
2019-03-06 23:13:55 +02:00
Leon Anavi
33819e3d92 make_rootfs.sh: Support building ubuntu with KDE
Support option kde for building Ubuntu 18.04.2 image for
A64-Teres with kde-plasma-desktop. This image uses the same
repositories as bionic.

Signed-off-by: Leon Anavi <leon@anavi.org>
2019-03-06 19:28:25 +02:00
Leon Anavi
a1d895a815 make_rootfs.sh: Fix symlink to /etc/resolv.conf
Resolve failure in name resolution for Ubuntu images.
Create a symbolic link of /etc/resolv.conf that points to:
/run/systemd/resolve/stub-resolv.conf /etc/resolv.conf

Signed-off-by: Leon Anavi <leon@anavi.org>
2019-03-05 12:20:12 +02:00
Leon Anavi
d050e166cd make_rootfs.sh: Ensure paths exists before cat
Ensure that all paths exists before executing cat. Otherwise
the rootfs was not properly generated and the image was not
booting.

Suggested-by: Lazar Hristov <lhristov@gmail.com>
Signed-off-by: Leon Anavi <leon@anavi.org>
2019-03-04 14:22:20 +02:00
Lazar Hristov
fc3ae04411 make_simpleimage.sh: Fix on mkfs.ext4 options
Disable options metadata_csum & 64bit after mkfs.ext4
using tune2fs. Fixes the following error on boot:

[   37.259701] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
[   37.269247] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
[   37.288201] JBD2: Unrecognised features on journal
[   37.293429] EXT4-fs (mmcblk0p2): error loading journal
[   37.349186] UDF-fs: warning (device mmcblk0p2): udf_fill_super: No partition found (2)

Signed-off-by: Lazar Hristov <lhristov@gmail.com>
2019-03-04 11:48:14 +02:00
Leon Anavi
3f7d25e342 make_rootfs.sh: Make bionic image
Add an option to generate bionic image for A64-TERES. Fix
execution locale-gen.

Suggested-by: Lazar Hristov <lhristov@gmail.com>
Signed-off-by: Leon Anavi <leon@anavi.org>
2019-03-04 10:37:19 +02:00
root
65f95feed1 Fixed path 2019-01-22 15:56:26 +02:00
Dimitar Gamishev
1e724661f7 Chromium disable seccomp filter
teres1-debug fixed install dependecy
2019-01-22 14:18:38 +02:00
Dimitar Gamishev
cc00073832 Fixed debug port init 2019-01-21 11:49:18 +02:00
Mitko Gamishev
15f1d81327 Fixed directorry change issue 2019-01-18 15:02:58 +02:00
Mitko Gamishev
f0d9100271 additional tools needed on host machine 2019-01-18 13:49:42 +02:00
Mitko Gamishev
68f1eb2840 Modified readme 2019-01-18 13:46:00 +02:00
Dimitar Gamishev
1776756a63 *Headphone debug disabled by default
*Fixed logic error in env_set_debug
2019-01-17 17:18:11 +02:00
Dimitar Gamishev
580596baf1 Add blueman to extra packages 2019-01-17 16:20:27 +02:00
Dimitar Gamishev
6c6e7818f8 New packages added:
audioselect
debug_switch
2019-01-17 16:08:29 +02:00
Dimitar Gamishev
14db330b69 Added Docker file to init build enviorement and Docker.md with instructions 2018-12-17 13:55:22 +02:00
Dimitar Gamishev
d4cdeafa74 mkfs.ext4 build incommpatible with 3.10 kernels ext4, when build on Ubuntu > 16.04 2018-12-10 11:00:48 +02:00
hehopmajieh Dimitar gamishev
672fff7730 Fixed typos.
Since boot partition detect is done by u-boot, there is no change in
kernel part table, so mmcblk0 will be boot device in any case
2018-12-07 11:35:58 +02:00
hehopmajieh Dimitar gamishev
eb4506d614 Fixed wrong paths in script 2018-12-06 09:13:33 +02:00
Dimitar Gamishev
09a0b0c1c4 Improved install desktop script 2018-12-05 15:35:30 +02:00
Dimitar Gamishev
d698f9c39e Enable hdmi by default 2018-12-05 15:33:41 +02:00
Dimitar Gamishev
7672eea3a3 DTS renamed to new format, for mainline naming compability
Build scripts modified to accept new format
2018-12-05 14:52:59 +02:00
Dimitar Gamishev
90795bdcf0 Added scripts to help flashing boot0/uboot only Author : Simon Eisenmann longsleep
U-Boot config modified to speed up boot process
2018-12-05 11:31:15 +02:00
JC Staudt
8e5b9c9be0
Use -jnproc instead of -j4
Using -j`nproc`` rather than -j4 allows scaling based on the number of processors available.  nproc is provided in the coreutils package.
2018-10-08 22:55:21 -07:00
xcko
83f5dfbc6f install_emmc.sh: fix typo (#28) 2018-09-24 15:32:25 -07:00
JC Staudt
12b30a3d07
Minor doc formatting; fixed path 2018-06-23 16:48:44 -07:00
JC Staudt
ec123067eb Adding *.md filetype for TERES-specific READMEs 2018-05-30 19:12:38 -07:00
JC Staudt
9efe151df8 Using README standard naming convention 2018-05-30 19:02:30 -07:00
JC Staudt
8537b7d541 Redirect sw_building.md to existing readme 2018-05-30 18:56:25 -07:00
Chris Boudacoff
4071102637
more deps added 2018-02-12 09:45:09 +02:00
Chris Boudacoff
03b0dd8ba3
toolchain deps added 2018-02-12 09:42:18 +02:00
Chris Boudacoff
15a5327722
Add files via upload 2018-01-19 10:48:52 +02:00
Chris Boudacoff
caa298b12e
Delete teres-bluethooth_0.1-1_arm64.deb 2018-01-19 10:47:28 +02:00
d3v1c3nv11
e10416c793
defined KEY_SUSPEND 2017-11-10 15:49:31 +02:00
d3v1c3nv11
820b8a9eba Changing file permission 2017-11-10 11:52:58 +02:00
d3v1c3nv11
85f25e8fbd
fixed keyboard sleep key 2017-11-10 09:54:05 +02:00
hehopmajieh
a3d6b865cd readme modified 2017-11-06 22:00:05 +02:00
hehopmajieh
0767d74350 install-arduino-ide.sh added, this script will install Arduino IDE 2017-11-06 21:39:52 +02:00
hehopmajieh
c11a7f4a59 Fixed wrong regex, now script report correct device partitions 2017-11-06 21:38:36 +02:00
hehopmajieh
4ab08ba6b7 added additional packages needed by platform-scripts/install_emmc.sh 2017-11-06 21:37:13 +02:00
hehopmajieh
acd775352c sunxi-pack-tools,readme and make_rootfs updated. 2017-11-06 19:58:26 +02:00
Dimitar Gamishev
17f94ebf3a stuff 2017-10-13 14:07:48 +03:00
Dimitar Gamishev
73eb1dc3a5 a 2017-10-13 14:00:53 +03:00
Dimitar Gamishev
cc9cd208d6 add 2017-10-13 13:59:16 +03:00
Dimitar Gamishev
3d59d2b3df mess 2017-10-13 13:57:46 +03:00
Dimitar Gamishev
2764b8813f Import repos from https://github.com/A64-TERES 2017-10-13 13:25:59 +03:00