-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于给A45编译后遇到的问题 #5
Comments
其实我成功安装了这玩意,我在这里附一下我遇到的问题和解决办法 sol:现在下载下来了,在clone的时候不能挂代理,否则会dns污染,参考https://zhuanlan.zhihu.com/p/521340971 2.make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- olddefconfig sol:好吧解决了... 3.卡在上传脚本这一步了...话说启动llusbdac_installer.py就会跳出窗口嘛,我这边cmd说找不到safeloader\safeloader.ko,然后就因为file not found error进行不下去了,traceback如下 sol:见问题描述,我的cmd认不出文件夹,还得是直接双击... |
应该就是运行命令的目录吧,除非你的python被魔改过,实在不行你试试看
这个我只能说我自己没法确定,因为我没有A45。。。 |
我所参考的教程(倒不如说是照葫芦画瓢):https://www.zouht.com/3550.html
在4.2步骤尝试运行安装脚本时,使用python .\llusbdac_installer.py时会跳出这样的traceback:
File "C:\Users\admin\llusbdac\llusbdac_installer.py", line 58, in
safeloader_ko = load_ko(os.path.join(safeloader_dir, "safeloader.ko"))
File "C:\Users\admin\llusbdac\llusbdac_installer.py", line 52, in load_ko
with open(filepath, "rb") as f:
FileNotFoundError: 【Errno 2】 No such file or directory: 'safeloader\safeloader.ko'
也就是找不到这些文件(没权限调不出来?)然后就不了了之了
而直接双击打开llusbdac_installer.py时,在同目录里存在NW-ZX300_V2_02.exe时才能在walkman里产生安装脚本
本萌新想请教的是
1.python打开文件的时候使用的相对路径是以什么为参照的
2.上述产生的安装脚本是否可用于A45
The text was updated successfully, but these errors were encountered: