Help me understand the boot up process - 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: Help me understand the boot up process (/showthread.php?tid=8271) |
Help me understand the boot up process - olivercfc - 11-10-2019 I'm obviously missing something fundamental here. I built an image with buildroot which creates a u-boot-tpl-spl.img, a u-boot.itb file and a root partition Code: image = "u-boot-tpl-spl.img" In the rootfs partition there's a file called /boot/extlinux.conf which has the following Code: label rock64-buildroot This boots up and all is good. However, I'm wondering why I can't just replace /boot/Image and /boot/rk3328-rock64.dtb (and /lib/modules/*) with the one from slack (for example) and have that boot up. When I tried, it didn't find /boot/Image and tried to boot off the network. What am I missing here? |