Jump to content

dolphs

Members
  • Posts

    273
  • Joined

  • Last visited

Everything posted by dolphs

  1. perhaps an idea using " compile.sh " and select particular option from kernel ( save .config in user space ) KERNEL_CONFIGURE=yes
  2. That I addressed previously as well , suppose when we hit final 5.9 that will be worked on . Yet "testing purposes" ( DEV ) I compile using following flags ( default is EXTRAWIFI=yes ) : ./compile.sh BRANCH=dev RELEASE=buster BUILD_MINIMAL=yes BUILD_DESKTOP=no KERNEL_ONLY=no KERNEL_CONFIGURE=no Will check back when rc7 has been released ( rgd dax ), thanks for that info!
  3. OK sounds good! It seems that one has been eliminated, ( smooth patching.log ) however yet stuff related to dax: ( as well a lot of rtl8811cu warnings ) - from compilation.log Error captured: drivers/dax/super.c:325:6: error: redefinition of ‘dax_supported’ 325 | bool dax_supported(struct dax_device *dax_dev, struct block_device *bdev, | ^~~~~~~~~~~~~ In file included from drivers/dax/super.c:16: ./include/linux/dax.h:162:20: note: previous definition of ‘dax_supported’ was here 162 | static inline bool dax_supported(struct dax_device *dax_dev, | ^~~~~~~~~~~~~ make[2]: *** [scripts/Makefile.build:283: drivers/dax/super.o] Error 1 make[1]: *** [scripts/Makefile.build:500: drivers/dax] Error 2
  4. perhaps 5.8.y will be around just another month till it will reach EOL. If I am allowed I'd choose @Werner's proposal as it potentially could re-appear in a future kernel as it seems people are committed to its return ( @phoronix ) and for now put it aside imho
  5. thanks @Igor - read meanwhile some interesting news at phoronix about soft scrollback support, are we upset ;-) ?
  6. Good "morning", After rc6 it seems there is a small glitch Either fix or remove 0001-bootslpash.patch : Just compiled dev for orangepioneplus H6-board - patching.log --- Processing file /home/armbian/patch/misc/0001-bootsplash.patch 1 out of 5 hunks FAILED -- saving rejects to file drivers/video/fbdev/core/fbcon.c.rej compilation.log --- drivers/video/fbdev/core/dummyblit.c:81:14: error: assignment to ‘void (*)(struct vc_data *, struct fb_info *, int, int, int)’ from incompatible pointer type ‘void (*)(struct vc_data *, struct fb_info *, int, int, int, int)’ [-Werror=incompatible-pointer-types] 81 | ops->cursor = dummy_cursor; | ^ cc1: some warnings being treated as errors make[4]: *** [scripts/Makefile.build:283: drivers/video/fbdev/core/dummyblit.o] Error 1 make[3]: *** [scripts/Makefile.build:500: drivers/video/fbdev/core] Error 2 make[2]: *** [scripts/Makefile.build:500: drivers/video/fbdev] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:500: drivers/video] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1786: drivers] Error 2
  7. Hi, I owe a rockpi4a which I like to reflash with a custom build dev image: ./compile.sh BRANCH=dev RELEASE=buster BUILD_MINIMAL=yes BUILD_DESKTOP=no KERNEL_ONLY=no KERNEL_CONFIGURE=no BOARD=rockpi4a Can I flash this image directly to emmc, so it boots from it ?
  8. build is FINAL ( read: no longer WIP ) , so wonder if this issue is still there building imge with DEV , the upcoming 20.11 ( Tamandua release ) ./compile.sh BRANCH=dev RELEASE=buster BUILD_MINIMAL=yes BUILD_DESKTOP=no KERNEL_ONLY=no KERNEL_CONFIGURE=no BOARD=nanopineo3
  9. Hmm get atm U-boot compilation errors. Will check back later building rc5 Displaying message: * [\e[32ml\e[0m][\e[32mc\e[0m] sun8i-set-machid.patch failed wrn Displaying message: * [\e[32ml\e[0m][\e[32mc\e[0m] sunxi-boot-splash.patch failed wrn Displaying message: * [\e[32ml\e[0m][\e[32mc\e[0m] xxx-disable-de2-to-improve-edid-detection.patch failed wrn Displaying message: ERROR in function compile_uboot compilation.sh:220 err Displaying message: U-boot compilation failed err Displaying message: Process terminated info EDIT: yup rc5 got build just now ( for: n2black )
  10. Hmm indeed last time flashed image using rufus, using etcher shows following error.
  11. Chaps what about these, first one to be looked in to on ad hoc basis and rgd WiFi galore a Jira story perhaps ?
  12. As H6 got built, I owe boards below - is there any interest if I'd share default rc4 buster images for these ? Just need a location to upload these ./compile.sh BRANCH=dev RELEASE=buster BUILD_MINIMAL=yes BUILD_DESKTOP=no KERNEL_ONLY=no KERNEL_CONFIGURE=no - H2+: orangepizero lts - H3: orangepi lite, Banana Pi BPI-M2+ - H5 : neo2 1.0/ neo2 1.1, neo2 black
  13. just that one does not disappear , at least even not after rebooting 3 times ....
  14. just built and flashed " Armbian_20.11.0-trunk_Orangepioneplus_buster_dev_5.9.0-rc4_minimal.img " Noticed from the patching logs : Are these patches still needed for 5.9 ? 1/ general-packaging-5.6.y.patch 2/ add-missing-H6-cpu-opp-in-5.7.y.patch Rgd WIFI-galore ... Would it be possible to exclude WIFI patches using option " EXTRAWIFI=no " If EXTRAWIFI=yes i( or flag not being used ) by all means go for it and pump it in ... 1/ disable-debug-rtl8189fs.patch The text leading up to this was: -------------------------- |diff --git a/drivers/net/wireless/rtl8189fs/include/autoconf.h b/drivers/net/wireless/rtl8189fs/include/autoconf.h |index 44efe42..6f40903 100644 |--- a/drivers/net/wireless/rtl8189fs/include/autoconf.h |+++ b/drivers/net/wireless/rtl8189fs/include/autoconf.h -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored 2/ disable-debug-rtl8723ds.patch The text leading up to this was: -------------------------- |diff --git a/drivers/net/wireless/rtl8723ds/include/autoconf.h b/drivers/net/wireless/rtl8723ds/include/autoconf.h |index 9dd1a3e..ed1d27e 100644 |--- a/drivers/net/wireless/rtl8723ds/include/autoconf.h |+++ b/drivers/net/wireless/rtl8723ds/include/autoconf.h -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored 3/ wifi-4003-fix-sha256_state-clashes.patch 4/ realtek files: rtw_security.h, ioctl_cfg80211, etc 5/ wifi-4004-fix-cfg80211-for-5.8.patch The compilation logs contains tons of warnings which I exclude for now. Flashed this image and board booted fine! Splendid work guys, really looking nice already, also BUILD=minimal excluded armbian-config, guess that is fine ! root@orangepioneplus's password: ___ ____ _ ___ / _ \| _ \(_) / _ \ _ __ ___ _ | | | | |_) | | | | | | '_ \ / _ \_| |_ | |_| | __/| | | |_| | | | | __/_ _| \___/|_| |_| \___/|_| |_|\___| |_| Welcome to Armbian 20.11.0-trunk Buster with Linux 5.9.0-rc4-sunxi64 No end-user support: built from trunk System load: 2% Up time: 4 min Memory usage: 7% of 985M IP: 192.168.10.134 CPU temp: 44°C Usage of /: 5% of 15G [ Menu-driven system configuration (beta): sudo apt update && sudo apt install armbian-config ] Warning: a reboot is needed to finish resizing the filesystem Please reboot the system as soon as possible
  15. Now that 5.9 will be released ( LTS early October / end September?) , DVFS is also present for H5 boards as well @megi provides his 5.9 branch so let's move on to this topic testing / patching/ building.
  16. If 5.9 will be LTS, is that confirmed officially undeva @Werner? I'd say let's head for 5.9 in DEV then asap. @5kft Also please note from 5.9-rc2 DVFS is incorporated for H5 chipsets ( like 5.8 had for H6 ) Hmm yes , eg. build with EXTRAWIFI=no and you will find out some issues there. Speaking of building a kernel with custom .config, If 'd create config file in " ~/armbian/userpatches/kernel/sunxi-dev " ( as no sunxi64-dev is available ). Read some here but appears I'm too tired to understand atm, so please hint me to proper path. thx!
  17. @martinayotte I actually did a fresh check out ( sudo rm -rf armbian && git clone --depth 1 https://github.com/armbian/build armbian ) before actually compiling with these parameters : ./compile.sh BRANCH=dev RELEASE=buster BUILD_MINIMAL=yes BUILD_DESKTOP=no KERNEL_ONLY=no KERNEL_CONFIGURE=no EXTRAWIFI=no WIREGUARD=no BOARD=orangepioneplus Sure I could leave out the wireguard ( obsolete now ) and extrawifi parameters ... Will spin up a new one ( thus clean checkout ) and compile with EXTRAWIFI=yes #though no need for it in my situation and will report back shortly EDIT: Indeed that shows less misery :-) Processing file /home/armbian/patch/kernel/sunxi-dev/0001-Revert-leds-axp20x-Support-charger-LED-on-AXP20x-lik.patch Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file drivers/leds/leds-axp20x.c.rej Processing file /home/armbian/patch/kernel/sunxi-dev/add-missing-H6-gpu-opp-in-5.7.y.patch 2 out of 2 hunks FAILED -- saving rejects to file arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi.rej Processing file /home/armbian/patch/kernel/sunxi-dev/board-h6-improve-thermals.patch 1 out of 2 hunks FAILED -- saving rejects to file arch/arm64/boot/dts/allwinner/sun50i-h6-cpu-opp.dtsi.rej 1 out of 1 hunk FAILED -- saving rejects to file arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi.rej Processing file /home/armbian/patch/kernel/sunxi-dev/board-h6-orangepi-lite2-fix-missing-all.patch 1 out of 1 hunk FAILED -- saving rejects to file arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-lite2.dts.rej Processing file /home/armbian/patch/kernel/sunxi-dev/olimex_0020-arm-sun7i-a20-Add-support-for-A20-OLinuXino-LIME-eMM.patch Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file arch/arm/boot/dts/Makefile.rej Processing file /home/armbian/patch/kernel/sunxi-dev/olimex_0023-drm-sun4i-hdmi-Add-support-for-sun4i-HDMI-encoder-au.patch Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file drivers/gpu/drm/sun4i/Kconfig.rej Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file drivers/gpu/drm/sun4i/Makefile.rej Reversed (or previously applied) patch detected! Skipping patch. 4 out of 4 hunks ignored -- saving rejects to file drivers/gpu/drm/sun4i/sun4i_hdmi.h.rej 2 out of 4 hunks FAILED -- saving rejects to file drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c.rej Earlier wrote about the improve thermals.patch already ( @5kft provided fix for 5.8 ) so that could be committed imho . Anyway a "fork" if " extrawifi=no " is being used would be nice. Building own kernel is guess only option for a "KERNEL_MINIMAL=yes " ( and a "KERNEL_HEADLESS ) meaning no WiFi, no BLutooth, no amateur radio, no multimedia, etc etc: meant for headless server purposes thanks!
  18. hurah 5.8.2 came in at last ... so running a new compile job ( without kernel being modified / KERNEL_CONFIGURE=no ) learnt: - YES! it builds, however - are patches still needed for 5.8, eg can these be removed or do they need to be optimised for 5.8? - lots of WIFI misery around, even with EXTRAWIFI=no flag - Uboot on v2020.04 Things are improving but still lots of improvement needed, nevertheless thanks chaps that spend time on fixing things! Processing file /home/armbian/patch/misc/general-packaging-5.6.y.patch #still in and needed for 5.8 ? Processing file /home/armbian/patch/kernel/sunxi-dev/add-missing-H6-cpu-opp-in-5.7.y.patch #as is or to be optimised for 5.8 ? Processing file /home/armbian/patch/kernel/sunxi-dev/add-missing-H6-gpu-opp-in-5.7.y.patch 2 out of 2 hunks FAILED -- saving rejects to file arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi.rej WIFI and realtek misery all over see below ( even with extrawifi=no ) Processing file /home/armbian/patch/kernel/sunxi-dev/0001-Revert-leds-axp20x-Support-charger-LED-on-AXP20x-lik.patch Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file drivers/leds/leds-axp20x.c.rej Processing file /home/armbian/patch/kernel/sunxi-dev/board-h6-improve-thermals.patch 1 out of 2 hunks FAILED -- saving rejects to file arch/arm64/boot/dts/allwinner/sun50i-h6-cpu-opp.dtsi.rej 1 out of 1 hunk FAILED -- saving rejects to file arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi.rej Processing file /home/armbian/patch/kernel/sunxi-dev/board-h6-orangepi-lite2-fix-missing-all.patch 1 out of 1 hunk FAILED -- saving rejects to file arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-lite2.dts.rej Processing file /home/armbian/patch/kernel/sunxi-dev/disable-debug-rtl8723ds.patch The text leading up to this was: -------------------------- |diff --git a/drivers/net/wireless/rtl8723ds/include/autoconf.h b/drivers/net/wireless/rtl8723ds/include/autoconf.h |index 9dd1a3e..ed1d27e 100644 |--- a/drivers/net/wireless/rtl8723ds/include/autoconf.h |+++ b/drivers/net/wireless/rtl8723ds/include/autoconf.h -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored Processing file /home/armbian/patch/kernel/sunxi-dev/olimex_0020-arm-sun7i-a20-Add-support-for-A20-OLinuXino-LIME-eMM.patch Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file arch/arm/boot/dts/Makefile.rej Processing file /home/armbian/patch/kernel/sunxi-dev/olimex_0023-drm-sun4i-hdmi-Add-support-for-sun4i-HDMI-encoder-au.patch Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file drivers/gpu/drm/sun4i/Kconfig.rej Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file drivers/gpu/drm/sun4i/Makefile.rej Reversed (or previously applied) patch detected! Skipping patch. 4 out of 4 hunks ignored -- saving rejects to file drivers/gpu/drm/sun4i/sun4i_hdmi.h.rej 2 out of 4 hunks FAILED -- saving rejects to file drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c.rej Processing file /home/armbian/patch/kernel/sunxi-dev/wifi-4003-fix-sha256_state-clashes.patch The text leading up to this was: -------------------------- |diff --git a/drivers/net/wireless/rtl8189es/include/rtw_security.h b/drivers/net/wireless/rtl8189es/include/rtw_security.h |index 5820a55..3e8e428 100644 |--- a/drivers/net/wireless/rtl8189es/include/rtw_security.h |+++ b/drivers/net/wireless/rtl8189es/include/rtw_security.h -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored The text leading up to this was: -------------------------- |diff --git a/drivers/net/wireless/rtl8189es/core/rtw_security.c b/drivers/net/wireless/rtl8189es/core/rtw_security.c |index 8dac771..9b3a1f9 100644 |--- a/drivers/net/wireless/rtl8189es/core/rtw_security.c |+++ b/drivers/net/wireless/rtl8189es/core/rtw_security.c -------------------------- No file to patch. Skipping patch. 5 out of 5 hunks ignored The text leading up to this was: -------------------------- |diff --git a/drivers/net/wireless/rtl8189fs/include/rtw_security.h b/drivers/net/wireless/rtl8189fs/include/rtw_security.h |index 5820a55..3e8e428 100644 |--- a/drivers/net/wireless/rtl8189fs/include/rtw_security.h |+++ b/drivers/net/wireless/rtl8189fs/include/rtw_security.h -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored The text leading up to this was: -------------------------- |diff --git a/drivers/net/wireless/rtl8189fs/core/rtw_security.c b/drivers/net/wireless/rtl8189fs/core/rtw_security.c |index 8dac771..9b3a1f9 100644 |--- a/drivers/net/wireless/rtl8189fs/core/rtw_security.c |+++ b/drivers/net/wireless/rtl8189fs/core/rtw_security.c -------------------------- No file to patch. Skipping patch. 5 out of 5 hunks ignored The text leading up to this was: -------------------------- |diff --git a/drivers/net/wireless/rtl8811cu/include/rtw_security.h b/drivers/net/wireless/rtl8811cu/include/rtw_security.h |index ac8432e..5f74fb7 100755 |--- a/drivers/net/wireless/rtl8811cu/include/rtw_security.h |+++ b/drivers/net/wireless/rtl8811cu/include/rtw_security.h -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored The text leading up to this was: -------------------------- |diff --git a/drivers/net/wireless/rtl8811cu/core/rtw_security.c b/drivers/net/wireless/rtl8811cu/core/rtw_security.c |index b537a26..f8c42f4 100755 |--- a/drivers/net/wireless/rtl8811cu/core/rtw_security.c |+++ b/drivers/net/wireless/rtl8811cu/core/rtw_security.c -------------------------- No file to patch. Skipping patch. 5 out of 5 hunks ignored The text leading up to this was: -------------------------- |diff --git a/drivers/net/wireless/rtl8188eu/include/rtw_security.h b/drivers/net/wireless/rtl8188eu/include/rtw_security.h |index 0adc700..2a9cf9d 100644 |--- a/drivers/net/wireless/rtl8188eu/include/rtw_security.h |+++ b/drivers/net/wireless/rtl8188eu/include/rtw_security.h -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored The text leading up to this was: -------------------------- |diff --git a/drivers/net/wireless/rtl8188eu/core/rtw_security.c b/drivers/net/wireless/rtl8188eu/core/rtw_security.c |index 5807521..0b3eed2 100644 |--- a/drivers/net/wireless/rtl8188eu/core/rtw_security.c |+++ b/drivers/net/wireless/rtl8188eu/core/rtw_security.c -------------------------- No file to patch. Skipping patch. 5 out of 5 hunks ignored The text leading up to this was: -------------------------- |diff --git a/drivers/net/wireless/rtl88x2bu/include/rtw_security.h b/drivers/net/wireless/rtl88x2bu/include/rtw_security.h |index ac8432e..5f74fb7 100644 |--- a/drivers/net/wireless/rtl88x2bu/include/rtw_security.h |+++ b/drivers/net/wireless/rtl88x2bu/include/rtw_security.h -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored The text leading up to this was: -------------------------- |diff --git a/drivers/net/wireless/rtl88x2bu/core/rtw_security.c b/drivers/net/wireless/rtl88x2bu/core/rtw_security.c |index b537a26..f8c42f4 100644 |--- a/drivers/net/wireless/rtl88x2bu/core/rtw_security.c |+++ b/drivers/net/wireless/rtl88x2bu/core/rtw_security.c -------------------------- No file to patch. Skipping patch. 5 out of 5 hunks ignored The text leading up to this was: -------------------------- |diff --git a/drivers/net/wireless/rtl8723ds/include/rtw_security.h b/drivers/net/wireless/rtl8723ds/include/rtw_security.h |index 83c06a5..bcea21a 100644 |--- a/drivers/net/wireless/rtl8723ds/include/rtw_security.h |+++ b/drivers/net/wireless/rtl8723ds/include/rtw_security.h -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored The text leading up to this was: -------------------------- |diff --git a/drivers/net/wireless/rtl8723ds/core/rtw_security.c b/drivers/net/wireless/rtl8723ds/core/rtw_security.c |index 88033df..11aa9a4 100644 |--- a/drivers/net/wireless/rtl8723ds/core/rtw_security.c |+++ b/drivers/net/wireless/rtl8723ds/core/rtw_security.c -------------------------- No file to patch. Skipping patch. 5 out of 5 hunks ignored Processing file /home/armbian/patch/kernel/sunxi-dev/wifi-4004-fix-cfg80211-for-5.8.patch The text leading up to this was: -------------------------- |diff --git a/drivers/net/wireless/rtl8189es/os_dep/linux/ioctl_cfg80211.c b/drivers/net/wireless/rtl8189es/os_dep/linux/ioctl_cfg80211.c |index d77cc17..32cc240 100644 |--- a/drivers/net/wireless/rtl8189es/os_dep/linux/ioctl_cfg80211.c |+++ b/drivers/net/wireless/rtl8189es/os_dep/linux/ioctl_cfg80211.c -------------------------- No file to patch. Skipping patch. 3 out of 3 hunks ignored The text leading up to this was: -------------------------- |diff --git a/drivers/net/wireless/rtl8189fs/os_dep/linux/ioctl_cfg80211.c b/drivers/net/wireless/rtl8189fs/os_dep/linux/ioctl_cfg80211.c |index e894e97..e594cdf 100644 |--- a/drivers/net/wireless/rtl8189fs/os_dep/linux/ioctl_cfg80211.c |+++ b/drivers/net/wireless/rtl8189fs/os_dep/linux/ioctl_cfg80211.c -------------------------- No file to patch. Skipping patch. 3 out of 3 hunks ignored The text leading up to this was: -------------------------- |diff --git a/drivers/net/wireless/rtl8811cu/os_dep/linux/ioctl_cfg80211.c b/drivers/net/wireless/rtl8811cu/os_dep/linux/ioctl_cfg80211.c |index c0df148..9bff924 100755 |--- a/drivers/net/wireless/rtl8811cu/os_dep/linux/ioctl_cfg80211.c No file to patch. Skipping patch. 3 out of 3 hunks ignored The text leading up to this was: -------------------------- |diff --git a/drivers/net/wireless/rtl8188eu/os_dep/linux/ioctl_cfg80211.c b/drivers/net/wireless/rtl8188eu/os_dep/linux/ioctl_cfg80211.c |index 721723e..62fd530 100644 |--- a/drivers/net/wireless/rtl8188eu/os_dep/linux/ioctl_cfg80211.c |+++ b/drivers/net/wireless/rtl8188eu/os_dep/linux/ioctl_cfg80211.c -------------------------- No file to patch. Skipping patch. 3 out of 3 hunks ignored The text leading up to this was: -------------------------- |diff --git a/drivers/net/wireless/rtl88x2bu/os_dep/linux/ioctl_cfg80211.c b/drivers/net/wireless/rtl88x2bu/os_dep/linux/ioctl_cfg80211.c |index 2fd4e28..b463e55 100755 |--- a/drivers/net/wireless/rtl88x2bu/os_dep/linux/ioctl_cfg80211.c |+++ b/drivers/net/wireless/rtl88x2bu/os_dep/linux/ioctl_cfg80211.c -------------------------- No file to patch. Skipping patch. 3 out of 3 hunks ignored The text leading up to this was: -------------------------- |diff --git a/drivers/net/wireless/rtl8723ds/os_dep/linux/ioctl_cfg80211.c b/drivers/net/wireless/rtl8723ds/os_dep/linux/ioctl_cfg80211.c |index 564c2c5..921a452 100644 |--- a/drivers/net/wireless/rtl8723ds/os_dep/linux/ioctl_cfg80211.c |+++ b/drivers/net/wireless/rtl8723ds/os_dep/linux/ioctl_cfg80211.c -------------------------- No file to patch. Skipping patch. 3 out of 3 hunks ignored
  19. will build tomorrow 5.8.1 for my h6 orangepioneplus ( if @megi ) has updated the megous branch and see about its status. thanks @martinayotte and others that contribute
  20. @Werner as well @Igor hope I could contribute to initial stage identifying which patches need to be reviewed, so 5.8 can be build for h6 ( and h3/ h5 ) clean and properly
  21. Hi, thanks @megi , for bumping dev to 5.8 ! @all - Therefore please let's update dev branch to 5.8 as 5.7 will be phased out somewhere in August. First glance showed : 1/ duplicate labels ( sun50i-h6.dtsi ): to be found in: " ./cache/sources/u-boot/v2020.04/arch/arm/dts " -sun50i-h6-beelink-gs1.dtb -sun50i-h6-orangepi-one-plus.dtb -sun50i-h6-orangepi-3.dtb -sun50i-h6-orangepi-lite2.dtb -sun50i-h6-pine-h64-model-b.dtb -sun50i-h6-pine-h64.dtb -sun50i-h6-tanix-tx6.dtb Which reminds me u-boot can be updated to 2020.07. Wasn't there a JIRA story for this already ( rgd 20.08 Caple release ? ) 2/ patches in 5.8 that need attention This one can be used still for 5.7. and 5.8 ? - general-packaging-5.6.y.patch Further took out these that FAILED, see full logs attached of three attempts till image got built : cd ~/armbian/patch/kernel/sunxi-dev rm board-h6-improve-thermals.patch wget https://raw.githubusercontent.com/5kft/build/86ad3c26c9f4835cd97e223223c72f0464173848/patch/kernel/sunxi-dev/board-h6-improve-thermals.patch rm 0001-Revert-leds-axp20x-Support-charger-LED-on-AXP20x-lik.patch rm 0002-Add-leds-axp20-x-charger.patch rm add-missing-H6-gpu-opp-in-5.7.y.patch rm olimex_0020-arm-sun7i-a20-Add-support-for-A20-OLinuXino-LIME-eMM.patch rm olimex_0023-drm-sun4i-hdmi-Add-support-for-sun4i-HDMI-encoder-au.patch rm olimex_0038-dts-fix-lime-emmc-compatible-string.patch rm board-h6-orangepi-lite2-fix-missing-all.patch rm sun50i-h6-drm_panfrost-1-missing-remove-opp-table-in-case-of-failure.patch rm sun50i-h6-drm_panfrost-2-add-devfreq-regulator-support.patch rm wifi-4001-add-realtek-8723cs-kconfig-makefile.patch rm wifi-4002-add-realtek-8723cs.patch This results in an image, but did not flash it yet as these above need attention and should be fixed first varying from just deleting to updates imho : @armbian:~/armbian$ ls -l /home/armbian/output/images/ total 620180 -rw-rw-r-- 1 root root 725614592 Aug 3 08:06 Armbian_20.08.0-trunk_Orangepioneplus_buster_dev_5.8.0_minimal.img -rw-rw-r-- 1 root sudo 133 Aug 3 08:06 Armbian_20.08.0-trunk_Orangepioneplus_buster_dev_5.8.0_minimal.img.sha -rw-rw-r-- 1 root sudo 19639 Aug 3 08:06 Armbian_20.08.0-trunk_Orangepioneplus_buster_dev_5.8.0_minimal.img.txt compilation.zip output.zip patching.zip
  22. Hmm, in reply to this topic @Werner: " sun50i-cpufreq-nvmem: probe of sun50i-cpufreq-nvmem failed with error -2 " Looks like similar in 5.8 , cpufreq broken, while DVFS should have been added to kernel 5.8, to be honest did not do a "dmesg' perhaps @5kft can help out both for 5.7 and 5.8 ? ( DVFS is planned for H5 in 5.9 )
  23. Hi - Was about to spin up a new build (rc6), but it seems MakeFile has not been updated yet? @megous @megi will you wait for rc7 which will be released coming Sunday (Monday) most likely, or could orange-pi-5.8 branch be updated please? TiA!
  24. OK I took a closer look in the patch directory ( which I should have done earlier ) . Yet I found these patches ( below ), but till now I was convinced flag " EXTRAWIFI=no " would bypass these. Anyway after removing these two I succeeded to build my first 5.8 image ( with most patches ) -wifi-4001-add-realtek-8723cs-kconfig-makefile.patch -wifi-4002-add-realtek-8723cs.patch :~/armbian/output/images$ ls -l total 674496 -rw-rw-r-- 1 root root 792723456 Jul 17 08:53 Armbian_20.08.0-trunk_Orangepioneplus_buster_dev_5.8.0-rc5_minimal.img -rw-rw-r-- 1 root sudo 137 Jul 17 08:53 Armbian_20.08.0-trunk_Orangepioneplus_buster_dev_5.8.0-rc5_minimal.img.sha -rw-rw-r-- 1 root sudo 19667 Jul 17 08:53 Armbian_20.08.0-trunk_Orangepioneplus_buster_dev_5.8.0-rc5_minimal.img.txt ___ ____ _ ___ / _ \| _ \(_) / _ \ _ __ ___ _ | | | | |_) | | | | | | '_ \ / _ \_| |_ | |_| | __/| | | |_| | | | | __/_ _| \___/|_| |_| \___/|_| |_|\___| |_| Welcome to Armbian buster with Linux 5.8.0-rc5-sunxi64 No end-user support: built from trunk System load: 0.00 0.00 0.00 Up time: 1:50 Memory usage: 9 % of 986MB IP: 192.168.10.122 CPU temp: 51°C Usage of /: 18% of 3.5G :~# cpufreq-info cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009 Report errors and bugs to cpufreq@vger.kernel.org, please. analyzing CPU 0: no or unknown cpufreq driver is active on this CPU maximum transition latency: 4294.55 ms. analyzing CPU 1: no or unknown cpufreq driver is active on this CPU maximum transition latency: 4294.55 ms. analyzing CPU 2: no or unknown cpufreq driver is active on this CPU maximum transition latency: 4294.55 ms. analyzing CPU 3: no or unknown cpufreq driver is active on this CPU maximum transition latency: 4294.55 ms. root@orangepioneplus:~# lsmod Module Size Used by rfkill 32768 1 snd_soc_hdmi_codec 20480 0 snd_soc_core 180224 1 snd_soc_hdmi_codec snd_pcm_dmaengine 20480 1 snd_soc_core snd_pcm 114688 3 snd_soc_hdmi_codec,snd_soc_core,snd_pcm_dmaengine snd_timer 45056 1 snd_pcm snd 81920 4 snd_soc_hdmi_codec,snd_timer,snd_soc_core,snd_pcm soundcore 16384 1 snd zstd 16384 4 sunxi_cir 20480 0 sunxi_cedrus 36864 0 rc_core 53248 2 sunxi_cir videobuf2_dma_contig 24576 1 sunxi_cedrus v4l2_mem2mem 32768 1 sunxi_cedrus videobuf2_memops 20480 1 videobuf2_dma_contig videobuf2_v4l2 28672 2 sunxi_cedrus,v4l2_mem2mem dw_hdmi_cec 16384 0 dw_hdmi_i2s_audio 16384 0 videobuf2_common 53248 3 sunxi_cedrus,videobuf2_v4l2,v4l2_mem2mem videodev 249856 4 sunxi_cedrus,videobuf2_v4l2,videobuf2_common,v4l2_mem2mem mc 53248 5 sunxi_cedrus,videodev,videobuf2_v4l2,videobuf2_common,v4l2_mem2mem panfrost 65536 0 sun8i_ce 28672 0 gpu_sched 32768 1 panfrost display_connector 20480 0 crypto_engine 20480 1 sun8i_ce zram 36864 3 realtek 24576 1 i2c_mv64xxx 24576 0 dwmac_sun8i 28672 0 mdio_mux 16384 1 dwmac_sun8i This means now things drill down to go thru the patches which need to be either removed or updated for kernel 5.8 ( and u-boot )
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines