Update broken link to armbian/build github

This commit is contained in:
Gauthier Provost 2020-08-07 11:06:48 +08:00
parent 1c6ae9e046
commit 8443bd5973
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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.