Stefan Agner
2e2f6e893b
Fix Tinker Board S (eMMC) boot ( #650 ) ( #845 )
...
* Fix Tinker Board S (eMMC) boot (#650 )
Use Tinker Board S U-Boot configuration which is capable to boot from
eMMC as well as from SD card.
Note that this makes U-Boot always claiming to run on Tinker Board S:
..
Model: Rockchip RK3288 Asus Tinker Board S
..
It seems that there is no generic Tinker Board configuration. However,
Tinker Board S configuration really seems to work well with Tinker Board
as well, so just use it.
Also today the U-Boot Makefile seems to generate a working idbloader.img
already. Drop our special handling.
* Use Tinker Board S device tree if booting from eMMC for Linux
Instead of patching the Tinker Board device tree, select the device tree
based on what device we are booting from.
Note: This boots the non-S device tree when booting a Tinker Board S
from SD card! But there is no reliable detection otherwise, so let's
just live with that fact.
* Document how to use our U-Boot to flash eMMC
2020-09-04 21:05:49 +02:00
mikebaz
1c991c229d
Update network.md ( #833 )
...
small change to reflect the renaming of the OS as shown in the top-level README
2020-08-28 10:37:01 +02:00
Pascal Vizeli
f93f8e34b3
Kernel 5.4.56 / Odroid 5.7.13 ( #812 )
...
* Linux: Update kernel 5.4.56
* Odroid: Update kernel 5.7.13
2020-08-06 21:12:41 +02:00
cogneato
606da02461
Fix duplicate link and typo in documentation ( #805 )
2020-08-04 16:44:37 +02:00
Pascal Vizeli
e49f8fe630
Update kernel mainline 5.4.55 / Odroid 5.7.12 ( #803 )
...
* Odroid: Update kernel 5.7.12
* Linux: Update kernel 5.4.55
* Fix patch
2020-08-03 22:58:40 +02:00
Adam Griffiths
02836524ce
Documentation ( #769 )
...
* spelling correction
* Restuctured, added "features", "supported hardware", intro for developers and links to the developer documentation.
* Spelling correction
* URL correction
* Documentation restructure
* Moving developer documentation index from top level README to Documentation directory README
* fixing URLS
* Restructuring and adding to board config
* Improving navigation of docs oon github
* New line after first heading
(https://github.com/home-assistant/operating-system/pull/768#discussion_r453336692 )
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Update README.md
https://github.com/home-assistant/operating-system/pull/768#discussion_r453336871
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Update README.md
(https://github.com/home-assistant/operating-system/pull/768#discussion_r453336999 )
- Surround headings with newlines
- ODROID
- Use dashes for unordered lists
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Update README.md
- new line after heading
(https://github.com/home-assistant/operating-system/pull/768#discussion_r453337043 )
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Update README.md
- \- for unordered lists
- new line after heading
(https://github.com/home-assistant/operating-system/pull/768#discussion_r453337101 )
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Update README.md
- new line after heading
- \- for unordered lists
(https://github.com/home-assistant/operating-system/pull/768#discussion_r453337183 )
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Spelling correction, to ensure /Dpcumentation/kernel.mdhas the correct spelling
* capitalisation
* using - for unordered lists
* Adding links to config files
* fixing links to _defconfig files
* fixing link for rpi0_w
* fixing link for rpi3_64 and rpi4_64
* making the ova README consistent with the others
* formmating
* fixing numbered list
* fixing indent for sub-bullets
* questions regarding Tinker S and OVA support
* resolving PR comment from fabaff
* resolving PR comment from fabaff
* https://github.com/home-assistant/operating-system/pull/769\#discussion_r456774209
* Changing uBoot to U-Boot (https://github.com/home-assistant/operating-system/pull/769#discussion_r456774290 )
* s/boot sector/eMMC boot partition/ (See https://github.com/home-assistant/operating-system/pull/769#discussion_r456774329 )
* As per comments here:
https://github.com/home-assistant/operating-system/pull/769#discussion_r456791491
https://github.com/home-assistant/operating-system/pull/769#discussion_r456791580
* HassOS is no longer the official name (https://github.com/home-assistant/operating-system/pull/769#discussion_r456791863 )
* Should be Home Assistant Operating System (or OS) (see https://community.home-assistant.io/t/changing-the-home-assistant-brand/167500/16 ). See also commennts here https://github.com/home-assistant/operating-system/pull/769#discussion_r456793030 , taken in to account along with previous comments about this paragraph.
* s/HassOS/Home Assistant Operating System/
* 8Gb Pi 4 will be supported soon (see comment https://github.com/home-assistant/operating-system/pull/769#discussion_r459768349 )
* resolving conflict with main dev branch.
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
2020-08-03 16:31:36 +02:00
Pascal Vizeli
2b8dc1c913
Fix deployment questions
2020-07-24 12:20:08 +02:00
Pascal Vizeli
466225806e
Linux: Update kernel 5.4.53
2020-07-24 10:15:39 +00:00
Pascal Vizeli
8e42ad5536
Cleanup boot files & Kenrel 5.7.10 ( #782 )
...
* Odroid: Update kernel 5.7.10
* Cleanup boot files
* Fix patches
2020-07-23 18:52:01 +02:00
Brad Simmons
24b6463fbb
Update network.md for bad NetworkManager.conf link ( #779 )
...
Corrected bad link for Gnome NetworkManager.conf
2020-07-19 14:20:37 -07:00
Stefan Agner
78152db78f
Add boot from USB mass storage device support for RPi 4 ( #746 ) ( #776 )
...
* Backport USB PCIe/XHCI patches to U-Boot 2020.07
Backport relevant patches required to make PCIe/USB XHCI work.
* Backport/integrate PCIe device tree changes from upstream Linux
U-Boot uses the device tree provided by upstream Linux. Make sure the
device tree has the relevant chanages to make VL805 USB controller
reset work.
* Document RPi 4 USB mass storage support (#746 )
2020-07-19 13:59:10 +02:00
Simon Opelt
53bbc43ff3
Add NUC (10) support info ( #766 )
2020-07-08 13:33:07 +02:00
cogneato
de67752a46
Update datactl docs ( #756 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-07-05 11:58:42 +02:00
Pascal Vizeli
375e688938
Update kernel 20200702 ( #757 )
...
* Odroid: Update kernel 5.7.7
* Linux: Update kernel 5.4.50
* RaspberryPi: Update kernel 4.19.127 - a03605b08ae73107100c72dc92c92adf0dde3e42
* Fix script
* Add bcm2711-rpi-cm4
2020-07-02 11:28:39 +02:00
Pascal Vizeli
9d6b3a1d0b
Kernel improvments for Amlogic / Odroid ( #747 )
...
* Kernel improvments for Amlogic / Odroid
* Odroid: Update kernel 5.7.4
* Fix script
* include audio into kernel
2020-06-27 10:48:08 +02:00
Pascal Vizeli
e51b1bd9eb
Make odroid upstream again ( #724 )
...
* Make odroid upstream again
* Fix question
* Linux 5.7
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
* Add patch
* Add DT sound
* fix build
* Fix kernel options
* working audio
2020-06-06 11:44:41 +02:00
Pascal Vizeli
f66fbda032
RaspberryPi move back to 4.19 Kernel ( #723 )
...
* RaspberryPi: Update kernel 4.19.126 - f6b3ac28f0a9137d4c24c0b8832e693bbd16f5b7
* RaspberryPi: Update firmware 7caead9416f64b2d33361c703fb243b8e157eba4
* Remove kernel for 5.4
2020-06-05 16:08:50 +02:00
Pascal Vizeli
d215e81fb1
Update kernel Upstream/RPi ( #708 )
...
* Linux: Update kernel 5.4.44
* RaspberryPi: Update kernel 5.4.42 - 3d1e5203531fd1791762f018538e670bf10f722c
* RaspberryPi: Update firmware f382cc150445b3ef07de941e4877a5890d665aa7
2020-06-03 13:36:26 +02:00
Adorem
0363ddab37
Update link to operating-system/debugging in configuration.md ( #699 )
2020-05-30 11:23:35 +02:00
Adorem
f18345a6c4
Update link to partition.md ( #698 )
2020-05-30 11:23:05 +02:00
Pascal Vizeli
deb072cb76
Linux: Update kernel 5.4.43
2020-05-27 20:17:42 +00:00
Pascal Vizeli
70c41b5690
Fix doc
2020-05-25 11:34:29 +00:00
Pascal Vizeli
4861cc58ce
Linux: Update kernel 5.4.42
2020-05-25 07:06:32 +00:00
Pascal Vizeli
3160b59730
RaspberryPi: Update kernel 5.4.42 - 79495a5ecdfba69de51e88701a69c42d09806d84
2020-05-25 07:06:10 +00:00
Pascal Vizeli
032af2f56d
Odroid: Update kernel 5.4.41 - 237731e3d2c145bd711bd1dcad0479c912b9fb4f
2020-05-25 07:05:20 +00:00
Fabian Affolter
613604ea74
Update style and static IPv4 address section ( #667 )
2020-05-14 09:25:31 +02:00
Fabian Affolter
6c62029a74
Fix typos ( #668 )
2020-05-14 09:21:53 +02:00
Fabian Affolter
a5209dc400
Fix typo and style ( #669 )
2020-05-14 09:17:04 +02:00
Fabian Affolter
1118335b1c
Fix some typos and use the upstream project's spelling ( #670 )
2020-05-14 09:16:22 +02:00
Fabian Affolter
b0dbbf963c
Update spelling ( #671 )
2020-05-14 01:02:35 +02:00
Pascal Vizeli
0d892dbf23
Remove wrong support on the docs for Tinker S ( #658 )
2020-05-08 09:38:48 +02:00
Pascal Vizeli
96c622b36f
Update deployment.md
2020-05-06 11:50:19 +02:00
Pascal Vizeli
b14d0223c2
Linux: Update kernel 5.4.39
2020-05-06 09:35:40 +00:00
Pascal Vizeli
fcfd951f2b
RaspberryPi: Update kernel 5.4.38 - c41ae7cf543c1d680b4ac1afae40ca5bb0a96661
2020-05-06 09:35:18 +00:00
Pascal Vizeli
fcefb1e515
expand
2020-05-06 08:33:48 +00:00
Pascal Vizeli
770bcb62a0
Update docs
2020-05-06 08:26:44 +00:00
Pascal Vizeli
ba9d1bac1e
Use older Kernel for N2 ( #652 )
...
* Use older Kernel for N2
* Update docs
* Update kernel-amlogic.config
2020-05-05 14:23:17 +02:00
Pascal Vizeli
6605b1511f
Kernel updates ( #643 )
...
* Odroid: Update kernel 5.35 - f2eb401e73e9b54432cf4234722cb4fad1b334f2
* RaspberryPi: Update kernel 5.4.35 - 9a583229eff3263202522945a594a9115d49fcc6
* Odroid: Update kernel 5.4.35 - f2eb401e73e9b54432cf4234722cb4fad1b334f2
* Fix script
* RaspberryPi: Update firmware 2b731476edc463f2d6b3d751cb47c515b4b5853f
* Add script for rpi update
* RaspberryPi: Update firmware 2b731476edc463f2d6b3d751cb47c515b4b5853f
* fix script
2020-04-29 11:16:38 +02:00
Pascal Vizeli
f8b24f4b70
Make odroid downstream ( #642 )
...
* Make odroid downstream
* Fix patch
* Fix config
* audio support exynos
* Cleanup scripts
* Fix commit message
* clean options
* Extend options
* Cleanup
2020-04-28 22:23:08 +02:00
Pascal Vizeli
98f13d9282
RPi 5.4 ( #631 )
...
* RaspberryPi: Update kernel 68fd7d52c9fc7c40b996d6b91acaf3e03b2c3ea0
* update kernel config
* update bootloader
* Fix boot
* work
* fix boot
* Fix script
* optimize script
2020-04-23 23:05:28 +02:00
Pascal Vizeli
45c62716cb
New way to install/run supervisor + plugins ( #620 )
...
* Use new layout for CLI/Supervisor
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
* Fix install script
* Fix config
* Add docs
* Fix shellcheck
* Fix issue
* rename package
* Fix build
* Fix apparmor
2020-04-21 14:37:25 +02:00
Pascal Vizeli
5336e17a06
Update Kernel 5.4.24 ( #603 )
2020-03-07 14:07:05 +01:00
Pascal Vizeli
3f26a61d9a
Update RaspberryPi Kernel & Firmware 4.19.106 ( #601 )
...
* RaspberryPi: Update kernel ecb440abef61d198478b6e598b3510ff6680090a
* Update RaspberryPi kernel 4.19.106
2020-03-05 16:33:48 +01:00
nepozs
6a728d916f
Update nuc.md ( #591 )
2020-02-20 21:42:23 +01:00
Pascal Vizeli
2d6f692a4c
Rename Hass.io ( #587 )
2020-02-17 09:53:09 +01:00
Pascal Vizeli
a592fc9866
Change handling for SPL based images ( #578 )
...
* Change handling for SPL based images
* Fix script
* Fix path for rauc-hook
2020-02-10 14:52:03 +01:00
Pascal Vizeli
f9a3bccf7b
Update Kernel 5.4.18 ( #572 )
2020-02-06 18:40:30 +01:00
Jason Hines
55d84758a2
Update bluetooth.md ( #569 )
...
grammatical changes
2020-02-06 08:27:22 +01:00
Pascal Vizeli
51cf310472
Fix odroid issues ( #556 )
...
* Adjust kernel for C2/N2 & Kenrel 5.4.16
* Update docs
* Add script to fix mac with efuse
* Fix script
* update description
* Fix script
* Use u-boot patch
* Fix patch
2020-02-01 21:57:20 +01:00
Pascal Vizeli
5812ed014e
Default Kernel 5.4 ( #541 )
2020-01-13 15:02:21 +01:00