busybox md5sum [file]

c86620a5d9236da43f444ccf0ed028da  NP1500升级程序V1.2.4-20091106HY修复包.rar
8e0f672111c428d33655de0ecab71c2c  NP1500升级程序V1.2.4-20091106SM修复包.rar

9f5d5b5e10d812a5ad00a793533199e0  NP1500升级程序V1.2.4-20091105SM.rar
9e96e2397e0cf3cd057a6f05d32dea69  NP1500升级程序V1.2.4-20091105HY.rar

73f458f30610635f2ca6898e395ebf63  预置内容.rar

6adb35745370bfe309d353a5acc86223  upgrade.bin

NP1500升级程序V1.2.4-20091105HY(适用于机身编号前四位为1621的机器)
NP1500升级程序V1.2.4-20091105SM(适用于机身编号前四位为1622或1701的机器)
  • 升级

# 下载升级文件解压文件upgrade.bin到内存卡,推荐用adb传输,且对比md5sum的值,否则文件损坏无法升级
# 连接到手机
adb shell
# 找到内存卡
ls /storage/0000-0000/
# 退出,在电脑端推送文件
adb push upgrade.bin /storage/0000-0000/
# 再次进入adb shell查看md5sum
pissarro:/storage/0000-0000 $ md5sum upgrade.bin
# 6adb35745370bfe309d353a5acc86223  upgrade.bin
  • 开启telnet远程连接

telnet 192.168.1.151
# 用户名
root
  • 自带软件

# ls /opt/QtPalmtop/bin
ChineseSearch         cartondic             hwsetting             password              services.ini
CourseTable           cas                   idiomdic              photo                 servicesetting
Desk_top_.ini         cedict                inverse               photo.map             sfc_gameplatform
GDK                   cinema                ipkg-build            pocketeng             sfcplayer
HandBookcase          classdic              konqueror             powermanager          shorthand
MultiLearning         cnchess               lcgs                  prg                   shudu
NEClassical           conversation          longman               prodic                snake
NEStudy               datetime              lsjl                  productinfo           ssl
NoahAsk               desktopsearch         mame                  programSalon          standingdic
NoahRTX               dms                   mathSyn               qcop                  taikong
SciCal                driller               mathstat              qipai                 tantiaoqiu
VLC                   eboker                milclock              qpe                   test
VLE                   ebook                 modernchi             quicklauncher         throughput_test
VLM                   eedic                 mpdh                  rate                  timesettings
VLP                   elsfk                 mplayer               rcgl                  translate
VolumeControl         email                 multinational         rcglalarm             tshow
WDJK                  emap                  neplayer              read                  turnonsetting
WifiControl           embeddedkonsole       nesplayer             recorder              unit
WikipediaSearch       engspirit             network               respondalarm          userdic
XZGL                  f                     newecdic              rmanager              userinfo
abbrevdic             flash                 newstandard           sanbeng               vainteract
acsync                formula               newtech               screensets            volumesets
alarmsetting          gameplatform          newword               sdl-config            worldtime
ancientchi            gbcplayer             office                sdzs                  xiaoqiu
artist                gradedic              opie-update-symlinks  searchall             zjgs
audio                 grammar               opiealarm             seehear
bomberclone           graphicdic            orgsettings           serialno
bwj                   helpbrowser           oxforddict            serveset
  • 其他信息

# gcc --version
gcc (GCC) 3.4.4 mipssde-6.05.00-20061023
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

# g++ --version
g++ (GCC) 3.4.4 mipssde-6.05.00-20061023
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

# uname -a
Linux np1500.noah.com 2.6.24.3 #50 PREEMPT Wed Oct 28 14:59:13 CST 2009 mips unknown

# cat /proc/cpuinfo
system type             : JZ4740
processor               : 0
cpu model               : Ingenic JZRISC V4.15
BogoMIPS                : 335.05
wait instruction        : yes
microsecond timers      : no
tlb_entries             : 32
extra interrupt vector  : yes
hardware watchpoint     : yes
ASEs implemented        :
shadow register sets    : 1
VCED exceptions         : not available
VCEI exceptions         : not available
# 初始化程序, /mnt/UsrDisk/lvgl_fb.o
/etc/runOpie
# 网络
wpa_supplicant -B -Dwext -ispiwlan0 -c/mnt/UsrDisk/.s.wpa.conf
# cat /mnt/UsrDisk/.s.wpa.conf
network={
  ssid="jcleng"
  psk="goodlifexxx"
}

# 重启
/bin/np1kill all