Part Number: SK-AM64
Hello,
I'm struggling to prepare an image that makes the SK-AM64 boot from an USB flash drive rather than from an SD card.
I think I did correctly set the boot mode with the DIP switches and the AM64xx ROM attempts to boot from the USB flash drive (for first testing
I put the default SD card image onto an USB flash drive - which is of course not working).
There's already some rather extensive documentation available, such as here:
One important point is that some drivers need to be build into the kernel rather than to build them as loadable kernel module.
I think I did accomplish that correctly. However, it is said that the kernel by means of "zImage" is to be copied into the
boot partition of the boot medium. I can find no "zImage". "make .... Image" builds the kernel als leaves a file named Image
in arch/arm64/boot. There is no "make ... zImage" available. So very likely I'm missing some point resp. I'm doing something
wrong in general....
Probably there are some more hurdles to take here. Therefore I'm asking whether there is some step-by-step procedure
available so that I can carry out this.
Thanks,
Mario