rrf 3.4 beta update on ODROID sbc not possible
-
@joeko Yes a opportunity to override the default pin locations in the post-install script would be very handy. Also when you upgrade make sure you do not override your existing config.json. I've done that a couple times now getting annoying
-
@jay_s_uk said in rrf 3.4 beta update on ODROID sbc not possible:
@joeko I've updated our DSF on armbian instructions here
https://teamgloomy.github.io/dsf_on_armbian.htmlfirst i have used armbian buster with kernel 4.9. with that version i got boot problems. after change to buster with kernel 5.1 is this gone. i spend many hours to fix that.....
do i realy set
Then you have to add the following lines in /boot/armbianEnv.txt : extraargs=apparmor=1 security=apparmor
because here is it also possible without this.
-
@joeko if you want to use 3rd party plugins (and the duetpimanagement plugin), then yes, you need apparmor installed
-
@jay_s_uk said in rrf 3.4 beta update on ODROID sbc not possible:
@joeko if you want to use 3rd party plugins (and the duetpimanagement plugin), then yes, you need apparmor installed
installed yes but also ?
Then you have to add the following lines in /boot/armbianEnv.txt : extraargs=apparmor=1 security=apparmor
i have it installed and running but i am not sure if this is needed. here is it running without
-
@joeko check with sudo aa-status, it'll tell you if its running.
I had to add it on the armbian build i'm using though as I don't think its installed by default -
apparmor module is loaded. 9 profiles are loaded. 9 profiles are in enforce mode. /opt/dsf/plugins/EndstopsMonitor/** /opt/dsf/plugins/InputShaping/** /usr/bin/man /usr/sbin/chronyd /usr/sbin/haveged man_filter man_groff nvidia_modprobe nvidia_modprobe//kmod 0 profiles are in complain mode. 2 processes have profiles defined. 2 processes are in enforce mode. /usr/sbin/chronyd (2569) /usr/sbin/chronyd (2570) 0 processes are in complain mode. 0 processes are unconfined but have a profile defined.
looks good ?
-
@joeko yep, looks good
-
and again, first while
sudo apt-get install duetsoftwareframework
i got errormessage that no connection to the board is possible (of course) and the sbc hangs and i had to cut the power, power on and modify the json and install new.
-
-