From 8443bd59731ab4808fd0899a136537e6d8651d9e Mon Sep 17 00:00:00 2001 From: Gauthier Provost Date: Fri, 7 Aug 2020 11:06:48 +0800 Subject: [PATCH] Update broken link to armbian/build github --- docs/helios4/pwm.md | 6 +++--- docs/helios4/uboot.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/helios4/pwm.md b/docs/helios4/pwm.md index db54028..339caf6 100644 --- a/docs/helios4/pwm.md +++ b/docs/helios4/pwm.md @@ -134,7 +134,7 @@ Below graphs are bundled fan speed vs pwm value instead of duty cycle. ### Patch requirement -Currently Linux gpio-mvebu driver does not allow more than 1 PWM under the same gpio bank. Helios4 uses 2 PWM under same bank therefore [this patch](https://raw.githubusercontent.com/armbian/build/master/patch/kernel/mvebu-next/92-mvebu-gpio-remove-hardcoded-timer-assignment.patch) needs to be applied to kernel source to remove the restriction. +Currently Linux gpio-mvebu driver does not allow more than 1 PWM under the same gpio bank. Helios4 uses 2 PWM under same bank therefore [this patch](https://github.com/armbian/build/raw/master/patch/kernel/mvebu-legacy/92-mvebu-gpio-remove-hardcoded-timer-assignment.patch) needs to be applied to kernel source to remove the restriction. ### Using SYSFS interface @@ -186,7 +186,7 @@ fancontrol includes *pwmconfig* script to create automatically a configuration f #### UDEV rules -Since hwmon order can be changed between kernel version or even between reboot, on Armbian we use udev rules as workaround. The rules can be found from [here](https://raw.githubusercontent.com/armbian/build/master/packages/bsp/helios4/90-helios4-hwmon.rules) and to be copy to **/etc/udev/rules.d/** +Since hwmon order can be changed between kernel version or even between reboot, on Armbian we use udev rules as workaround. The rules can be found from [here](https://github.com/armbian/build/raw/master/packages/bsp/mvebu/helios4/90-helios4-hwmon.rules) and to be copy to **/etc/udev/rules.d/** */dev/fan-j10, /dev/fan-j17, /dev/thermal-cpu, /dev/thermal-board,* and */dev/thermal-eth* are symlinks generated by the udev rules. @@ -252,7 +252,7 @@ Set minimum PWM value to **0**. On Type-C fan, it would stopped the fan while on !!! note - The Helios4 fancontrol configuration file can be found [here](https://raw.githubusercontent.com/armbian/build/master/packages/bsp/helios4/fancontrol_pwm-fan.conf). + The Helios4 fancontrol configuration file can be found [here](https://github.com/armbian/build/raw/master/packages/bsp/mvebu/helios4/fancontrol_pwm-fan.conf). ### Thermal Zone on Device Tree diff --git a/docs/helios4/uboot.md b/docs/helios4/uboot.md index 962db71..dff39a6 100644 --- a/docs/helios4/uboot.md +++ b/docs/helios4/uboot.md @@ -74,7 +74,7 @@ make helios4_defconfig !!! note To support Armbian boot script (/boot/boot.scr), please apply [this patch](/helios4/files/uboot/u-boot-mainline-armbian-boot-script-support.patch) to U-Boot source code before - + *make helios4_defconfig* #### SD Card image @@ -83,7 +83,7 @@ make helios4_defconfig make -j$(nproc) ``` -it would produced **u-boot-spl.kwb** +it would produced **u-boot-spl.kwb** #### SPI NOR flash image @@ -162,7 +162,7 @@ make mrproper ``` !!! note - To compile using Ubuntu 16.04 cross compiler, please apply [this patch](https://github.com/armbian/build/blob/master/patch/u-boot/u-boot-mvebu/tools-bin_hdr-compiler-fixes.patch) to U-Boot source code. + To compile using Ubuntu 16.04 cross compiler, please apply [this patch](https://github.com/kobol-io/build/raw/helios4/patch/u-boot/u-boot-helios4/tools-bin_hdr-compiler-fixes.patch) to U-Boot source code. !!! note To support Armbian boot script (/boot/boot.scr), please apply [this patch](/helios4/files/uboot/u-boot-armbian-boot-script-support.patch) to U-Boot source code.