hi.
When I customed my startup and then boot from my board (processer it S3c2410). There is another output message “#Line too long :EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE…” attached to the display_msg" Welcome to Neutrino ".Which is out of my expectation.
The script section of my buildfile is as follow ,and i just want to display the welcome message.
[+script] .script = {
# Programs require the runtime linker (ldqnx.so) to be at a fixed location
procmgr_symlink …/…/proc/boot/libc.so.2 /usr/lib/ldqnx.so.2
display_msg Welcome to Neutrino
[+session] sh
}
So,I want to ask , What’s the reason for the output “#Line too long :” .Is there anything wrong with my buildfile or anything else.