VlaoMao

  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

VlaoMao's Achievements

  1. I rebuilded with debian, but log is still the same https://pastebin.com/rWLnrT28
  2. Yes, I can read. can there be conjectures or thoughts that caused this?
  3. Hello! I followed build instruction from github, builded full OS image to flash to microSD and get kernel oops on boot (selected orangepiwin->dev(4.14.x)->xenial->server) log: https://pastebin.com/G4UtkGPR Possible to fix?
  4. Hello, recently i bought Orange Pi Win Plus board and have installed Armbian (Ubuntu xenial server) on it. With stock kernel linux-image-dev-sun50iw1, linux-headers-dev-sun50iw1 and linux-dtb-dev-sun50iw1 all hardware working ok except USB DVB tuner myGica T230, needed for me, which has not enabled in kernel configuration. I found linux-image-dev-sun50iw1 (https://www.armbian.com/kernel/, section Allwinner A64), its sources and etc has been removed from Armbian repository. This is question N1: maybe someone has sources for this kernel for build? Today i'm trying to build 'next' and 'dev' kernels for this hardware in Ubuntu 16.04 VM 'DEV' branch kernel and u-boot has two issues: while installing builded packages i see this: dpkg -i *.deb Selecting previously unselected package linux-dtb-dev-sunxi64. (Reading database ... 43926 files and directories currently installed.) Preparing to unpack linux-dtb-dev-sunxi64_5.37_arm64.deb ... Unpacking linux-dtb-dev-sunxi64 (5.37) ... Selecting previously unselected package linux-headers-dev-sunxi64. Preparing to unpack linux-headers-dev-sunxi64_5.37_arm64.deb ... Unpacking linux-headers-dev-sunxi64 (5.37) ... Selecting previously unselected package linux-image-dev-sunxi64. Preparing to unpack linux-image-dev-sunxi64_5.37_arm64.deb ... Unpacking linux-image-dev-sunxi64 (5.37) ... Selecting previously unselected package linux-u-boot-orangepiwin-dev. Preparing to unpack linux-u-boot-dev-orangepiwin_5.37_arm64.deb ... Unpacking linux-u-boot-orangepiwin-dev (5.37) ... Setting up linux-dtb-dev-sunxi64 (5.37) ... Setting up linux-headers-dev-sunxi64 (5.37) ... Compiling headers - please wait ... and process never terminates, only Ctrl+C. And finally, when i try to boot with this kernel and u-boot i see this log with OOPS and reboot: https://pastebin.com/iv7xTFe9 'NEXT' branch has no working ethernet, no working usb, no working thermal zones (dmesg): https://pastebin.com/1H8Re1Hy I understand that the development is still underway, but I would like to know in what state the development and when we can roughly expect the results?