OpenNuvoton / NUC970_U-Boot_v2016.11

U-Boot v2016.11 for NUC970, N9H30, and NUC980
29 stars 45 forks source link

NuMaker-HMI-N9H30 - w25q256(To get files over the network) #41

Closed rews7709 closed 1 year ago

rews7709 commented 1 year ago

//---------------------------------------------------------------------- hi nuvoton

NuMaker-HMI-N9H30

/ # / # / # / # showmount -e 192.168.10.7 Export list for 192.168.10.7: /nfs_share *

/ # mount -t nfs -o nolock,tcp 192.168.10.7:/nfs_share/ /mnt/nfs_share/ mount.nfs: No such device

/ # mount -o anon 192.168.10.7:/nfs_share/ /mnt/nfs_share/ mount.nfs: No such device

nfs server works fine. I can connect from other linux.

If you enable menuconfig --> networking --> openssh Does it work as an ssh server?

Which part do I need to fix? thank you