c0rnelius

Results 44 comments of c0rnelius

Just putting this out there, I don't own the board so I can't do any testing myself. Using patches found at an [OpenWRT](https://github.com/mj22226/openwrt/commits/linux-5.19?after=915e61fdbf0b0b06c1bbf40b1145428ae43f338f+419&branch=linux-5.19&qualified_name=refs%2Fheads%2Flinux-5.19) hub that enables one to use U-Boot...

To get this working on the NanoPi NEO Plus2, I created said patches: [dts patch](https://raw.githubusercontent.com/pyavitz/debian-image-builder/feature/patches/allwinner/nanopi/edge/002-sun50i-h5-nanopi-neo-plus2-cpu-opp-include_enable-regulator-fix-leds_bluetooth-support.patch) and [rfkill-gpio patch](https://raw.githubusercontent.com/pyavitz/debian-image-builder/feature/patches/allwinner/nanopi/edge/003-sun50i-h5-nanopi-neo-plus2-rfkill-gpio.patch) Compiled: [brcm_patchram_plus](https://github.com/pyavitz/brcm_patchram_plus) Added the following: [firmware](https://github.com/pyavitz/firmware/tree/nanopi) Created said script: [nanopi-bthelper](https://raw.githubusercontent.com/pyavitz/debian-image-builder/feature/files/scripts/nanopi-bthelper) Followed by...

> hmm.. having intermittent boot issues. will continue to investigate I'm suprised you are booting at all. U-Boot should be different for that board.

> No luck after a week of hacking. I'll take a break for a bit. Try the new image. I'm told it works.

> Whoa! That worked - both SD card and eMMC!! You da' man, @pyavitz > > ``` > wget https://github.com/pyavitz/binary/releases/download/images/rk3399-nanopi-r4se-debian-bullseye-5.19.11-arm64-2022-09-27.img.xz > > xz -dc rk3399-nanopi-r4se-debian-bullseye-5.19.11-arm64-2022-09-27.img.xz | dd of=/dev/mmcblk2 status=progress >...

The kernel is a deb package. The bootloader is flashed and a copy of the bin(s) stored at `/usr/lib/u-boot/`. The firmware depending on the distro and board, is whatever the...

in this case `rockchip64-image-*` `rockchip64-headers-*`. I set kernel names in the patching function; https://github.com/pyavitz/debian-image-builder/blob/feature/lib/function/linux-patching#L4

I think a PR should be open over at Armbian. The patching I'm using for the R4SE is very limited and wouldn't take much effort to get working. It's basically...

They would need to patch uboot and the kernel.

> > in this case `rockchip64-image-*` `rockchip64-headers-*`. I set kernel names in the patching function; https://github.com/pyavitz/debian-image-builder/blob/feature/lib/function/linux-patching#L4 > > So would it be possible it change `packagename=rockchip64-linux-image` to `packagename=linux-image-rockchip64` @pyavitz ?...