kendryte / k230_sdk

Kendryte K230 SDK
BSD 2-Clause "Simplified" License
165 stars 35 forks source link

[help]: msh /> No such directory: sharefs/ #20

Closed chLFF closed 10 months ago

chLFF commented 10 months ago

Help

[root@canaan ~ ]#df -h
Filesystem                Size      Used Available Use% Mounted on
/dev/root                73.5M     64.8M      6.2M  91% /
devtmpfs                 41.6M         0     41.6M   0% /dev
tmpfs                    51.7M         0     51.7M   0% /dev/shm
tmpfs                    51.7M     48.0K     51.7M   0% /tmp
tmpfs                    51.7M     32.0K     51.7M   0% /run
/dev/mmcblk1p4          255.7M     52.0M    203.7M  20% /sharefs
msh />ls
Directory /:
dev                                     <DIR>
proc                                    <DIR>
sharefs                                 <DIR>
bin                                     <DIR>

msh />cd sharefs
No such directory: sharefs

Why i can not cd into sharefs...

chLFF commented 10 months ago

i made image for CanMV K230 following:

git clone https://github.com/kendryte/k230_sdk
cd k230_sdk
make prepare_sourcecode

docker pull ghcr.io/kendryte/k230_sdk
docker run -u root -it -v $(pwd):$(pwd) -v $(pwd)/toolchain:/opt/toolchain -w $(pwd) ghcr.io/kendryte/k230_sdk /bin/bash

make CONF=k230_canmv_defconfig
chenhb3 commented 10 months ago

After the little core system starts, it will automatically start the sharefs service and install ipcm driver. After both are ready, the big core can access the /sharefs directory. So, if you still encounter this problem after the little core system starts, please help to check the status through the following method ,thank you.

image