Commit Graph

1169 Commits

Author SHA1 Message Date
Tonymac32
a843ac41f5 Add modules to Tinker Board Conifg
bluetooth and wifi, bluetooth not yet operational.
2017-04-19 22:07:08 -04:00
Tonymac32
fa20ec72a9 Merge pull request #3 from igorpecovnik/master
4/19 update
2017-04-19 22:04:25 -04:00
zador-blood-stained
e1f6b95343 Add initial OrangePi 2G-IOT configuration 2017-04-19 17:54:58 +03:00
Tonymac32
c5a20f59cb Update linux-rockchip-default.config
Add 24C08 and Tinkerboard WiFi support to kernel config.
2017-04-18 23:44:44 -04:00
Martin Ayotte
ae0fc2e757 preliminary commit for new OrangepiWin builds 2017-04-18 12:35:50 -04:00
Igor Pecovnik
bbe299398a Switch MiQi to mainline U-boot. Support starts at 2017.05, currently attached to master branch. Tested 2017-04-17 21:36:04 +02:00
Igor Pečovnik
6c7084e7d1 Merge pull request #657 from Tonymac32/master
Tinker:  Return to mainline U-boot
2017-04-17 19:13:11 +02:00
Thomas Kaiser
a254dda2c7 Add WiP Wandboard Quad support 2017-04-17 15:55:21 +02:00
Tonymac32
6ae514413f Tinker return to using mainline U-boot
Mainline U-boot tested working for Tinker Board.
2017-04-17 01:14:10 -04:00
Thomas Kaiser
308661e2fe Fix OTG on OPi 0+2, BT on Cubox, prepare OPi 0+2 H5 2017-04-15 19:21:42 +02:00
Igor Pecovnik
1b34744c63 Enabling OPI zero +2 H3 dev CLI nightly builds ... legacy image works out of the box: wifi, BT, eMMC install tested. Will be added to download ASAP. 2017-04-15 13:09:34 +02:00
zador-blood-stained
377a3e09e2 Add cpufreq support for mvebu-next 2017-04-15 13:12:05 +03:00
Thomas Kaiser
54d480c02e Small Clearfog fixes 2017-04-14 22:42:14 +02:00
Igor Pecovnik
ca0d6a45da Add configuration for setting uboot environment from userspace with: fw_setenv fw_printenv SUNXI, tested on A20 and H3 2017-04-13 17:01:43 +02:00
Igor Pecovnik
67275e53e5 Add executable bit for configurator 2017-04-12 19:41:28 +02:00
Igor Pecovnik
66de9ed4a2 Added armbian-config desktop icon 2017-04-12 19:24:59 +02:00
Thomas Kaiser
0d975ca074 Few more OMV and OPi Zero Plus 2 H3 fixes 2017-04-11 14:05:46 +02:00
zador-blood-stained
8ca3dcd622 Claen up BPi M2 configuration 2017-04-11 11:43:05 +03:00
Igor Pecovnik
cb0c28a24b Added broadcomm wireless drivers since M1+ v2.0 is having AP6212 2017-04-07 11:47:08 +02:00
Martin Ayotte
5cf6e97bae add overlays support to sun50i-a64/pine64-dev 2017-04-06 16:55:02 -04:00
Igor Pecovnik
5fc53d7e9b SUN8i default kernel conf update 2017-04-05 07:09:59 +02:00
Igor Pecovnik
945bfde9bc Kernel config updates and two upstream patches 2017-04-04 21:00:34 +02:00
Thomas Kaiser
38373a8759 OMV improvements, schedutil not ready yet 2017-04-04 19:21:55 +02:00
Martin Ayotte
f0f5e0c3c3 add some serial drivers 2017-04-03 16:32:54 -04:00
Igor Pecovnik
edaaeb5ef4 Updated SUN8I DEV config
ca3637c57f
2017-04-03 08:51:06 +02:00
Thomas Kaiser
ca3637c57f Make kernels OMV friendly -- see #36 2017-04-02 16:06:55 +02:00
Igor Pecovnik
382657c12d Cubox NEXT configuration update for SOM v1.5 with TI wireless chip. 2017-04-01 22:29:06 +02:00
Igor Pecovnik
0b7676e527 Enabling PCI on Hummingboard series 2017-03-27 18:10:24 +02:00
Igor Pecovnik
2f6d5e27e7 Upstream patches and tiny bugfix in S500 conf 2017-03-26 23:20:55 +02:00
Igor Pecovnik
94b255c947 Sunxi NEXT and DEV kernel config update 2017-03-26 20:30:44 +02:00
Igor Pecovnik
491fc18ae0 Forgot to include bootscript changes in previous commit 2017-03-25 09:38:12 +01:00
Igor Pecovnik
a2bf4b3d99 Added kernel splash logo, can be toogled in armbianEnv, currently disabled by default 2017-03-25 09:36:01 +01:00
Igor Pecovnik
99dfb76b78 Removing Tinkerboard mainline beta target until it's not fixed 2017-03-25 09:11:23 +01:00
Igor Pecovnik
a1b561163f Added mising upstream patch for Udoo NEXT 2017-03-24 20:00:53 +01:00
Igor Pecovnik
14abadcb02 Enable drbd
https://github.com/igorpecovnik/lib/issues/639
2017-03-23 11:47:15 +01:00
zador-blood-stained
6c19af90c5 Switch the only Jessie nightly image left to Xenial 2017-03-22 19:34:17 +03:00
zador-blood-stained
0b0ec99a6e Add Xenial dev nightly for OPi +2e
Remove desktop nightly for OPi PC+
2017-03-22 19:17:32 +03:00
Tonymac32
50099a5668 fix "cat" command in write_uboot_platform
the "> /dev/null 2<&1" was being interpreted by cat instead of the shell as a command to throw the operation into the abyss.  The dtb was therefor not being written to the "out" file and not making into the final image.
2017-03-21 22:26:53 -04:00
Tonymac32
ba61ffe101 Update u_boot write to use .bin instead of .img
-		cat $1/u-boot-dtb.img >> $1/out > /dev/null 2>&1
+		cat $1/u-boot-dtb.bin >> $1/out > /dev/null 2>&1
2017-03-20 15:57:58 -04:00
Igor Pecovnik
65aaab96f0 Tinkerboard u-boot fix 2017-03-20 07:04:43 +01:00
Igor Pecovnik
5bc552021e Fix Tinkerboard uboot writing, upstream patches, enabling nighly beta builds, Udoo NEXT upstream patches 2017-03-19 21:56:34 +01:00
Igor Pecovnik
c2179a3f2b Added USB wireless driver on user request
https://github.com/igorpecovnik/lib/issues/634
2017-03-19 12:47:46 +01:00
Thomas Kaiser
1eaaa31fba Enable serial console over OTG on OPi Zero Plus 2 2017-03-18 19:00:56 +01:00
Thomas Kaiser
2f9e9e6fea Add preliminary legacy OPi Zero Plus 2 support 2017-03-18 18:32:31 +01:00
Igor Pecovnik
ae32bf8df3 Changing u-boot source for Tinkerboard 2017-03-16 08:28:44 +01:00
zador-blood-stained
d9079eab63 Add several IIO sensors for sunxi-next and sun8i-dev 2017-03-14 18:21:49 +03:00
zador-blood-stained
3ccdd4e52b Use next kernel for A20 nightlies instead of dev 2017-03-14 18:20:29 +03:00
Thomas Kaiser
7ee0b7d316 Enable nightly build and limit max cpufreq
https://forum.armbian.com/index.php?/topic/3576-nanopi-neo-2/&do=findComment&comment=27536
2017-03-14 14:06:36 +01:00
Igor Pecovnik
7e34e51921 MiQi DEV kernel configuration and patches update 2017-03-14 10:16:16 +01:00
Igor Pecovnik
f0cb592ad3 Added ASUS Tinkerboard as WIP target. Tested only for building. 2017-03-13 08:31:45 +01:00
Martin Ayotte
9bc0e344a5 add some USB-TTL drivers 2017-03-11 14:47:24 -05:00
zador-blood-stained
bfa7134e12 Add overlay prefixes to sunxi boot script
Add overlay "fixup" scripts support
Rework sunxi boot script to use "prefix" env variable
2017-03-09 00:13:25 +03:00
zador-blood-stained
24a0635457 Add GPADC dependencies fix patch
https://groups.google.com/forum/#!topic/linux-sunxi/y30wpthPUSo
2017-03-08 16:15:21 +03:00
Thomas Kaiser
8c962342ba Changed Pine64 doc link to Armbian internals 2017-03-07 14:13:13 +01:00
zador-blood-stained
43fdfab4a5 Update sunxi64 kernel config 2017-03-06 21:21:31 +03:00
Martin Ayotte
58b5e24dfe add OneWire drivers to H5 builds 2017-03-06 11:46:16 -05:00
zador-blood-stained
6a9e26e58f Update several kernel configs 2017-03-06 15:43:41 +03:00
Igor Pecovnik
fe4b7c8fd6 eMMC bootloader update how-to, working only on legacy / stock u-boot. 2017-03-06 13:15:59 +01:00
Igor Pecovnik
8e605aaaf4 Odroid C1 boot config "disableuhs" This switch causes r/w errrors on my eMMC and SD card, disabling. 2017-03-04 21:53:08 +01:00
Igor Pecovnik
60953657ac Odroid C1 desktop distorsion fix.
http://forum.odroid.com/viewtopic.php?f=117&t=25699
2017-03-04 21:44:39 +01:00
zador-blood-stained
0f898f3f31 Cleanup for several boot scripts
Parameters like "selinux" and "enforcing" should not be set by default
2017-03-04 21:23:53 +03:00
zador-blood-stained
83cf735604 Set ondemand as default governor for H3/H5/A64 dev 2017-03-04 00:16:30 +03:00
Igor Pecovnik
4a4517c86c Typo 2017-03-02 21:25:22 +01:00
Igor Pecovnik
86f79cac68 Restore Odrod C1 and C2 configurations, move HDMI init to systemd.service 2017-03-02 20:56:40 +01:00
Igor Pecovnik
9e2d465b4d Cubox NEXT kernel configuration update, MiQi DEFAULT upstream patch 2017-03-02 18:07:59 +01:00
Igor Pecovnik
949cbbde49 MiQi - tiny bugfix 2017-03-01 22:16:09 +01:00
Igor Pecovnik
a9009593d9 MiQi turbo boost and throttle patches up to 2.21 GHz, enable with: echo 1 > /sys/devices/system/cpu/cpufreq/boost, configuration update 2017-03-01 21:37:52 +01:00
Igor Pecovnik
5e36adca76 Odroid C2 - eMMC corruption fix
https://forum.armbian.com/index.php?/topic/3652-odroid-c2-filesystem-corrupted-after-boot-from-emmc
2017-03-01 20:10:00 +01:00
Igor Pecovnik
22a69717a8 nand-sata-install bugfix. Create rootdev and rootfstype if not exists 2017-03-01 17:55:48 +01:00
zador-blood-stained
0a36bbdaa5 Fix copy-paste issue in boot scripts 2017-02-27 23:21:40 +03:00
zador-blood-stained
c6c3cdacd5 Remove enforcing kernel argument from boot scripts 2017-02-27 23:20:28 +03:00
zador-blood-stained
23e6d0469b Minimize marvell kernel configs 2017-02-26 22:13:13 +03:00
zador-blood-stained
43fcc0df4e Add a boot script variable to disable Docker optimizations 2017-02-26 20:53:08 +03:00
zador-blood-stained
fe6ad6a8e9 Add user provided overlays support for sunxi boot script 2017-02-26 20:48:49 +03:00
zador-blood-stained
d8137d6cb9 Change XU4 mainline kernel dir 2017-02-26 20:40:59 +03:00
zador-blood-stained
2dbacb27e3 Update mvebu-next to 4.10.x 2017-02-26 20:33:09 +03:00
zador-blood-stained
7dd9eed240 Update mainline kernel branch to 4.10.x 2017-02-26 19:05:08 +03:00
zador-blood-stained
446ec3a8ee Update sunxi64 branch to 4.10-rc8 2017-02-23 21:21:44 +03:00
Igor Pecovnik
84b173d2bb Cubox NEXT kernel configuration update, added AUFS 2017-02-23 16:33:33 +01:00
Igor Pecovnik
8f5300eed4 Added AUFS to MVEBU default and Udoo Next, added upstream patches to (4.4.50) and dccp fix to Udoo Next, conf updates 2017-02-23 13:48:59 +01:00
Igor Pecovnik
38628afcc3 Add AUFS to SUNXI NEXT 2017-02-23 12:10:24 +01:00
Igor Pecovnik
ae9f2cd8b8 Add AUFS to Rockchip default kernel 2017-02-23 10:45:58 +01:00
Igor Pecovnik
92768a5273 Added AuFS and few other changes to XU4 NEXT kernel 2017-02-22 18:44:01 +01:00
zador-blood-stained
b644086987 Convert boot_mode and sun8i machid tou-boot patch
Needs testing on A10, A20, ... with legacy kernel
2017-02-22 15:26:26 +03:00
Igor Pecovnik
56a4590934 Added official Hardkernel Linux 4.x with HDMI video/audio, Gbit Ethernet, GPU and MFC ... enabling building and rebuilding images soon. 2017-02-22 11:31:53 +01:00
Igor Pecovnik
89ccaa6457 MiQi: fixed eMMC install, added developement kernel with MALI driver, added default to normal builds and keep dev at nightly, adjusted CPU frequency 2017-02-21 13:51:17 +01:00
zador-blood-stained
49d5a26829 Update Pine64 board configs
Add CLI default nightly image for SoPine A64
2017-02-21 13:23:23 +03:00
Igor Pecovnik
dd2e0b7568 Move MiQi from WIP section and enabling Nightly builds for Xenial CLI images. Image boot s and works fine, but there are bugs and (video hw acceleration, possible MALI) desktop must be properly implemented. 2017-02-20 21:25:04 +01:00
Igor Pecovnik
70bf12195e Rockchip RK3288 (MiQi) booting, kernel = docker ready, uboot scripts and environment tested. Known bugs: ethernet MAC random change 2017-02-20 21:15:10 +01:00
Igor Pecovnik
83e1922c16 Preliminary Mqmaker MiQi + some other Rockchip RK3288 boards support. U-boot and kernel 4.4.50 ... building o.k., tested booting to u-boot. 2017-02-20 14:35:25 +01:00
Igor Pecovnik
205308f97e Bugfix. Missing boot binaries from S500 uboot packages 2017-02-18 22:18:13 +01:00
Igor Pecovnik
c7a9f59293 Adding Nanopi Neo 2 to build targets 2017-02-16 21:44:30 +01:00
Igor Pecovnik
deaba06f25 This file is selected automatic if exits 2017-02-12 19:15:15 +01:00
zador-blood-stained
ce13aec6bf Update sun50i-dev kernel config 2017-02-11 23:30:25 +03:00
zador-blood-stained
bacf567104 Rename, split and improve H3 DT overlays
Fix OPi Zero DT
Improve DT loading reliability
2017-02-11 20:32:53 +03:00
zador-blood-stained
860d5772fe Add ipset options to pine64-default
Fixes #621
2017-02-11 15:01:48 +03:00
zador-blood-stained
2c33dd2b3e Disable building broken sun8i-ss 2017-02-10 19:49:22 +03:00
Igor Pecovnik
5f6d425a3b Added Cubieboard 4 WIP config 2017-02-09 19:11:47 +01:00
zador-blood-stained
f2a643623a Reenable sun8i-ce in the dev kernel
Update kernel patches and configuration
Remove obsolete patch
2017-02-09 19:39:35 +03:00
zador-blood-stained
0630d4dcd9 Switch sun8i-dev to kernel 4.10
Add extra USB ports and audio codec as DT overlays
2017-02-09 16:19:52 +03:00
zador-blood-stained
475fd3c98d Update sunxi-next kernel config 2017-02-08 23:54:29 +03:00
zador-blood-stained
d68ca257ac Remove obsolete module from BPi M2+ config 2017-02-08 23:19:12 +03:00
Igor Pecovnik
997cfaf3a3 Minor adjustment of Orangepi PC2 config. 2017-02-08 21:18:14 +01:00
Igor Pecovnik
9f6a60a1c6 Removing DEV desktop target from Banana M2+ 2017-02-08 19:25:04 +01:00
zador-blood-stained
e3894a03f4 Add SoPine beta CLI image 2017-02-08 21:21:25 +03:00
Igor Pecovnik
5bbb420691 Removing DEV from regular Pine64 build. 2017-02-08 18:29:35 +01:00
Igor Pecovnik
6a5691c3b0 Moving Nanopi Air and Neo to dev nightly build only 2017-02-08 18:02:01 +01:00
Igor Pecovnik
6c745ff279 OPi PC+ adding nightly desktop dev, removing desktop dev 2017-02-08 17:45:14 +01:00
zador-blood-stained
4595c181de Add workaround for MMC detection on SoPine 2017-02-08 12:28:46 +03:00
zador-blood-stained
3887c083c1 Further SoPine fixes 2017-02-08 00:14:19 +03:00
zador-blood-stained
5bd091dd8e Add preliminary SoPine mainline support 2017-02-07 23:54:15 +03:00
zador-blood-stained
d381fd2300 Add more options to mvebu kernels 2017-02-07 16:22:06 +03:00
zador-blood-stained
9885a6e439 Update several kernel configs 2017-02-07 13:19:49 +03:00
zador-blood-stained
28d97c12c3 Update sun50i-dev kernel config 2017-02-06 18:55:17 +03:00
zador-blood-stained
ffd9e82ac4 Update mvebu-next kernel config 2017-02-06 18:54:57 +03:00
Igor Pecovnik
3c8e252fb1 Change Odroid C1 and C2 families to meson and meson64 2017-02-06 12:40:02 +01:00
zador-blood-stained
c195926305 Fix u-boot file name for pine64-dev 2017-02-03 18:42:50 +03:00
zador-blood-stained
193c42918b More SoPine64 related tweaks 2017-02-03 17:37:44 +03:00
zador-blood-stained
c4f81247e8 Update mvebu-default kernel config 2017-02-03 12:21:57 +03:00
zador-blood-stained
a6fb3c8476 Add WIP SoPine64 legacy support 2017-02-03 12:09:25 +03:00
Igor Pecovnik
69e478cd7d Add g_serial to Nano pi Nao 2017-02-02 23:25:37 +01:00
Igor Pecovnik
9fab7b8209 Build configuration update 2017-02-02 22:05:34 +01:00
Igor Pecovnik
f40685d5a5 Add more desktop targets 2017-02-02 21:04:29 +01:00
Igor Pecovnik
0210152fc1 Add g_serial to developement kernel, tested on Opi Lite. added patch with thermal settings for Opi Lite 2017-02-01 20:23:35 +01:00
zador-blood-stained
df6d79a670 Fix SPL address in sun50i boot script 2017-02-01 15:03:36 +03:00
Igor Pecovnik
ea3440ee28 Un-joining Banana PRO 2017-02-01 11:39:31 +01:00
Igor Pecovnik
e50234f88c Odroid C1 config update 2017-02-01 06:38:58 +01:00
zador-blood-stained
644cdbd293 Add extra Wi-Fi drivers to sun50i-dev config 2017-01-31 17:47:51 +03:00
zador-blood-stained
3bc24b4375 Enable XFS in sun8i-default kernel config 2017-01-31 16:58:23 +03:00
zador-blood-stained
e3a732c140 Add asound.conf for the Orange Pi PC2 to fix the sound volume 2017-01-31 16:48:22 +03:00
zador-blood-stained
33195bf4c9 Add mtdblock to sun8i-dev config 2017-01-31 12:05:18 +03:00
zador-blood-stained
c3107a18df Add some overlays to the sun8i-dev kernel 2017-01-30 19:07:04 +03:00
Martin Ayotte
d9fc61d413 switch pine64-dev to 4.10.x, fix patches, remove useless ones 2017-01-30 10:44:35 -05:00
zador-blood-stained
bd2cb32440 Enable DT overlay support in u-boot for sunxi boards 2017-01-30 16:26:43 +03:00
Martin Ayotte
10e8a06a60 tweak overlays patch for sun50iw2-dev branch 2017-01-29 20:43:58 -05:00
zador-blood-stained
82e11393fd Update sun50i-dev branch to 4.10
This adds analog audio support to Orange Pi PC2
2017-01-29 22:51:53 +03:00
Igor Pecovnik
4b6956df94 Adjusting desktop theme to Numix "bug free", adding 35-motd which read & display random line from /etc/update-motd.d/quotes.txt ... if exits. Currently not showing any output 2017-01-29 11:24:49 +01:00
zador-blood-stained
661189b2f9 Disable BTRFS support for Pine64-default 2017-01-28 18:53:49 +03:00
zador-blood-stained
f844a73eb3 Update networking options for mainline kernels
Closes #609
2017-01-27 17:30:18 +03:00
zador-blood-stained
dc6f9d98a2 Fix OPi PC2 regulator boundaries
Add SPI flash support to PC2
Update sunxi64-dev kernel config
2017-01-27 12:58:52 +03:00
zador-blood-stained
bdcfb98e02 Fix MMC issues on PC2
Update sun8i-dev kernel config
2017-01-26 17:31:29 +03:00
zador-blood-stained
8027bec50c Update sunxi-next kernel config 2017-01-26 13:46:15 +03:00
zador-blood-stained
a0a3bbede8 Docker support for the sun50i-dev kernel 2017-01-26 12:23:44 +03:00
zador-blood-stained
92f4cef1c4 Add beta desktop target for the PC2
Video output in MPV should work
SW decoding may be fast enough to play 720p videos
Note: No sound on HDMI or 3.5mm jack yet
2017-01-25 21:34:29 +03:00
zador-blood-stained
5fa60ff1f5 Change the default theme, disable NumixHolo installation 2017-01-25 20:11:14 +03:00
zador-blood-stained
9248bf6354 Add HDMI console output support to the sunxi64 boot script 2017-01-25 16:36:46 +03:00
zador-blood-stained
591628c9ed Enable USB audio and serial converters for sun50i-dev 2017-01-25 16:26:05 +03:00
zador-blood-stained
984c6f3092 Restore deleted kernel config 2017-01-25 11:54:21 +03:00
Martin Ayotte
93e8a66ac3 Merge branch 'master' of https://github.com/igorpecovnik/lib
Conflicts:
	config/kernel/linux-sun50i-dev.config
