首页 文章
  • 1 votes
     answers
     views

    为我的路由器的内核版本编译特定的内核模块

    我有一台运行Linux内核版本2.6.33的路由器,它没有支持tun / tap支持 . cpu是MIPSlittle endien . 我设置了一个buildroot并成功编译了路由器的“Hello world”程序 . 我正在尝试从linux-kernel-2.6.33 / drivers / net / tun.c编译tun.c作为独立的内核对象 . 但我还没有成功!我使用buildroo...
  • 3 votes
     answers
     views

    buildroot使用外部工具链 - rootfilesystem创建

    我正在尝试使用buildroot为RPI构建我自己的rootfile系统 . 我是buildroot的新手 . 我从git下载了以下交叉编译文件夹: -https://github.com/raspberrypi/tools/tree/master/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian如本链接所述: -http://hertavil...
  • 1 votes
     answers
     views

    BeagleBoard Ralink Wifi USB带Buildroot

    我有一个BeagleBoard Rev C5,我正在使用Buildroot来制作一个简单的自定义Linux系统 . 我正在Windows 7主机上的Ubuntu 10.04 VM上进行开发 . 我购买了Ralink wifi USB加密狗,并验证了Windows 7和Ubuntu都能识别并使用加密狗 . 当我使用Buildroot构建系统后启动BeagleBoard时,我似乎无法让电路板识别USB...
  • 2 votes
     answers
     views

    Buildroot - 使用Xenomai补丁的内核配置

    我'm trying to use a Raspberry Pi board with the images generated by Buildroot. I'm使用raspberrypi_defconfig配置,如here所示,以生成rootfs,内核映像和引导系统所需的所有文件 . The problem 为了构建实时系统,我需要应用可用于内核3.5.7,3.10.32和3.14的Xenom...
  • -1 votes
     answers
     views

    更改Buildroot Raspberry Pi默认配置的内核头版本

    我已成功使用rasproot(Buildroot 2016.05-git-01014-g4896b7c)和raspberypi_defconfig来构建Raspberry Pi可启动映像 . 此默认配置设置为使用内核头版本4.1.5,并成功引导Pi . 我的目标是为Raspberry Pi构建一个Blue Tooth驱动程序,但是可用的代码需要一个大于4.2.x的内核头文件版本 . 所以我've ...
  • 0 votes
     answers
     views

    关于内核版本,设备树和buildroot的困惑

    我获得了3.0.35 linux内核,用于使用较旧的“板文件”格式的arm i.mx6板,以及用于生成正确图像和rootfs的旧版(2013.02)buildroot repo . 我的目标是使用最新的buildroot public repo commit,以便将来更容易保持包更新 . 目前,我必须手动编辑包文件(OpenSSL,lighttpd等),以通过buildroot提供最新版本 . 我...
  • 1 votes
     answers
     views

    导入错误:无法导入名称get_importer

    我正在尝试运行scanpypi脚本 - Buildroot的支持脚本(2017.02),但我得到了ImportError:无法导入名称get_importer . 回溯(最近一次调用最后一次):文件"./support/scripts/scanpypi",第52行,在导入setuptools文件“/usr/local/lib/python2.7/dist-packages/s...
  • 1 votes
     answers
     views

    将jffs2挂载为rootfs错误

    我正在尝试挂载jffs2 rootfs . 安装fs时,将显示以下警告: Jffs2: Node totlen on flash (0xffffffff) != totlen from node ref 当我使用ramfs作为rootfs时,没有发生此警告,并且手动挂载了jffs2 rootfs . 当jffs2尝试将节点标记为过时时,会出现此警告 . 在任何其他意义上,fs似乎可操作,我能够创...
  • 0 votes
     answers
     views

    根文件系统如何在嵌入式Linux上运行?

    我正在学习嵌入式系统,我能够使用buildroot编译和设置SAM9x35 EK,安装引导程序,U-Boot,Linux和rootfs(Buildroot的基本RFS [根文件系统]骨架) . 我有很多问题,但其中一个最重要的问题是:前问题陈述,背景情况: 我已经有一个提供的JFFS2和app内部由几个NetBeans(c)项目组成 . 这些项目使用内置的内核(如果在buildroot的菜...
  • 7 votes
     answers
     views

    启动期间自动挂载单独分区时systemd / udev依赖性失败

    EDIT: This occurs when I am trying to use a separate partition with ANY mount point, not just /var. 我正在使用Buildroot来构建嵌入式Linux系统 . 我正在尝试为/ var使用单独的分区,但这适用于任何挂载点 . 我的init系统是systemd,udev用于设备管理 . 我把我的fsta...
  • 0 votes
     answers
     views

    Pulseaudio没有音频通过蓝牙a2dp连接buildroot

    Edit: I discovered, that if I run parec | paplay --raw it does play back properly. How is this possible? There should be just a simple module-loopback error or something like that. 我正在使用getchip.com的CH...
  • 0 votes
     answers
     views

    使用Buildroot Linux进行内核恐慌

    我(尝试)从头开始构建一个完整的最小的Kodi Linux系统buildroot,一切编译得很好,我也让它启动但是在一些控制台输出和图形重置后,它给了我一个内核恐慌错误: at arch/x86/kernel/smp.c:128 native_smp_send_reschedule+0x33/0x40 我不知道为什么... 我的buildroot配置文件:https://pastebin.com...

热门问题