Hi,
Recently I tried to bring up LTE910 with Bleeding Edge r39764, and put some extra prints in option.c (Linux3.10.32/drivers/usb/serial/, located in build_dir ) in the kernel directory which is extracted from linux3.10.32.tar.xz in the directory dl. Starting from build_dir will save time from extracting kernel and patching.
I used the following command to make the sysupgrade image:
make target/linux/{compile,install} V=99 |tee /mnt/share/Linux-compile-install.txt.
The kernel was build into two stages. the first stage called compile deals with the modules defined in kernel and the second stage deals with the rest compiling
and linking of kernel image, compressing root file system and assebling lzma kernel image with compressed file system.
The make output makes perfect sense, but after I loaded the image to my module, I can not see the extra print, just the original prints in option.c.
The only way to see those extra prints was to change option.c in the compressed package linux3.10.32.tar.xz, and build the image with the following command:
make target/linux/{clean,compile,install} V=99 |tee /mnt/share/clean-compile-install.txt
Why does the first make not build the correct image?
Look forward to any help!
Thanks
Tim