Commit Graph

1458 Commits

Author SHA1 Message Date
zador-blood-stained
a402ea719d Move boots cript installation to sources templates 2016-06-13 22:25:46 +03:00
Igor Pecovnik
e32e1f55dd Introducing new feature, defined as "DEBUG_MODE" for easier source debugging. You can create changes on the top of all our patches and patch, placed into sub dir userpatches, will be produced automatically 2016-06-13 21:02:39 +02:00
zador-blood-stained
0bc0b25946 Add missing kernel options to Odroid C2 kernel
Fixes #362
2016-06-13 14:45:02 +03:00
zador-blood-stained
531f39025d Documentation fixes and improvements 2016-06-12 22:43:50 +03:00
Thomas Kaiser
c2f76fe1d7 Merge pull request #355 from pctj101/pctj101-patch-tty-docs
Add info on how to enable serial on 40 pin header on H3 boards
2016-06-12 21:14:54 +02:00
Thomas Kaiser
544d4bceef Add (disabled) g_ether mode patch for sun8i/H3 legacy
Introduction
~~~~~~~~~~~~~~~
USB gadget is a mode of Linux USB port handling when Linux is not driving
the port as a host port, but as a device - this lets Linux act as a mass
storage (usb hdd, usb cdrom, etc.), a hid device (mouse, keyboard), a
webcam, etc.

Orange PI and some other cheap arm boards feature an OTG port; OTG means
on-the-go: the electronics implements both host and device roles, the software
driver can change the role any time. The Linux kernel calls device mode
drivers "gadgets".

Converting one of the ports to a gadget is often useful:
  - the cheap arm board can become the hardware implementation of a complex
    USB peripheral for a PC
  - an arm mini-server can expose some of its internals over the USB to a PC,
    e.g. an orange PI used as a NAS also mountable as a mass storage over USB
  - a second ethernet port using g_ether

