Changeset 3383
- Timestamp:
- Oct 25, 2012 9:30:24 AM (7 months ago)
- Location:
- cpu/arm/olpc
- Files:
-
- 4 added
- 3 edited
-
4.0/nn-version.fth (added)
-
4.0/nn.bth (added)
-
4.0/olpc.bth (modified) (2 diffs)
-
bsl.fth (modified) (1 diff)
-
build-fw.fth (modified) (2 diffs)
-
fetch-nn.fth (added)
-
nnflash.fth (added)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/4.0/olpc.bth
r3340 r3383 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.img 5 6 in: ${BP}/cpu/arm/olpc/4.0/build/fw.img 6 7 in: ${BP}/cpu/arm/olpc/4.0/build/resetvec.img … … 155 156 156 157 " ec.img" " ecimage.bin" $add-deflated-dropin 158 " nn.hex" " nn.hex" $add-deflated-dropin 157 159 " ${BP}/clients/emacs/x86/emacs.rc" " emacs.rc" $add-deflated-dropin 158 160 " ${BP}/clients/emacs/emacs.hlp" " emacs.hlp" $add-deflated-dropin -
cpu/arm/olpc/bsl.fth
r3266 r3383 223 223 ; 224 224 225 defer bsl-progress ' 2drop is bsl-progress ( offset size -- ) 225 226 : rx-data-block ( adr len device-adr -- ) 227 dup h# 8000 - h# 8000 bsl-progress 226 228 over h# 12 frame( ( adr len device-adr ) 227 229 send-summed ( adr len ) \ device address -
cpu/arm/olpc/build-fw.fth
r3364 r3383 367 367 [ifdef] bsl-uart-base 368 368 fload ${BP}/cpu/arm/olpc/bsl.fth 369 fload ${BP}/cpu/arm/olpc/nnflash.fth 369 370 [then] 370 371 … … 858 859 then 859 860 then 861 [ifdef] update-nn-flash? 862 update-nn-flash? if 863 ['] ?enough-power catch ?dup if ( error ) 864 show-no-power 865 .error 866 ." Skipping NN reflash, not enough power" cr 867 d# 1000 ms 868 else 869 jots ['] jot to bsl-progress 870 update-nn-flash 871 then 872 then 873 [then] 860 874 \+ use-screen-kbd open-hotspot 861 875
Note: See TracChangeset
for help on using the changeset viewer.
