Commit Graph

2572 Commits

Author SHA1 Message Date
Igor Pecovnik
664e6c2cd9
Set specific ATF tag for Orangepioneplus due to a bug preventing network fire up
https://forum.armbian.com/topic/12532-opi-3-stuck-login-line-and-hdmi-not-work/?do=findComment&comment=91742
2019-12-27 22:06:50 +01:00
Igor Pecovnik
2b3bcd1be6 Bump with version due to some bugfix images upgrades, change targets, small changes to backend code 2019-12-27 19:59:11 +01:00
Igor Pecovnik
37a9af0c90
Merge branch 'master' of https://github.com/armbian/build 2019-12-27 16:22:24 +01:00
Igor Pecovnik
b7a329854d
Set specific ATF tag for Orangepi3 due to a bug https://forum.armbian.com/topic/12532-opi-3-stuck-login-line-and-hdmi-not-work/?do=findComment&comment=91742 2019-12-27 15:55:43 +01:00
Igor Pecovnik
fcc44fa149 Adjust build targets 2019-12-26 23:24:05 +01:00
Igor Pečovnik
e295616575
Enable most recent version of AUFS on Kernel 5.4.y (#1692) 2019-12-25 22:09:39 +01:00
Igor Pecovnik
aa07bfbdd2 Adjust build targets and address a Pine H6 b build bug 2019-12-25 10:12:21 +01:00
Igor Pecovnik
9452b6823c
Pine H64: Add model B 2019-12-25 09:36:39 +01:00
Igor Pecovnik
51fde97753 Typo 2019-12-24 19:49:03 +01:00
Igor Pecovnik
859e7288a3
Adjust Orangepi R1 build targets 2019-12-24 19:36:18 +01:00
Igor Pečovnik
8a3f05584b
Add drivers for Realtek RTL8811CU and RTL8821C chipsets (#1690) 2019-12-24 09:19:51 +01:00
Igor Pecovnik
9621725c6b
Bananapi M3: lower cpu speed to gain stability 2019-12-23 17:59:43 +01:00
Igor Pečovnik
ff4c1488da
Move to 5.4.y (#1686)
* Wireguard: bump tag to most recent since it breaks building on 5.4.y
* Move rockchip current to 5.4.y
* Move sunxi current to 5.4.y
* Move meson64 to 5.4.y
* Move odroidxu4 to 5.4.y and enable "current" targets
* Enable missing target
2019-12-23 00:40:23 +01:00
Piotr Szczepanik
f002ad749c Enabled internal WLAN on RockPi S 2019-12-22 22:31:20 +01:00
Igor Pečovnik
c9ab99a84b
Add signed torrents for compilers to Git and improve download logic (#1685)
* Add signed torrents for compilers to Git and improve download logic [AR-107]
2019-12-20 16:33:45 +01:00
Igor Pečovnik
6ec526eaf0
To run 32bit rustc you need enabled cp15 barrier emulation. (#1680) 2019-12-17 18:19:22 +01:00
zhangn1985
4ce8c03b5b bootscript: remove panic=10 from bootargs (#1670)
when there are some reasons which board failed to boot, eg rootfs crashes.
/init will fail to panic().

panic()
{
	local console rest IFS

	if command -v chvt >/dev/null 2>&1; then
		chvt 1
	fi

	echo "$@"
	# Disallow console access
	if [ -n "${panic?}" ]; then
		echo "Rebooting automatically due to panic= boot argument"
		sleep "${panic}"
		reboot
		exit  # in case reboot fails, force kernel panic
	fi
...
}

when panic is set, there is no chance to fail into a shell, to debug what happens.
and device just keep reboot.

remove panic from bootargs to make it possible for users to find out why their boards fail to boot.

Signed-off-by: Zhang Ning <832666+zhangn1985@users.noreply.github.com>
2019-12-16 12:22:00 +01:00
Igor Pecovnik
10e5893d3e Beta targets: change Ubuntu 19.04 Disco builds to Debian 11 Bullseye 2019-12-14 15:49:50 +01:00
Igor Pečovnik
755388147d
Enable Kubernetes dependency 2019-12-13 20:21:53 +01:00
Igor Pecovnik
d5e8710cbd Tinkerboard S: fix booting from eMMC. Closing [AR-89] 2019-12-12 07:47:18 +01:00
Igor Pecovnik
60f35540b2 sunxi / sunxi64 adjust kernel config and small bugfix 2019-12-11 18:11:16 +01:00
Igor Pecovnik
f898c75282 Move Xradio driver from patches and pull more recent from https://github.com/karabek/xradio Tested on 4.19.y and 5.3.y 2019-12-11 17:02:38 +01:00
Igor Pecovnik
ccb5d2263b sunxi-legacy: remove deprecated patches 2019-12-11 15:39:28 +01:00
ruidesousacampos
1295389a64 Add RBD and CEPH as a kernel module by default to meson meson64 and odroidn2 2019-12-08 16:44:44 +00:00
Igor Pecovnik
f93d29bc0b Bugfix: proper branch namings 2019-12-08 08:51:20 +01:00
Piotr Szczepanik
9a5e941f3b
Fixed usage of unknown vars in nand-sata-install (#1662) 2019-12-07 09:20:30 +01:00
Werner
5f50aa0907 Added CONFIG_SENSORS_PWM_FAN to rockchip64-current/dev (#1661) 2019-12-07 09:01:32 +01:00
Martin Ayotte
c207e6cc10
Merge pull request #1646 from armbian/nanopi-m4v2-bring-up
NanoPi M4V2 bring up
2019-12-06 10:24:38 -05:00
Piotr Szczepanik
c585f313f0 Added NanoPi M4V2 images to targets.conf 2019-12-06 16:14:08 +01:00
Piotr Szczepanik
d566fb0cf3 Reverted verbose console logging 2019-12-06 16:10:14 +01:00
Piotr Szczepanik
5b145a06b6 Changed NanoPi M4V2 status to WIP 2019-12-06 16:09:18 +01:00
Martin Ayotte
9f82634991
Merge pull request #1655 from dpeddi/master
Update linux-sunxi64-current.config
2019-12-02 10:00:28 -05:00
Martin Ayotte
d5f4ca9215
Merge pull request #1652 from karabek/master
Sunvell R69: support for legacy kernel (4.19.x)
2019-12-02 09:59:54 -05:00
Piotr Szczepanik
b346d06de8
Fix error message in rk3399 builds with mainline ATF (#1653) 2019-12-01 22:24:16 +01:00
dpeddi
cacf5cf391
Update linux-sunxi64-current.config
CONFIG_SERIAL_DEV_BUS=y need to be statically linked to match devicetree
2019-11-30 23:40:51 +01:00
Karabek
a879786d67
Sunvell R69: support for legacy kernel (4.19.x)
Add "legacy" option to board config
2019-11-30 19:01:44 +01:00
dpeddi
acbe7f1299
Update linux-sunxi64-current.config
add missing CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
2019-11-30 10:13:56 +01:00
Tony
444b24910a
Merge pull request #1649 from armbian/roc-rk3399-pc-add-current
Enabled current kernel for roc-rk3399-pc (and fixed legacy build)
2019-11-30 14:23:16 +08:00
Igor Pečovnik
2c3011e172 [rockpis] Add some networking related modules 2019-11-30 00:37:13 +01:00
Piotr Szczepanik
a21b42ea11 Enabled current kernel for roc-rk3399-pc (and fixed legacy build) 2019-11-29 22:59:12 +00:00
Piotr Szczepanik
3cb8ee439b Connfigured Rock Pi S' kernel for Docker 2019-11-29 21:40:07 +00:00
Piotr Szczepanik
471870a764 Disabled DEBUG_INFO for Rock Pi S kernel 2019-11-29 16:56:43 +00:00
Werner
84b06d8e65 Add support for 4.19.x on OPi Zero (#1647) 2019-11-29 13:50:24 +01:00
Piotr Szczepanik
c4eecbcef0 Initial addition of NanoPi M4V2 2019-11-28 22:29:54 +00:00
Igor Pecovnik
10d17d3163 Adjust few beta build targets 2019-11-28 19:00:46 +01:00
Levin Du
de4cb7722d Docker: add docker shell support (#1612)
This allows to enter the docker container in a shell by:

    ./compile.sh docker-shell
        BOARD=firefly-rk3399 BRANCH=dev RELEASE=bionic BUILD_DESKTOP=no

Then you can build the whole thing in the docker shell with:

    ./compile.sh

Once you need to build the U-Boot only for development purpose, you can run:

    # Optional: prepare the environment first if you had not run `./compile.sh`
    ./compile.sh 'prepare_host && compile_sunxi_tools && install_rkbin_tools'

    # build the U-Boot only
    ./compile.sh compile_uboot

If you prefer to use profile, for example, `userpatches/config-my.conf`,  try:

    ./compile.sh my 'prepare_host && compile_sunxi_tools && install_rkbin_tools'
    ./compile.sh my compile_uboot

This commit also fixes #1638.
2019-11-28 15:24:22 +01:00
Martin Ayotte
50445a44df Merge branch 'master' of https://github.com/armbian/build 2019-11-27 11:59:43 -05:00
Martin Ayotte
f172f910db switch rockchip64 to 5.4.0-rc1-1120-ayufan 2019-11-27 11:59:37 -05:00
Igor Pečovnik
c083520fd7
[AR-84] Move Rockchip64 current to 5.4.y (#1642) 2019-11-27 17:42:47 +01:00
Piotr Szczepanik
4ce5c10beb Rock Pi 4 explicitly refer device tree binary in /boot/armbianEnv.txt (#1640) 2019-11-27 17:09:46 +01:00