0

I'm trying to configure a system with separate boot partition, booted with U-boot and extlinux loader.

Could I locate extlinux.conf on separate partition, but kernel (zImage) and device tree on root partition?

If so, how should I say in extlinux.conf, where to look for kernel image?

Kevdog777
  • 3,194
  • 18
  • 43
  • 64

1 Answers1

0

The way that things are implemented today extlinux.conf needs to be on the same partition as the kernel / devicetree / initrd.

Tom Rini
  • 495
  • 3
  • 10