Changeset 3401
- Timestamp:
- Oct 31, 2012 3:14:54 AM (7 months ago)
- Location:
- cpu/arm/olpc
- Files:
-
- 4 edited
-
4.0/olpc.bth (modified) (2 diffs)
-
build-fw.fth (modified) (1 diff)
-
nn-touchscreen.fth (modified) (2 diffs)
-
nnflash.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/4.0/olpc.bth
r3384 r3401 3 3 command: &builder &this 4 4 in: ${BP}/cpu/arm/olpc/4.0/build/ec.img 5 \in: ${BP}/cpu/arm/olpc/4.0/build/nn.hex5 in: ${BP}/cpu/arm/olpc/4.0/build/nn.hex 6 6 in: ${BP}/cpu/arm/olpc/4.0/build/fw.img 7 7 in: ${BP}/cpu/arm/olpc/4.0/build/resetvec.img … … 156 156 157 157 " ec.img" " ecimage.bin" $add-deflated-dropin 158 \" nn.hex" " nn.hex" $add-deflated-dropin158 " nn.hex" " nn.hex" $add-deflated-dropin 159 159 " ${BP}/clients/emacs/x86/emacs.rc" " emacs.rc" $add-deflated-dropin 160 160 " ${BP}/clients/emacs/emacs.hlp" " emacs.hlp" $add-deflated-dropin -
cpu/arm/olpc/build-fw.fth
r3395 r3401 367 367 [ifdef] bsl-uart-base 368 368 fload ${BP}/cpu/arm/olpc/bsl.fth 369 \fload ${BP}/cpu/arm/olpc/nnflash.fth369 fload ${BP}/cpu/arm/olpc/nnflash.fth 370 370 [then] 371 371 -
cpu/arm/olpc/nn-touchscreen.fth
r3385 r3401 21 21 create nn-watch \ graphical signal tests 22 22 23 \create nn-fss \ optional fixed signal strength test23 create nn-fss \ optional fixed signal strength test 24 24 \ create nn-ls \ optional low signals test 25 \create nn-fss-all \ fixed signal strength test, all power levels26 27 \create nn-components \ isolate test results to failed component identifier25 create nn-fss-all \ fixed signal strength test, all power levels 26 27 create nn-components \ isolate test results to failed component identifier 28 28 29 29 d# 15 value xleds … … 54 54 touch-tck-gpio# dup gpio-clr gpio-dir-out 55 55 ; 56 : reset ( -- ) touch-rst-gpio# dup gpio-clr gpio-set d# 250 ms ; 56 57 \ Neonode requested 250 ms 58 \ we observe for 0.0.0.5 59 \ less than 38 ms yields no response to reset, 60 \ 40 ms yields 100 ms overall version check, and 61 \ 45 ms yields 84 ms overall version check. 62 : reset ( -- ) touch-rst-gpio# dup gpio-clr gpio-set d# 50 ms ; 57 63 : hold-reset ( -- ) touch-rst-gpio# gpio-clr ; 58 64 : no-data? ( -- no-data? ) touch-int-gpio# gpio-pin@ ; -
cpu/arm/olpc/nnflash.fth
r3383 r3401 31 31 32 32 : update-nn-flash? ( -- flag ) 33 \ XO-4 B1 have clear lightguides incompatible with later versions 34 \ of touchscreen firmware. 35 board-revision h# 4b20 < if false exit then 33 36 nn-image$ nn-up-to-date? 0= 34 37 ;
Note: See TracChangeset
for help on using the changeset viewer.
