Jump to content

Clash

Members
  • Posts

    13
  • Joined

  • Last visited

Recent Profile Visitors

2095 profile views
  1. Thanks for the info RaptorSDS. 👍 I will try this next week with the USB cable. Is there a howto? I will still read this thread...
  2. Hello, i have a TVBox „EstgoSZ“ with RK3328, 4GB Ram and 64GB Rom and i have the same problems as Antoxic, I can't start any OS with the SD card. Here are a few photos of the TVBox:
  3. Hello, thank you very much for the many answers. I have a patch for a device tree module. How can I implement a patch for rk3288-miniarm.dts in the build process? Do I need a modified patch? Does this work with the device tree module? Is that used at Armbian? Greetings Clash PS: The Patch is from here: rk3288-miniarm-ir.diff This patch provides that all IR signals are received via the lircd tool. Patch: rk3288-miniarm-ir.diff
  4. Hello, after a short break, wants to continue with the Tinkerboard. :) I use Armbian-Stretch with the kernel-4.4.126. I want to connect an IR receiver to a GPIO port and use it with the lircd tool. What possibilities does Armbian-Stretch offer me here? Thank you very much. Clash
  5. Hi Rfreire, Great, thank you very much. I will try to build a kernel under Debian-Stretch on the Tinkerboard. If you have any questions, I'll get back to you, this thread.
  6. Here I can't find a description to rebuild the kernel on Debian-Stretch on the Tinkerboard. Building the system or kernel on an X86_64 is not an option.
  7. Hello, I want to extend the current kernel (Tinkerboard with rockchip-kernel-4.4.120 on Debian-Armbian) to include IR (GPIO) and DVB modules. What do I have to consider or is this possible with the usual run-through? (copy .config from current system, make menuconfig, make, sudo make install, sudo make modules_install) Is there possibly already a tutorial that I have not seen? Clash
  8. I like to test that for Xenial when it's finished, but I like Debian stretch...
  9. You're right. As I was informed by the developer of the VDR (a TV application (http://www.tvdr.de/) plugin softhddevice-drm (https://github.com/zillevdr/vdr-plugin-softhddevice-drm), the rockchip-libdrm Lib is not needed. I need to install a current version of mpp (https://github.com/rockchip-linux/mpp) and the current version of FFmpeg (https://github.com/FFmpeg/FFmpeg). This softhddevice-drm plugin is an application which displays the OSD of the VDR application in the console or under X. Can I include this softhddevice-drm plugin as a package? Thank you for your help.
  10. This library is used in TinkerOS-2.0.5 (Debian Stretch). There are some projects that use them. I want to use them, but I can't get them built because there are already problems with the configuration. Can't I use the library of TinkerOS under Armbia Debian Stretch? Unfortunately, there is no package available on the Internet.
  11. Hello, I want to install libdrm from here https://github.com/rockchip-linux/libdrm-rockchip But there are already problems with autogen.sh. See below. Does anyone have a tip for armbian (Debian stretch) on how to install this library? The Clash
  12. For u-boot: Download the here: ftp://ftp.denx.de/pub/u-boot/u-boot-* make distclean; make tbs2910_defconfig; make u-boot.imx Changes to the default environment of the new u-boot (with setenv + saveenv or Patch): bootcmd=run bootargs_mmc; load mmc 2 0x10800000 boot/zImage; load mmc 2 0x10700000 boot/dtb; bootz 0x10800000 - 0x10700000 bootargs_mmc3=root=/dev/mmcblk0p1 rootwait rw consoleblank=0 quiet For the Kernel (Example: 4.8.15): - download Kernel-4.8.15 - make imx_v6_v7_defconfig - make -j6 - make modules_install cd /usr/src/linux cp arch/arm/boot/zImage /boot/zImage-[Version] cp arch/arm/boot/dts/imx6q-tbs2910.dtb /boot/imx6q-tbs2910-[Version].dtb cd /boot ln -s zImage-[Version] zImage ln -s imx6q-tbs2910-[Version].dtb dtb Greetings, Clash
  13. Hello, That's my favourite board, too. Would it be possible for this board to create a Armbian-Linux image? Greetings, clash
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines