How to use Visual Studio Code to edit files in SP7350 root file-system using ADB
Compile adbd into rootfs
After make config
If you use Busybox as rootfs :
tar -jxvf linux/application/module_test/usb/udc/adb/adbd.tar.bz2 -C linux/rootfs/initramfs/disk/root
If you use buildroot as rootfs :
make bconfig
select Target packsges -> System tools -> android-tools -> adbd
make
Please refer to How to create an USB 2.0 / USB 3.0 ADB Gadget
Confirm that adb devices is connected
Install Extension “ADB File System” in VS code
Search “ADB File System” in VS Code
Install and press F1
Select “Setup Android Device Files Workspace”
Selecting "Android Device Files" will display the folders/files in rootfs and you can easy to edit files