-4

I set up the sysroot of odroid xu4 board (arm board) in macbook using sshfs through ssh. So I can see all the folders and files on my macbook. I just wondering if it should be able to edit those files in this sysroot (on my macbook). Any suggestions will be appreciate.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
crazymumu
  • 101
  • 2
  • 10

1 Answers1

1

fix it by sshfs -o idmap=user,follow_symlinks user@targethost:/ $SYSROOT

crazymumu
  • 101
  • 2
  • 10