#one_build
Bitsy Plus CE Builds: One Build Fits All
"NoCF" Build is Obsolete
The "NoCF" build for the Bitsy Plus has been rendered obsolete by improvements to the CE drivers and boot code. Beginning with CE builds 3.10 and 4.11 (CE 3.0 and .NET, respectively), and boot code 1.76, CE and the boot ROM read two entries from the ADSLOAD.HWT to determine how many slots are available for uploading the operating system and connecting peripherals.
You can download the ADSLOAD.HWT file from the CE Build selector, or just add the following entries to your existing HWT file:
;
; Number of PCMCIA/CF sockets
;
; This entry defines how many sockets the boot code should check
; when set up to load from PCMCIA/CF. The CE image also uses
; this information to determine if a CF card or the Ethernet
; personality board is installed.
;
; Note that ADS Ethernet personality boards also require that you
; set the number of slots to 2.
;
; 2 : Bitsy CF or Ethernet personality board.
; Boot code and CE image detects Ethernet automatically.
; 1 : No ADS CF or Ethernet personality board.
; Bitsy Plus will have only the PCMCIA slot for updates.
; Use this value for custom personality boards that don't
; use the ADS CompactFlash or Ethernet designs.
; 0 : Reserved for backward compatibility.
;
0xC0000F18 0x00000001 ; number of PCMCIA/CF sockets
;
;
; Bitsy Personality Board Revision
;
; Tells the boot code and CE which personality board revision is
; connected. This value is used only if number of sockets = 2.
; 0 : reserved for backward compatibility (system assumes rev 2)
; 1 : Rev 2
; 2 : Rev A
;
0xC0000F30 0x00000002 ; revision level of Bitsy Personality Board