Crazyhead90
Crazyhead90
@jriwanek changed it so it has both. Also check https://github.com/bamarni/pi64/issues/75
Ah, that would be an easy solve. I will test it when i get home in about 11 hours from now and give an update if i managed to do...
@ThomasKaiser do i have to compile the bamarni 64bit on a 64 bit os? I'm getting an error message when i try to build it on raspbian 32bit, this is...
@ThomasKaiser I get exactly the same error message https://pastebin.com/TV1xubYU Are you sure that i can compile that 64bit OS on my 32bit raspbian now?
Alright, i got that point now, but for the: > Solving the firmware part is somewhat easy (exchange the relevant stuff on the /boot partition with what you find on...
Maybe @ThomasKaiser could fork and update bamarni once the required up to date files are available. He seems to be one of the few people who actually knows what he's...
Do we also have to do anything with https://github.com/raspberrypi/linux/commit/74b4a1d8a7906120d69ef2312e503bc628590a8b ? Like i said, i'm a noob in this
@ThomasKaiser I tried to follow these steps on my ubuntu 64b in VMware. I cloned the linux 4.14 kernal, edited the finish.go file and went to the pi64 location. git...
I downloaded, edited and build the kernal with docker but when i tried to create the desktop image using docker run -it --privileged -v $PWD:/root/pi64 -v /opt/vc:/opt/vc -w /root/pi64 \...