On 08/25/2015 02:05 PM, Don Mahurin wrote: >>> > > >>> > > The system is built with the following commands. >>> > > git clone https://gitlab.mperpetuo.com/it/build-scripts.git >>> > > mkdir -p build >>> > > cd build >>> > > ../build-scripts/build_linux_emulator-arm64.sh >>> > > >> > >> > This went almost fine except the rsync step which assumes a native arm64 >> > host for populating the rootfs, I have no such beast. But that's not a >> > major issue, I can take another path for building it. > > Yes, to build the system, we copy the arm64 shared libraries from the host > system (used by cross compiler). Using Ubuntu 14.10. May need some > adjustment for other Linux host systems. > >
if you need some aarch64 libraries, you can use a one of the rootfs below to pull them https://builds.96boards.org/releases/hikey/linaro/debian/15.06/ Download one of the images (hikey-jessie_alip_20150701-323.emmc.img.gz for instance) $ simg2img hikey-jessie_alip_20150701-323.emmc.img raw.img $ sudo mount raw.img <mnt_point> -- jro _______________________________________________ Xenomai mailing list [email protected] http://xenomai.org/mailman/listinfo/xenomai
