|
本帖最后由 风火轮用户z5SE8 于 2023-7-26 17:07 编辑
(为了高效,请按如下格式提问)
硬件主板型号: tinker board 2s
固件名称/系统版本:debian
自编的或固件下载地址:还没下
Log日志: (可以导出,用TXT附件上传)
问题描述及复现步骤:有没有更详细一点的教程?我现在拿到了板,下载好了资料,将虚拟机上的ubuntu16.04编译好了环境。现在不知道该怎么做了
gec@ubuntu:~$ sudo dpkg -i ubuntu-build-service/packages/*
(Reading database ... 228447 files and directories currently installed.)
Preparing to unpack .../debootstrap_1.0.87_all.deb ...
Unpacking debootstrap (1.0.87) over (1.0.87) ...
Preparing to unpack .../linaro-image-tools_2012.12-0ubuntu1~linaro1_all.deb ...
Unpacking linaro-image-tools (2012.12-0ubuntu1~linaro1) over (2012.12-0ubuntu1~linaro1) ...
Preparing to unpack .../live-build_3.0.5-1linaro1_all.deb ...
Unpacking live-build (3.0.5-1linaro1) over (3.0.5-1linaro1) ...
dpkg: warning: downgrading python-linaro-image-tools from 2014.11-1 to 2012.12-0ubuntu1~linaro1
Preparing to unpack .../python-linaro-image-tools_2012.12-0ubuntu1~linaro1_all.deb ...
Unpacking python-linaro-image-tools (2012.12-0ubuntu1~linaro1) over (2014.11-1) ...
Setting up debootstrap (1.0.87) ...
Setting up live-build (3.0.5-1linaro1) ...
dpkg: dependency problems prevent configuration of python-linaro-image-tools:
python-linaro-image-tools depends on python-support (>= 0.90.0); however:
Package python-support is not installed.
dpkg: error processing package python-linaro-image-tools (--install):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linaro-image-tools:
linaro-image-tools depends on python-linaro-image-tools (>= 2012.12-0ubuntu1~linaro1); however:
Package python-linaro-image-tools is not configured yet.
dpkg: error processing package linaro-image-tools (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db (2.7.5-1) ...
Errors were encountered while processing:
python-linaro-image-tools
linaro-image-tools
报错内容,麻烦大佬帮我看看
dpkg: error processing package linaro-image-tools (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db (2.7.5-1) ...
Errors were encountered while processing:
python-linaro-image-tools
linaro-image-tools
gec@ubuntu:~$ sudo apt install python-support
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python-support is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'python-support' has no installation candidate
gec@ubuntu:~$
安装也不行哇
|
|