2017-01-24 16:27:40 -05:00
Martin Ayotte
a765743d5b add MTD_JEDECPROBE + add some W1 modules 2017-01-24 16:18:39 -05:00
zador-blood-stained
9838cc30f4 Move OPi PC2 to supported configs and add a beta image target 2017-01-24 20:27:54 +03:00
zador-blood-stained
8eaaff7f9d Add DVFS and THS support for PC2
Based on @ehoutsma PR extracted from @megous tree
Update the sun50i-dev kernel config
2017-01-24 20:07:48 +03:00
zador-blood-stained
0cb9e22eec Switch Pine64-dev and PC2 u-boot sources 2017-01-24 00:04:12 +03:00
zador-blood-stained
204432f880 Partially merge Pine64 and PC2 configuration 2017-01-23 16:57:02 +03:00
zador-blood-stained
ef6f6e81f3 Update sunxi64 kernel configs 2017-01-23 15:05:08 +03:00
zador-blood-stained
8eb8005912 Add initial config for Orange Pi PC2
Based on @ehoutsma configuration and u-boot proxy
Kernel does not boot yet for me
2017-01-23 13:25:55 +03:00
Igor Pecovnik
fe44456007 Adding Merrii Hummingbird A20 to WIP section as user request 2017-01-23 09:54:22 +01:00
zador-blood-stained
4a50527dae Update Pine64-default boot script to use boot_part variable 2017-01-22 22:55:24 +03:00
Thomas Kaiser
17ed93a1c5 Set lpo_use_apclk for Bluetooth LPO
See 20885e4cb5 (diff-2e7af88854475bf956b335a28df2d3cb)
2017-01-22 15:37:57 +01:00
zador-blood-stained
b13eccb898 Disable not needed part 2017-01-22 00:36:08 +03:00
zador-blood-stained
5aff3a355a Fix and add missing file for cubox boot script 2017-01-21 23:26:52 +03:00
Igor Pecovnik
a205af5326 Desktop configuration RFC, Cubietruck Bluetooth fixes 2017-01-21 21:01:50 +01:00
zador-blood-stained
4f5acd13cf Update sunxi-next kernel config 2017-01-21 15:59:29 +03:00
zador-blood-stained
7e2979f246 Update sunxi boot scripts 2017-01-21 15:59:01 +03:00
Igor Pecovnik
546dc65105 Updated C2 default kernel config 2017-01-20 06:17:24 +01:00
zador-blood-stained
7ba2e6599e Add extra debug messages to clearfog boot script 2017-01-19 15:00:22 +03:00
Igor Pecovnik
b67f21870c Cubox and Udoo. Enabling Xenial desktop instead of Jessie. imx plaforms works now without a problem. Added upstream kernel patches for Udoo Next 2017-01-18 14:41:12 +01:00
Igor Pecovnik
2dcadf627e Using ram for browser (Firefox) cache on desktop images. 2017-01-16 21:13:06 +01:00
zador-blood-stained
1fc6ae5072 Small enhancement to the sunxi boot script 2017-01-14 21:17:57 +03:00
Igor Pecovnik
b9f4c9ed55 The same as previous commit 2017-01-14 19:18:43 +01:00
Igor Pecovnik
349aca204b Remove deprecated configuration options. 2017-01-14 19:17:48 +01:00
Igor Pecovnik
3aba5fc41a Enable Nighty Jessie default building for Clearfog pro and some upstream patches for Clearfog and Udoo 2017-01-13 22:20:09 +01:00
Igor Pecovnik
c280848e78 Adjusting board configuration, removing deprecated switchs 2017-01-13 21:03:44 +01:00
Igor Pecovnik
b9c3b5fc0c Tiny board configuration fix - related to changed download scheme 2017-01-13 15:22:24 +01:00
zador-blood-stained
2b487b3e42 Remove Wheezy and trusty targets support part 2 2017-01-12 15:35:48 +03:00
zador-blood-stained
c956adba55 Bugfix 2017-01-11 20:09:04 +03:00
zador-blood-stained
942a6767ae Update sunxi boot script 2017-01-11 19:26:12 +03:00
zador-blood-stained
0ffb8860e5 Enable MTD support for SPI NOR for sun8i-dev kernel 2017-01-11 19:25:27 +03:00
Igor Pecovnik
f4ff41dd6a Odroid C1 have stability issues with current clock settings, going one overclock step down. 2017-01-10 15:12:04 +01:00
zador-blood-stained
e9337fe60a Switch b53 driver to built-in 2017-01-10 12:01:47 +03:00
zador-blood-stained
a7c286ac04 Update Odroid C2 kernel config 2017-01-09 18:10:02 +03:00
Igor Pečovnik
f7c6daa34b No need to define this - we check if file exits 2017-01-09 15:42:46 +01:00
zador-blood-stained
07425d8cb9 Update asound.state for sunxi-next 2017-01-08 16:09:33 +03:00
zador-blood-stained
ce187b0027 Update sunxi-dev kernel config 2017-01-08 16:08:30 +03:00
zador-blood-stained
2dc08ad4a4 Update mvebu-next kernel to 4.9.1 2017-01-06 19:50:00 +03:00
zador-blood-stained
edc322eb99 Update sunxi-next kernel to 4.9.1 2017-01-06 19:07:26 +03:00
zador-blood-stained
d544a19df1 Update Pine64 configuration 2017-01-05 18:04:43 +03:00
zador-blood-stained
8b8f56c0dd Update pine64-default kernel configuration 2017-01-05 13:50:22 +03:00
zador-blood-stained
7fe050f733 Add sun8i-ce driver to sun8i-dev kernel 2017-01-04 19:35:22 +03:00
Igor Pecovnik
d7bfec13d6 Updated kernel config for sun7 and sun8
https://github.com/igorpecovnik/lib/pull/596
2017-01-03 20:50:54 +01:00
Igor Pecovnik
bea77dfccf Add new beta targets 2017-01-03 20:44:18 +01:00
zador-blood-stained
2e636e8c7a Disable desktop prompt for headless boards 2017-01-03 22:38:12 +03:00
zador-blood-stained
b083ed9ceb Release PA10 pin on OPi Zero 2017-01-03 18:28:12 +03:00
Igor Pečovnik
6b4eb67863 Update orangepipc.conf 2017-01-03 12:36:39 +01:00
Martin Ayotte
e68c2cb265 add AT24 modules for I2C EEPROMs 2017-01-01 14:05:06 -05:00
Igor Pečovnik
36e52e045f config bugfix 2016-12-30 08:00:58 +01:00
Igor Pecovnik
330017d2af Dropping Cubieboard2 u-boot exception 2016-12-29 17:06:58 +01:00
zador-blood-stained
2f280c8813 Add Xradio driver to sun8i-dev 2016-12-29 13:10:47 +03:00
zador-blood-stained
1279ef6fb9 Fix console cursor on Odroid C2 2016-12-24 19:10:41 +03:00
zador-blood-stained
9caf4e1458 Add L2TP and MACVTAP to pine64-default kernel
Closes #587
2016-12-24 14:49:25 +03:00
Igor Pecovnik
c0c5d3e3ab Removing building legacy beta images for Neo(s) and Zero 2016-12-23 19:48:54 +01:00
Igor Pecovnik
b22432294e BPi M2+ fixes for mainline kernel and added to night builds 2016-12-23 18:44:59 +01:00
Igor Pecovnik
73142c35a6 Merging two boards: Opi PC & Opi PC+ 2016-12-23 17:44:13 +01:00
zador-blood-stained
a6c444d57c Use GCC for several mainline sources
Create sunxi64_common.inc sources file for future use
2016-12-23 17:58:41 +03:00
Igor Pecovnik
ee94a13741 Removing Banana pi PRO model from images auto build. We added info how to convert to this image from normal bananapi 2016-12-23 14:08:43 +01:00
Igor Pecovnik
c1c473e9b9 Removing Orangepi (A20) from autobuild since it can boot with banana image ... 2016-12-23 13:50:41 +01:00
Igor Pecovnik
a2265ded54 Removing lime2emmc from build options since we use normal lime2 + howto 2016-12-22 12:21:48 +01:00
Jukka Raimovaara
5b7cbf0452 Enable batman_adv in sun8i mainline
batman_adv is enabled in default, but not in dev.
2016-12-21 23:13:24 +02:00
Igor Pečovnik
79a10159b2 removing deprecated remarks 2016-12-21 22:01:05 +01:00
zador-blood-stained
b3916d4578 Use GCC 6.2 for mainline u-boot and kernel for sunxi 2016-12-21 19:24:03 +03:00
zador-blood-stained
c336b6e703 Add easycap driver to sun8i-default kernel config 2016-12-20 20:03:41 +03:00
Igor Pecovnik
4aaedc370e M3 patches cleanup 2016-12-20 16:30:31 +01:00
zador-blood-stained
428c57ae43 Adjust Clearfog Pro/Base separation 2016-12-20 16:42:40 +03:00
zador-blood-stained
7b227afc59 Fix Odroid C2 boot script syntax
Add ext4 fixes patch from PR36
2016-12-20 16:25:09 +03:00
Igor Pecovnik
59ae22f3d2 Added two WIP targets, together with disabled patches. M3 boots but not much things work. Patches are not included - I don't want to put them into main patch directory, logo uboot patch needs to be disabled for successful compilation 2016-12-20 14:23:30 +01:00
Thomas Kaiser
d494cddcf4 Re-enable nightly Pine64 desktop image 2016-12-19 14:25:10 +01:00
Martin Ayotte
f485895f9c adding SC16IS7XX for more serial ports 2016-12-17 17:52:52 -05:00
Thomas Kaiser
3f5a2b1e84 Added 2nd xradio_wlan entry to modules as workaround 2016-12-17 12:23:36 +01:00
Igor Pecovnik
98d29d9b18 Changes to Lime2 and Lime2emmc - adding nighty and regular builds 2016-12-15 21:34:09 +01:00
Igor Pecovnik
f30c2bd49c I think we don't need that. 2016-12-15 11:40:32 +01:00
Igor Pecovnik
3fc4ebef70 Let's add Orange Pi Zero Xenial default back to nighty builds 2016-12-15 11:20:52 +01:00
Igor Pecovnik
ee87237e85 Added a selection of images which builds daily 2016-12-13 18:33:42 +01:00
Igor Pecovnik
3f7344000b Bugfix for building Guitar and Roseapple bootloader 2016-12-13 18:03:38 +01:00
Igor Pecovnik
f0d2425929 Beta builds are now defined in board configuration - will be live and updated after few test runs. There was also few fixes for parallel building. 2016-12-12 19:38:55 +01:00
zador-blood-stained
6552b76b0e Add Realtek R8712U driver
Closes #578
2016-12-12 13:56:46 +03:00
zador-blood-stained
0d70542b4d Add USB serial to mvebu0next kernel config 2016-12-11 23:40:19 +03:00
zador-blood-stained
c9f5ffb56f Clean up [gpio_para] section in fex files
for H3 based boards
2016-12-11 19:46:50 +03:00
zador-blood-stained
059fe37057 Small fix for clearfog board configs 2016-12-10 22:06:35 +03:00
Igor Pecovnik
a2ee595d7a Bugfixes to patches, removing "DEV" from packaging pack and adding mv_cesa module to new default 2016-12-09 20:34:45 +01:00
Igor Pecovnik
39e7778dbc Clearfog configuration update for default target 2016-12-09 20:19:01 +01:00
zador-blood-stained
baab6587a5 Refactor Marvell kernel sources
Rename LINUXFAMILY: marvell to mvebu
Replace default kernel with 4.4.x branch from dev configuration
2016-12-09 21:09:22 +03:00
zador-blood-stained
3cb6520cad Bugfix for Clearfog board configurations 2016-12-09 20:47:27 +03:00
zador-blood-stained
099bfb6e2e Split Armada into clearfogbase nad clearfogpro 2016-12-09 14:27:04 +03:00
zador-blood-stained
1e8ca2f089 Bugfix 2016-12-09 14:25:53 +03:00
zador-blood-stained
1379905485 Allow building u-boot for multiple configurations
This changes sources configuration related variables:
UBOOT_FILES and UBOOT_TARGET are merged into UBOOT_TARGET_MAP
Format: make command arguments ; patch subdirectory ; list
of resulting files

Space-separated list of resulting files may contain entries in format
"source_file_name:destination_file_name" or "simple file_name" for
copying without renaming (default)
2016-12-09 14:03:39 +03:00
zador-blood-stained
6810758736 Switch marvell-dev kernel to Arch linux fork 2016-12-08 18:50:09 +03:00
Igor Pecovnik
7418c3e837 Added hardware info tab for Odroid C1 and C2 2016-12-07 22:28:13 +01:00
Igor Pecovnik
fdae7208be Removing deprecated info 2016-12-07 22:05:33 +01:00
Igor Pecovnik
0efb50bcfb Removing deprecated info 2016-12-07 22:02:40 +01:00
Igor Pecovnik
80d2bdf9da Remove this info because info about possible kernels is provided within dowload 2016-12-07 21:49:53 +01:00
Igor Pecovnik
cd7e4e98ec Hopefully final update to board configuration 2016-12-07 20:19:41 +01:00
Igor Pecovnik
63be567691 Configuration bugfix 2016-12-07 19:52:14 +01:00
Igor Pecovnik
98fca055be Pine64 configuration update 2016-12-07 18:52:18 +01:00
Igor Pecovnik
731d140613 Configuration cleanup 2016-12-07 15:58:00 +01:00
Igor Pecovnik
2ade845009 Fixing double quote 2016-12-06 19:08:47 +01:00
Igor Pecovnik
810b4e454d Configuration updates for download page. Added: INCLUDE1,2,3 ... which represents box with custom .md file from lib.docs 2016-12-06 18:54:12 +01:00
Igor Pecovnik
b2c72fcae9 Moving board configuration options used at download section to board configuration where it should be in first place. Other configurations follows later. 2016-12-06 14:45:14 +01:00
zador-blood-stained
53a66be5c8 Enhance nographics mode for Odroid C2
https://forum.armbian.com/index.php/topic/1858-odroid-c2-file-copy-problem-larger-than-512mb/#entry20763
2016-12-03 19:26:55 +03:00
zador-blood-stained
df88abadb1 Add extra initrd compression options to sun8i-default 2016-12-03 19:20:47 +03:00
zador-blood-stained
6ff9755bec Add missing sound options to sun8i-default kernel 2016-12-03 18:51:59 +03:00