![]() |
Dual boot options for ROCK64? - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85) +--- Forum: Linux on Rock64 (https://forum.pine64.org/forumdisplay.php?fid=88) +--- Thread: Dual boot options for ROCK64? (/showthread.php?tid=5363) |
Dual boot options for ROCK64? - Mrfixit2001 - 11-14-2017 I've been doing lots of research in preparation of receiving my ROCK64 ![]() RE: Dual boot options for ROCK64? - Tony32 - 11-22-2017 I Wonder the same. Wish to run libreelec and recalbox/lalla/retropie RE: Dual boot options for ROCK64? - freebsd - 11-23-2017 My guess is you would have to re-compile the kernels to pick the different slice on the flash AND a layer to boot up enough to give you a screen/keyboard to say 'what is the blob you want to load'. Now perhaps someone would write such code for an IoT field upgrade model - 'Boot from this old version/boot the new version' and then that could get re-purposed for what you are looking for or someone wanting: 1) coreboot https://www.coreboot.org/ARM running on the platform 2) NetBSD's model of doing a device tree https://www.cnx-software.com/2017/07/11/netbsd-is-now-running-on-allwinner-h3-boards/ The short version is: ARM is not the same as the bios model that brought you dual booting. RE: Dual boot options for ROCK64? - dkryder - 11-24-2017 (11-23-2017, 01:10 PM)freebsd Wrote: My guess is you would have to re-compile the kernels to pick the different slice on the flash AND a layer to boot up enough to give you a screen/keyboard to say 'what is the blob you want to load'. Now perhaps someone would write such code for an IoT field upgrade model - 'Boot from this old version/boot the new version' and then that could get re-purposed for what you are looking for or someone wanting: that noobs companion or the wd hd rpi multi boot code could maybe be modified to set up pine64 devices for multi-boot option. berryboot source is on github so you could check that out to determine if hack is possible RE: Dual boot options for ROCK64? - Tony32 - 01-15-2018 Any update regarding this? I do not have the knowledge nor skill to make such a thing on my own. I desperately want to dualboot on the eMMC to switch between libreelec and Lakka >.< RE: Dual boot options for ROCK64? - dudemo - 01-15-2018 The best way I know to dual boot is to have one OS on the eMMC and another on the SD card. The Rock64 board has a jumper on it to set whether or not it boots from eMMC or SD. Swap the jumper and you can boot SD without having to remove the eMMC card. RE: Dual boot options for ROCK64? - Luke - 01-15-2018 ayufan just got SPI working last week - this holds the promise of multibooting different OS'. I wouldn't expect this anytime super-soon, but now at least the possibility is real. RE: Dual boot options for ROCK64? - maal - 01-15-2018 What works for me: /boot/extlinux/extlinux.conf Code: TIMEOUT 30 Boot log: Code: DDR version 1.06 20170424 RE: Dual boot options for ROCK64? - Luke - 01-15-2018 maal, that is really neat. Do you have a how-to link ? RE: Dual boot options for ROCK64? - maal - 01-15-2018 No, sorry - setting this up was a process of trial and error. Useful link: http://www.syslinux.org/wiki/index.php?title=Config |