NetBSD - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: BSD on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=115) +--- Thread: NetBSD (/showthread.php?tid=8659) |
RE: NetBSD - KC9UDX - 09-17-2020 I'm building KDE4 at the moment. If I succeed, there may be ways I can get you the binaries. I use XFCE4 a lot. Others prefer Mate (I've never used that). The Uboot I'm using is what comes with the NetBSD image. I don't really understand Uboot or even OpenBoot so I can only assume that you're right; that must be the difference. Incidentally, I could not get NetBSD to boot at all with other Uboots that I had found when I first got my PBP. - Maybe everyone here has already seen this. But if not, you will want to check out the NetBSD update from Jun Ebihara: https://github.com/ebijun/NetBSD/blob/master/pinebook/README I'd like to just paste the text here but I'm not sure if that's kosher. RE: NetBSD - Lumat - 09-25-2020 (09-15-2020, 08:04 PM)wdt Wrote: Well, I have half a clue, can kind of fumble my way around, however for those .... All you need is /boot/EFI/BOOT/bootaa64.efi and /boot/dtb/rockchip/rk3399-pinebook-pro.dtb the rest you can delete. RE: NetBSD - KC9UDX - 09-27-2020 This is a sad day. twm is no longer the default wm for ARM. I have always been a fan of the way NetBSD is preconfigured as the least workable, leaving user preference entirely up to the user. RE: NetBSD - Lumat - 09-27-2020 Replaced by ctwm that's good news. And one can always build from sources. RE: NetBSD - KC9UDX - 09-27-2020 ctwm isn't bad, but I installed it myself. If I didn't want it, twm would be adequate. RE: NetBSD - KC9UDX - 12-06-2020 Something a little more concerning than the DTB files for other hardware platforms, is the fact that the kernel we are using (GENERIC64) is compiled with support for all those machines. I am trying to build one without all of that, but I am running into issues. RE: NetBSD - mrgtwentythree - 05-16-2021 (09-27-2020, 12:01 PM)KC9UDX Wrote: This is a sad day. twm is no longer the default wm for ARM. twm is still available in the base sources, you just have to have your own .xsession / .xinitrc to choose. (09-17-2020, 10:21 PM)KC9UDX Wrote: The Uboot I'm using is what comes with the NetBSD image. I don't really understand Uboot or even OpenBoot so I can only assume that you're right; that must be the difference. Incidentally, I could not get NetBSD to boot at all with other Uboots that I had found when I first got my PBP.the netbsd uboot for rockchip devices is derived originally from ayufan's releases, which are different to the standard mainline uboot in one key way. the second stage (u-boot.itb) is loaded from 256KB instead of 8MB. the main benefit is that you have one file to write to the device, vs two separate parts. one thing that many uboot builds for other platforms have missing is the EFI support that netbsd efiboot relies upon. it may be possible to directly boot netbsd from uboot, but i am not at all familiar with this. |