Hi Chip,
Here is what I have found out:
root@android:/ # cat /proc/cpuinfo
Processor : ARMv7 Processor rev 10 (v7l)
processor : 0
BogoMIPS : 790.52
processor : 1
BogoMIPS : 790.52
Features : swp half thumb fastmult vfp edsp neon vfpv3
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x2
CPU part : 0xc09
CPU revision : 10
Hardware : Freescale i.MX 6Quad/DualLite/Solo Sabre-SD Board
Revision : 63012
Serial : 0000000000000000
The build prop shows:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=R13.4-beta
ro.build.display.id=R13.4-beta
ro.build.version.incremental=eng.android.20121012.113904
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.4
ro.build.date=Fri Oct 12 11:39:35 CST 2012
ro.build.date.utc=1350013175
ro.build.type=user
ro.build.user=android
ro.build.host=amdroid
ro.build.tags=test-keys
ro.product.model=ICS AOSP on imx6q
ro.product.brand=freescale
ro.product.name=sabresd_6dq
ro.product.device=sabresd_6dq
ro.product.board=SABRELITE
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=unknown
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=imx6
# ro.build.product is obsolete; use ro.product.device
ro.build.product=sabresd_6dq
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=sabresd_6dq-user 4.0.4 R13.4-beta eng.android.20121012.113904 test-keys
ro.build.fingerprint=freescale/sabresd_6dq/sabresd_6dq:4.0.4/R13.4-beta/eng.android.20121012.113904:user/test-keys
ro.build.characteristics=default
# end build properties
# system.prop for M1 reference board
# This overrides settings in the products/generic/system.prop file
#
hw.hasethernet=true
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.config.notification_sound=OnTheHunt.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
hw.hasethernet=true
dalvik.vm.heapstartsize=20m
dalvik.vm.heapgrowthlimit=200m
dalvik.vm.heapsize=320m
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
Which board would it be; SABERLITE or sabresd? My guess would now be the sabresd in light of the cpuinfo. I ave never used the printenv command. Do I use it in an adb shell or do I just get in the directory with u-boot.bin and type:
$ printenv u-boot.bin
Thank you for help,
Dave