pavlot

Results 8 comments of pavlot

I think this part is missing: ```diff diff --git a/compile.sh b/compile.sh index 11b6edf..72e07a2 100755 --- a/compile.sh +++ b/compile.sh @@ -208,64 +208,78 @@ if [[ "${1}" == docker && -f /etc/debian_version...

I can prepare PR if you think it is make sense :)

Thank you for pointing to missed code :) I will check it. Regarding convenience - my usecase is to split my project patches/scripts and Armbian. I come to this idea...

@psztoch > Then `[[ -z "${USERPATCHES_PATH}" ]] && USERPATCHES_PATH="${CONFIG_PATH}"` is very important for me. In my patch it was moved to ``` [[ -z "${USERPATCHES_PATH}" ]] && USERPATCHES_PATH="${SRC}"/userpatches ``` So...

I've change it because of chain of resolving: https://github.com/armbian/build/blob/master/compile.sh#L267 ` if [[ -z "${CONFIG}" && -f "${SRC}/userpatches/config-default.conf" ]];` And after this `CONFIG_PATH` will be set to directory where config reside...

> > NORTH (+Y), SOUTH(-Y), EAST(+X), WEST(-X). > > Lets stick with Y+ Y- X+ X-, i've never heard machinist using geography terms. no problem, I can fix it. >...

It works for me, but it does not guarantee it will work for others :) To be serious: for me it looks like some misconfiguration of your SSH client settings....

For NRF device pipe is a concept of receiving device. So each device intended to receive any data must have configured at least one pipe with adress. It is possible...