Hi,
because i do not relly want to spam the promotion-thread of R64 i start here a new for kernel-development…
i have r64 booting using jacks debian-image and kernel 4.19 from my 4.19-r64-main branch
https://github.com/frank-w/BPI-R2-4.14/tree/4.19-r64-main
i got this warnings on compile (maybe anybody knows how to fix them):
arch/arm64/Makefile:27: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum
arch/arm64/Makefile:40: LSE atomics not supported by binutils
arch/arm64/Makefile:48: Detected assembler with broken .inst; disassembly will be unreliable
ethernet works so far (rtl8367s) with 2 gmacs but without dsa. maybe this will replaced by a chip with dsa-driver
mt7615-wifi is currently not supported in 4.19 due to closed source driver, maybe it will integrated into openwrt’s mt76 driver-collection, in last HW-release this chip is dropped from board, so i will not work on it at this time
bluetooth is integrated but not working yet, also gpio for booth look here
for bootup i recognized some messages which may be errors/problems (i don’t understand them):
[ 1.214807] RGU get IRQ ID failed
...
[ 1.534336] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
[ 1.541347] pci_bus 0000:00: root bus resource [mem 0x20000000-0x2fffffff]
[ 1.548449] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.554115] pci_bus 0000:00: scanning bus
[ 1.558290] pci 0000:00:00.0: [14c3:3258] type 01 class 0x060000
[ 1.564516] pci 0000:00:00.0: ignoring class 0x060000 (doesn't match header type 01)
[ 1.573895] pci_bus 0000:00: fixups for bus
[ 1.578222] pci 0000:00:00.0: scanning [bus 00-00] behind bridge, pass 0
[ 1.585140] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.593416] pci 0000:00:00.0: scanning [bus 00-00] behind bridge, pass 1
[ 1.600431] pci_bus 0000:01: scanning bus
[ 1.604703] pci 0000:01:00.0: [14c3:7615] type 00 class 0x000280
[ 1.611142] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit]
[ 1.619081] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5 GT/s x1 li
nk)
[ 1.634578] pci_bus 0000:01: fixups for bus
[ 1.638900] pci_bus 0000:01: bus scan returning with max=01
[ 1.644658] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 1.651491] pci_bus 0000:00: bus scan returning with max=01
[ 1.657255] pci 0000:01:00.0: BAR 0: no space for [mem size 0x00100000 64bit]
[ 1.664622] pci 0000:01:00.0: BAR 0: failed to assign [mem size 0x00100000 64bit]
[ 1.672348] pci 0000:00:00.0: not setting up bridge for bus 0000:01
any thougts on them?
uboot-source is only 2014-04, i will try to remove unecessary bootmenu-items only…have not tried network-boot yet