rpi-ramdisk icon indicating copy to clipboard operation
rpi-ramdisk copied to clipboard

Builds ramdisk environments for Raspberry Pi

Results 9 rpi-ramdisk issues
Sort by recently updated
recently updated
newest added

Hi, I've compiled one image with the 'net' package available and when the system is up I haven't neither Wifi or Ethernet. The `ifconfig` command only show `lo` interface ....

Built it and try to run on the latest raspberry pi 4 and it's not booting at all. Seems like the .elf files are not compatible. I also tried generating...

Things needed to make this happen: - [ ] ~~Move pymtpd inside the piratepython package.~~ - [ ] Split pymtpd into functionfs and gadgetfs parts. - [ ] Fix pymtpd...

When building, the step `{stage}/sbin/ldconfig -r {stage}` fails with the error message `cannot execute binary file: Exec format error`. Maybe this occurs because the binaries in `/raspbian/stage/sbin` are for ARM...

Perhaps there some missing prerequisites: ``` Configure summary: Building on: linux-g++ (x86_64, CPU features: mmx sse sse2) Building for: devices/linux-rasp-pi3-vc4-g++ (arm, CPU features: neon) Target compiler: gcc 6.4.1 Configuration: cross_compile...

I get this message when the script tries to build Qt5: ``` This is the Qt Open Source Edition. You have already accepted the terms of the Open Source license....

This is on Ubuntu 18.04.2. Running in a python3 virtualenv. I have followed the setup instructions in the readme. `$ pydo :build --- Logging error --- Traceback (most recent call...

- [x] Fix gstreamer codecs. #6 - [ ] Fix gapless playback in rygel. - [ ] Determine the best audio and video sinks to use.

I used Docker to build ramdisk. From what I understand: after building qt, make stopped with following error: ``` make[2]: Leaving directory '/rpi-ramdisk/packages/qt' make[1]: Leaving directory '/rpi-ramdisk/packages' Makefile:6: recipe for...