Thomas Kaiser

Results 73 comments of Thomas Kaiser

Just realized that everything should work as expected by building pi64 from source. Though I would switch to branch `linux-4.14` since most recent LTS branch and already supporting EEE (energy...

See also https://github.com/bamarni/pi64/pull/76 -- might work or not. Not tested since I lack the hardware.

> Switching to 4.14 is easily done by just sending the command "sudo pi64-update" once its installed, right? Don't think so. You need to check out branch `linux-4.14` before you...

> do i have to compile the bamarni 64bit on a 64 bit os? Sure, cross-compiling on a 64-bit x86 (x64) machine: git clone --depth=1 -b linux-4.14 https://github.com/bamarni/pi64 pi64 cd...

@Brewfasa you need to cross-compile on a PC. Either using a 'native' Ubuntu (I would assume 16.04 will already do it) or there using Docker pulling a more recent Ubuntu...

Without these commits from few hours ago building a 64-bit kernel with support for the new hardware wasn't working anyway: https://github.com/raspberrypi/linux/commit/74b4a1d8a7906120d69ef2312e503bc628590a8b

Sorry, I already forked the project and commited the [outstanding PR](https://github.com/bamarni/pi64/pull/76) (untested). Now it's up to people who own the hardware to test. I don't have an RPi 3 B+...

> Do we also have to do anything with https://github.com/raspberrypi/linux/commit/74b4a1d8a7906120d69ef2312e503bc628590a8b ? Nope. If you now build a new pi64 image the kernel gets checked out with those commits from yesterday...

No idea why you try this on an unsupported Ubuntu release. Zesty is EOL since months: https://wiki.ubuntu.com/Releases

I only use Ubuntu LTS releases (that's 16.04 at the moment, 18.04 is not ready yet)