在没有互联网的情况下安装单声道手册(本地)
我想在嵌入式系统(ARM 板)上安装单声道,它没有以太网连接,所以我需要进行本地安装(我可以使用 SD 卡将数据/文件传输到板)。
主板数据: 32 KB 内部 ROM 64 KB 内部 SRAM
64 M 字节 SDRAM 内存(32 位总线宽度) 256 MB NAND 闪存(8 位总线宽度)
(编辑:操作系统是 busybox 1.12 buildroot) (edit2:现在有了 Debian 的 chroot)
有什么想法可以让我在主板上工作的单声道环境吗?
此致
I want to install mono on an embedded system (arm board) it has no ethernet connection, so i need to do a local installation, (i can transfer data / files to the board with sdcard).
Board Data:
32 Kbytes of Internal ROM
64 Kbyte of Internal SRAM
64 Mbytes of SDRAM memory (32-bit bus width)
256 Mbytes of NAND Flash memory (8-bit bus width)
(edit: OS is a busybox 1.12 buildroot)
(edit2: got now a debian grip chroot)
Any ideas how i can get a mono environment to work on the board?
best regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用交叉编译器或在另一个更强大的 ARM 开发盒上进行构建,然后安装到 /tmp/arm-install 目录,最后将该目录的内容传输到 ARM 盒中最终安装目录。
You can just use a cross-compiler or do the build on another more powerful ARM development box, then you make install to a, say, /tmp/arm-install directory and then finally transfer the contents of that dir to the ARM box in the final installation dir.