|
12/06/2018, 09:06 PM
#1
This is to obtain technical information and do testing on the tablet.
You do not need to make any changes
### Novacom driver needs to be install
### Power on the TP
### moboot 0.3.8 Menu
### boot webOS Recovery
### If you do not have android then press both button at the same time until the USB sign comes on.
### (Power and the volume key (closets to power) left
### Open terminal (Linux) or Command prompt (Windows)
### Connect the tablet by USB to PC
### Enter this into the terminal prompt:
novacom -t open tty://
### You will have an empty flashing prompt:
### Type:
help
### press enter
### These are all the commands available:
Code:
command list:
nduid : get the device id
usb : usb transfer commands
lboot : boot linux image
klog : klog commands
printenv : print all of the environment variables
getenv : read an environment variable
setenv : set an environment variable
reset : reset the device
reboot : reset the device
poweroff : power off completely
script : run a script at specified address
run : run a script at from an environment variable
return : return from current script
help : this list
chainboot : boot another bootloader image based on environment
go : Jump to a given address with the given arguments
version : get bootie version
gyro : read output from the gyroscope mpu3050
mmcid : identify the mmc
acc : observe the accelerometer output
mgt : observe the magnetometer output
als : read output from the ambient light sensor for isl29023
battery : battery status
a6_sbw : test a6 sbw interface
a6 : test a6 interface
charging : commands to set charging states
fsboot : boot current image based on environment
spi : MSM8X60 SPI driver
phytune : commands to tune the phy on msm7k
chg : charger command
### You can test components of the tablet by typing each command and interpret the read out.
|
|
|