Tool/software: TI C/C++ Compiler
Hi
I am working at present on a board based on the am335x-evm and beaglebone black; using poky/yocto to build the system.
I the past I have had everything I need working from a hand rolled soultion using an old TISDK.
It will be booting and running from SPI NOR flash: with u-boot lifting the dtb and kernel in to RAM before launching the kernel with a squashfs ro-ROOTFS.
I have defined a custom image: myboard-image-debug and can build that happily.
At present in my build/tmp/deploy/images/myboard-image-debug I have seperate artefacts for: MLO, uboot, zImage, dtb, rootfs.squashfs, modules-myboard.tgz (along with some others while I do most of the development on an SDCARD)
What am am trying to work out at the moment is how to incorporate any kernel modules I need in to the squashfs that is created for the file system?
I hope to have most drivers built in to the kernel but previously it was necessary to modprobe the g_multi usb gadget.
One thought I've had would be to add an override to the do_install for the linux-ti-staging?
Thanks for any suggestions you can provide
All the best
- Richard