--- In [email protected], "derek.noffke" <[EMAIL PROTECTED]> wrote: > I did find a log file created on bootup > /var/log/messages
It's not sure this file will always contain this information, since it's a dynamically build file, which is even "circular buffer" (that is, once full, the oldest info will be overwritten again). As the other person said, I think the content of the file /usr/share/axis-release/variables contains the info you're looking for. Only, it's not "hidden" in PART, but in RELEASE. In my case (using an old FoxBoard), I get the following feedback: [EMAIL PROTECTED] /usr/share/axis-release]5189# cat variables MOUNT="mount -t jffs2 /dev/flash2 /mnt/flash -o noauto" RELEASE="FOXSDK 1.0 - MCM - svn 18" BUILD="" BUILDTIME="Feb 05 2008 13:51" PART="00000" When looking to RELEASE, you see the type of board (being MCM in my case). I assume this parameter is changed accordingly, depending on the type of board you have. What do you get if you run the same command? Best rgds, --Geert
