On Sun, 2015-10-11 at 21:11 +0200, Peter Korsgaard wrote: > >>>>> "Ian" == Ian Campbell <[email protected]> writes: > > Hi, > > > The Debian package (of v1.2-ish) has: > > install -m0755 usb-boot $(PKG)/usr/bin/sunxi-usb-boot > > install -m0755 fel $(PKG)/usr/bin/sunxi-fel > > install -m0755 fexc $(PKG)/usr/bin/sunxi-fexc > > install -m0755 bootinfo $(PKG)/usr/bin/sunxi-bootinfo > > > I'd be happy to put that together as a patch for upstream instead. > > FYI, in Buildroot we currently install fexc bin2fex fex2bin bootinfo fel > pio for the host and nand-part for the target, all without any prefix.
FWIW I came to the opposite conclusion wrt pio and nand-part while hacking on the Makefile just now. pio requires access to /dev/mem and pokes at the real hardware pio, hence is only useful on the target. nand-part (looks like it) can operate on NAND file images as well as /dev/nand and hence is potentially useful on both host and target. Have I misunderstood something? (I'm about to send out some patches based on this, so if so I'll have to iterate). Ian. -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
