Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHi Michael,
under my linux desktop I changed the rights of the file 'rc1' to user 'root' and group 'root'. Then I copied the file through ftp to the directory '/mnt/config' on the flash filesystem. This is the permission of the file on the board:-rw-r----- 1 root root 129 Nov 29 16:01 rc1I don't know why the execution bit is not set anymore. In the configuration file from boa the user and group is also set to 'root'. The file is executed on the 'config_commit.has' site through the file 'rc1s' which output is RC=/mnt/config/rc1
echo HOSTNAME=$HOSTNAME > $RC
echo DHCP=$DHCP >> $RC
echo IP=$IP >> $RC
echo BOA=$BOA >> $RC
echo DEMO=$DEMO >> $RC
echo DEMOPIC=$DEMOPIC >> $RCUrmel