Thanks Zoran and Tom, I can use dd to install the image to SD card on
IMX EVK, now I need to install the image to NAND flash of a customized
IMX device via USB HID, it cannot use the dd, IMX provided UUU utility
which I am new to it and I have to decompose the image to
zImage-initramfs and losetup
Hi
I created a new custom distribution and
everything seems to work fine until the do_rootfs
task is executed. It fails specifically when
trying to install the hostapd package, with the
error below (snippet from log.do_rootfs):
Running scriptlet: hostapd-2.6-r0.aarch64
usage: update-rc.d
Hi,
On Sat, Jun 1, 2019 at 4:41 PM Morné Lamprecht wrote:
>
> Hi
>
> I created a new custom distribution and
> everything seems to work fine until the do_rootfs
> task is executed. It fails specifically when
> trying to install the hostapd package, with the
> error below (snippet from log.do_root
I would check run.do_rootfs and check it maybe
there will be some more info.
I checked it based on your suggestion,
unfortunately found no relevant info.
Do you have some custom extension for hostapd?
No, just the standard package.
- Morné
--
__
Thanks, this shows that the prelinking is still working in this case. I'll get
you patch queued up. If you don't see any progress on it this coming week,
please feel free to remind me.
--Mark
On 5/29/19 1:42 PM, Shane Peelar wrote:
> Hi Mark,
>
> Thank you for your reply and no problem -- I ch