Aman Gupta Karmani
ac942b8ed9
add fsck.repair=yes to all uboot kernel cmdline args ( #943 )
2020-10-30 21:54:20 +01:00
Stefan Agner
e43747c2e9
ODROID N2+ fixes ( #929 )
...
* Make sure to set board_rev for N2+ correctly
For some reason the code to set the environment did not make it into the
ODROID N2 board code. Fix the patch to correctly set board_rev for N2(+).
Also remove the w400 patch as it is no longer required.
* Use latest ODROID-N2+ patches
Use the queued patches (and fixes) for upstream ODROID-N2+ support.
This uses the clock settings from meson-g12b-a311d.dtsi running the
CPUs at the following clocks:
- 4xA73@2.2GHz
- 2xA53@1.8GHz
2020-10-24 18:45:41 +02:00
Stefan Agner
fdcb94f0d8
Actually fix CDC ACM error recovery path ( #712 ) ( #921 )
...
Instead of reverting the CDC ACM cool-down patch fix the intention of
that change. This should fix the error recovery paths in the CDC ACM
driver and allow CDC ACM devices to continue working even in the event
of USB issues.
2020-10-21 20:34:26 +02:00
Stefan Agner
fc3b098170
Fix CDC ACM error recovery path ( #712 ) ( #905 )
...
Revert CDC ACM cool-down patch. This should fix the error recovery paths
in the CDC ACM driver and allow CDC ACM devices to continue working even
in the event of USB issues.
2020-10-17 13:16:08 +02:00
Stefan Agner
2b0fff31a3
Bump ODROID boards to Linux 5.9 ( #898 )
...
* Bump ODROID boards to Linux 5.9.1
This makes quite some patches obsolete which since have been upstreamed.
* Drop Linux 5.7 header symbols
Since we do not introduce new packages which actually require a newer
kernel headers, there is no value in having config symbols for the new
kernel version. Buildroot is still using the headers from our kernel,
and hence gets the latest version of the headers.
2020-10-17 13:14:47 +02:00
Stefan Agner
502ef82b80
Bump U-Boot to 2020.10 for all boards using U-Boot ( #889 )
2020-10-10 12:27:47 +02:00
Stefan Agner
b8cf3face0
Load socinfo only once ( #838 )
...
Remove code duplication and make sure to load socinfo only once. Also
set board_rev before MAC address to make sure board_rev is set even if
loading MAC address from efuses fails.
2020-09-01 19:07:07 +02:00
Stefan Agner
a3c5e670ef
Fix ODROID-N2(+) SD card boot ( #835 ) ( #836 )
2020-08-28 10:18:50 +02:00
Pascal Vizeli
b19f83d74d
N2: fix possible issue with end up in not working device ( #818 )
2020-08-10 09:59:49 +02:00
Stefan Agner
cd5cb880ea
Do not break device tree changes made by audio patches ( #807 )
2020-08-06 08:32:25 +02:00
Stefan Agner
cf033ec49d
hardkernel: Fix build warning when building U-Boot ( #806 )
...
Drop const since we actually modify the buffer in meson_get_soc_rev
2020-08-05 12:07:53 +02:00
Pascal Vizeli
0ec506470a
Fix amlogic patch for soc rev ( #804 )
2020-08-04 16:46:26 +02:00
Stefan Agner
e08bbd7047
Add ODROID-N2+ support ( #793 )
...
* Add ODROID-N2+ support
Add ODROID-N2+ support with the new SoC revision c. Extend the U-Boot
script: Assume ODROID-N2 if the SoC revision is "a" (there are only "a"
revision SoCs on ODROID N2) and assume N2+ otherwise.
Currently using overclock mode as proposed in the upstream kernel patches.
* Update hassos-hook.sh
Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch >
2020-07-29 11:06:01 +02:00
Pascal Vizeli
3700516097
Show board info on startup & Cleanup unused functionality ( #784 )
...
* Show board info on startup & Cleanup unused functionality
* Add patch for get env
* move patch
2020-07-27 11:54:25 +02: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
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
0db61e85b0
Fix issue with Odroid-N2 on USB ( #693 )
2020-05-27 15:54:44 +02:00
Pascal Vizeli
c3fba76142
Use odroid defconfig for XU4 ( #690 )
2020-05-27 11:01:28 +02:00
Pascal Vizeli
2b3e806e56
Cleanup U-boot
2020-05-25 07:24:03 +00:00
Pascal Vizeli
b3530d1ce1
Allow easy move data partition ( #651 )
...
* Allow easy move data partition
* Cleanup handling systemd
* Improve handling
* fix pipeline
* pipeline
* fix shell handling
* fix scripts
* Add bin folder
* fix lint
* Fix service handling
* Fix loading
* hide output
* Fix handling
2020-05-06 00:00:28 +02: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
db184bf5d3
Make machine-id persist ( #649 )
...
* Make machine-id persist
* update
* Adjustments
* cleanup
* fix cleanups
* small cleanup
2020-05-04 15:11:43 +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
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
a65db13c9e
Support better armv7 emulation N2/C2 ( #584 )
...
* Support better armv7 emulation N2/C2
* Update kernel.config
2020-02-16 11:46:25 +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
1c95022184
Add support for audio & thermal & small FTD fixes ( #571 )
2020-02-06 18:36:44 +01:00
Pascal Vizeli
d409e328be
Add CEC & audo support for odroid C2/N2 ( #565 )
2020-02-05 16:16: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
7b379e648c
Initial support Odroid N2 / Linux 5.4 ( #523 )
...
* Initial version Odroid N2
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch >
* fix some issue
* optimize
* cleanup kernel config
* Fix HDMI output
* Migrate to upstream u-boot
* Use own HA image
* Add kernel for odroid xu4
* Add N2 to release pipeline
* Use uboot 2020.01 / fix version hardkernel
* Fix image
2020-01-07 18:13:24 +01:00
Pascal Vizeli
30aa775450
Fix Kernel For odroid XU4/C2 ( #510 )
2019-12-13 09:13:41 +01:00
Ryan Bray
f3f9bd9697
Odroid xu4 updates ( #425 )
...
* Odroid-XU4: Attempt to fix some eMMC devices
* Linux-firmware: add s5p to buildroot
* Odroid-XU4: fix uboot env size
2019-07-15 09:24:43 +02:00
TonyApuzzo
d1cf8e0016
Odroid: Fix ring buffer errors by applying ( #355 )
2019-02-15 15:56:14 +01:00
Pascal Vizeli
d697c4bc8e
Odroid XU4: Use ondemand ( #341 )
2019-02-03 11:55:15 +01:00
Ryan Bray
32fe415515
OdroidC2: fix long-running ethernet issues ( #337 )
2019-01-31 09:03:29 +01:00
Ryan Bray
3d91ac2374
Odroid-C2: Updating to 4.19 kernel ( #321 )
...
* Odroid-C2: Updating to 4.19 kernel
* Fix and tested config.
2019-01-17 12:16:13 +01:00
Ryan Bray
fffa24ed1e
Odroid-XU4: Initial commit ( #303 )
2019-01-17 11:02:47 +01:00
Ryan Bray
75e721e77e
OdroidC2: Updating Kernel ( #277 )
2018-12-06 10:09:16 +01:00
Pascal Vizeli
60c9013535
Travis ( #269 )
...
* Update build-all.sh
* Delete ovf-create.sh
* Update patches.sh
* Update hdd-image.sh
* Create .travis.yml
* Update hdd-image.sh
* Update hdd-image.sh
* Update hdd-image.sh
* Update hdd-image.sh
* Update ota.sh
* Update post-build.sh
* Update post-image.sh
* Update rauc.sh
* Update rootfs-layer.sh
* Update hassos-cli
* Update hassos-supervisor
* Update hassos-config
* Update hassos-apparmor
* Update hassos-expand
* Update hassos-persists-journald
* Update hassos-rate
* Update hassos-hook.sh
* Update hassos-hook.sh
* Rename uboot-boot.sh to uboot-boot.ush
* Rename uboot-boot.sh to uboot-boot.ush
* Update hassos-hook.sh
* Rename uboot-boot.sh to uboot-boot.ush
* Rename uboot-boot.sh to uboot-boot.ush
* Update hassos-hook.sh
* Update odroid_c2_defconfig
* Update rpi0_w_defconfig
* Update rpi2_defconfig
* Update rpi3_64_defconfig
* Update rpi3_defconfig
* Update rpi_defconfig
* Update tinker_defconfig
* Update enter.sh
* Update .travis.yml
2018-11-30 16:22:04 +01:00
Ryan Bray
960e11dc4f
Uboot bootstate ( #215 )
...
* Uboot: cleaning up bootstate env import/export.
* Tinker: Add potential eMMC boot support.
2018-10-26 11:36:29 +02:00
Ryan Bray
eb553bec07
Odroid-C2: updating kernel to 4.14.67 ( #176 )
2018-08-26 22:09:49 +02:00
Ryan Bray
dc0f6367cb
Odroid-C2: Build Fixes, correct root partition
2018-08-24 22:40:15 -06:00
Pascal Vizeli
486161f2d8
Fix uboot
2018-08-25 00:37:00 +00:00
Pascal Vizeli
9441f6b16e
Fix uboot
2018-08-24 23:05:05 +00:00
Ryan Bray
514c59796f
Odroid-c2: Moving to 4.14.36 kernel
2018-08-24 22:52:18 +00:00
Pascal Vizeli
ebf84216e9
cleanup
2018-08-24 22:46:03 +00:00
Pascal Vizeli
74ff13e25e
P1
2018-08-24 21:50:29 +00:00
Pascal Vizeli
9b170812d6
Cleanup odroid
2018-08-22 22:15:08 +00:00
Ryan Bray
8e1af1313b
Odroid: Allow booting from eMMC, Use bootstate partition rather than env file
2018-08-21 02:59:30 -06:00