添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

Stack Exchange Network

Stack Exchange network consists of 182 Q&A communities including Stack Overflow , the largest, most trusted online community for developers to learn, share their knowledge, and build their careers. Visit Stack Exchange

Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems. It only takes a minute to sign up.

Sign up to join this community

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

I'm using Linux sa515 on this application processor but I can't seem to run any of the following commands:

apt-get

It says the corresponding command is not found. Am I missing something?

Those things may be simply not there, especially for Linux running on an embedded device. Remember that "Linux", per se, is just the kernel - whatever else is available depends on how the software for this device is packaged. The vendor (which I think is Qualcomm in your case) may not have thought that an embedded device that probably isn't supporting interactive users would need sudo , or a complex text editor, or a package manager... There's probably not going to be a lot there other than whatever is necessary for the device to run a dedicated application. patbarron Nov 18, 2020 at 23:47 I see. but say you want to edit some files or configure wifi. there's no way you can do it? xyf Nov 18, 2020 at 23:52 I don't know enough about this product (meaning: I know nothing specific about it, and most info seems to be locked away on Qualcomm's site and you need an account to get to it...) to say if there's "no way you can do it" or not. There might be other tools you can use - e.g., instead of sudo , do they include su ? Instead of nano , do they include a simple editor like ed ? It looks like there is a cross-development environment you can run on Linux or Windows, so you can probably build what you need and load it on to the device. Again, don't know enough detail to say much more than that patbarron Nov 19, 2020 at 0:08