Skip to content

Commit

Permalink
Change permissions on Allegro Decoder IP file node of APU package (Xi…
Browse files Browse the repository at this point in the history
…linx#7105)

Signed-off-by: rbramand <[email protected]>

Signed-off-by: rbramand <[email protected]>
  • Loading branch information
rbramand-xilinx authored Oct 12, 2022
1 parent abeac2a commit a6e080f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime_src/tools/scripts/apu_recipes/vdu-init
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ function vdu_probe() {
if [ $? == 0 ]
then
write_log 'modprobe successful'
write_log 'chmod 777 /dev/allegroDecodeIP'
chmod 777 /dev/allegroDecodeIP
write_log 'chmod 777 /dev/allegroDecodeIP*'
chmod 777 /dev/allegroDecodeIP*
chmod 444 /sys/kernel/debug/cma/cma-vdu_dma_mem/used
chown softkernel:softkernel /sys/kernel/debug/cma/cma-vdu_dma_mem/used
else
Expand Down

0 comments on commit a6e080f

Please sign in to comment.