How to set it up
~~~~~~~~~~~~~~~~~~~
As of Jun 2016, the following process worked for
2016-06-12 20:23:03 +02:00
Thomas Kaiser
d44eec8f16 Prepare H3 Mini FAQ for 5.15 release 2016-06-12 19:47:24 +02:00
Thomas Kaiser
49df99bfbf Added IRQ redistribution for BPi M2 / sun6i
Changed i.MX6 settings to not rely on any variables, slightly improving IRQ distribution on multi core CPUs and to fail silently if board has less CPU cores.
2016-06-12 19:38:41 +02:00
Igor Pecovnik
11bde288da Merge branch 'master' of https://github.com/igorpecovnik/lib 2016-06-12 19:34:27 +02:00
Igor Pecovnik
b770434447 Configuration update for Cubox / Hummingboard vanilla kernel, bugfix, documentations update 2016-06-12 19:34:04 +02:00
zador-blood-stained
3ad852fcaf IRQ distribution for C2 2016-06-12 19:15:44 +03:00
Igor Pecovnik
188515886c Updating patch for HB2 / vanilla 2016-06-12 17:48:36 +02:00
Igor Pecovnik
f669a2cabd We need little more verbosity on imx boards since1 = none 2016-06-12 17:02:20 +02:00
Igor Pecovnik
9fc7bfbbdb Distributing IMX eth interup on second core if exists 2016-06-12 16:24:30 +02:00
Igor Pecovnik
65ef4875e9 Swap creation was not working. We need to escape $ sign ... since we creating a script inside script. 2016-06-12 11:17:03 +02:00
ThomasKaiser
8bf22ad0f8 Added @lex' improved GC2035 driver from https://github.com/avafinger/gc2035 2016-06-11 17:27:24 +02:00
ThomasKaiser
81393985f0 Small improvements for Beelink X1, NanoPi M1, ODROID XU4 2016-06-11 15:50:57 +02:00
El Jeffo
b375a98984 Add info on how to enable serial on 40 pin header 2016-06-11 22:36:47 +09:00
ThomasKaiser
9dae2e2308 Merge branch 'master' of https://github.com/igorpecovnik/lib 2016-06-11 11:55:49 +02:00
ThomasKaiser
a47f44aec2 Adjust Beelink X2 settings 2016-06-11 11:55:41 +02:00
Thomas Kaiser
409e787cb6 Merge pull request #357 from seblucas/master
NanoPi M1 has to use the same thermal configuration / cooler_table as Banana Pi M2+ (same overheating problem)
2016-06-10 18:51:06 +02:00
Sébastien Lucas
426d9df700 NanoPi M1 has to use the thermal configuration / cooler_table as Banana Pi M2+ (same overheating problem) 2016-06-10 16:41:09 +02:00
zador-blood-stained
83048fb8c1 Reduce sun8i-default sunxi_wdt logging verbosity
http://forum.armbian.com/index.php/topic/1378-a-problem-with-watchdog-timer/
2016-06-10 12:57:00 +03:00
zador-blood-stained
3223aac2bd Update Odroid C2 default kernel config
Fixes #356
2016-06-10 12:49:41 +03:00
zador-blood-stained
a256255877 Fix small bug in logging
http://forum.armbian.com/index.php/topic/1383-patch-small-bug-in-logging/
2016-06-10 11:56:56 +03:00
ThomasKaiser
224550b14a Try to get H3 THS patches working for mainline. Disable USB in u-boot for sun8i 2016-06-10 01:18:55 +02:00
ThomasKaiser
28d551b53b Merge branch 'master' of https://github.com/igorpecovnik/lib 2016-06-09 23:22:49 +02:00
ThomasKaiser
2e284be77d Fix firstrun/resize2fs, improve log upload, minor doc fixes 2016-06-09 23:21:51 +02:00
zador-blood-stained
5ce4c32cc9 Apply changes noted by Jernej in #219 2016-06-09 21:26:23 +03:00
Igor Pecovnik
0083614a1a Another try for showing IP
19834aca25
2016-06-09 20:00:46 +02:00
Igor Pecovnik
1aa8383f29 Fix broken U-boot on Cubox / Huminboard series 2016-06-09 17:34:12 +02:00
Igor Pecovnik
7c976ad5fb Update clarifications 2016-06-09 10:49:17 +02:00
Igor Pecovnik
733976dd27 Typo in docs 2016-06-09 10:24:19 +02:00
ThomasKaiser
8fa2471e8c Last try to fix partition resize in firstrun script 2016-06-08 23:30:58 +02:00
ThomasKaiser
2ff6fc6819 Small bugfixes regarding firstrun/resize2fs and BT on BPi M2+ 2016-06-08 22:40:33 +02:00
ThomasKaiser
031cac1564 Merge branch 'master' of https://github.com/igorpecovnik/lib 2016-06-08 22:04:19 +02:00
ThomasKaiser
c2ed0e546b Enhance firstrun/resize2fs logging behaviour 2016-06-08 22:04:12 +02:00
Igor Pecovnik
19834aca25 Propely showing IP address, also when on wireless 2016-06-08 20:45:09 +02:00
Igor Pecovnik
d8e19eb1dd Serial console fix for Xenial. Tested on H3 and A20 ... with different results but acceptable since this is currenlty the only known way that serial console works in Xenial 2016-06-08 20:42:31 +02:00
zador-blood-stained
ed32cf432f Partially rework makeboarddeb function 2016-06-08 19:49:47 +03:00
zador-blood-stained
f3ad9fff51 Edit fingerprint_image function 2016-06-08 18:16:11 +03:00
zador-blood-stained
c9066b70ef Update toolchain download code 2016-06-08 17:48:15 +03:00
zador-blood-stained
a628682a04 Oops 2016-06-08 16:40:53 +03:00
zador-blood-stained
a87d7413b5 Change packages installation order to fix uInitrd creation 2016-06-08 16:39:48 +03:00
Igor Pecovnik
30c9c89cc3 Download external compilers by default. 2016-06-08 15:14:38 +02:00
Thomas Kaiser
7852bcf361 Merge pull request #352 from ThomasKaiser/master
Few more preparations to get rid of board auto detection
2016-06-08 12:43:43 +02:00
ThomasKaiser
10b975a76c Few more preparations to get rid of board auto detection 2016-06-08 12:37:24 +02:00
Igor Pecovnik
3895ba9053 3.14 upstream patches for cubox, udoo, c2 legacy kernel 2016-06-08 06:29:11 +02:00
Thomas Kaiser
1334e81e71 Merge pull request #349 from ThomasKaiser/master
Prepare removal of auto detection stuff from armhwinfo
2016-06-07 22:32:13 +02:00
ThomasKaiser
1fc1f19473 Prepare removal of auto detection stuff from armhwinfo 2016-06-07 22:29:22 +02:00