|
GettingStarted 39 - 25 Jun 2008 - Main.PatriceVilchez
|
| |
| META TOPICPARENT | name="WebHome" |
Getting Started | | |
- The kernel sets up the caches, initializes each of the hardware devices via the init function in each driver, mounts the root filesystem and execs the init process, which is the ultimate parent of all user mode processes, typically /sbin/initd.
- Executing the first program linked against the shared C runtime library (often init) causes the shared runtime library to be loaded. In a typical Linux system, init reads /etc/inittab to execute the appropriate run control script from /etc/rc.d, which execute the start scripts to initialize networking and other system services
| |
< < | Linux4SAM demo - FLASH memory map | > > | Linux4SAM DataFlash demo - Memory map | | | | |
< < |  | > > |  | | | | |
< < | * : On AT91 chips with embedded FLASH 2, AT91Bootstrap is located into the internal FLASH and not in the DataFlash.
Notes
2: Embedded FLASH available on AT91SAM9XE for instance.
| > > | * : On AT91 chips with embedded FLASH 2, AT91Bootstrap is located into the internal FLASH and not in the DataFlash nor NandFlash.
Linux4SAM NandFlash demo - Memory map
* : On AT91 chips with embedded FLASH 2, AT91Bootstrap is located into the internal FLASH and not in the DataFlash nor NandFlash. | | |
Requirements | | |
| AT91SAM9260-EK | AT91SAM9261-EK | AT91SAM9263-EK (REV-A) |
| |
< < |
| > > |
| | |
| | | | | |
| Board | Description | Binary | Sources location |
| |
< < |
Notes
3: Touchscreen driver not available yet ; check LinuxKernel#2_6_24_at91_exp_patch
| > > |
| | | Flashing a demo on AT91 boards | | |
| |
< < | | !AT91SAM9260-EK |
!AT91SAM9261-EK |
!AT91SAM9263-EK |
|---|
| > > | | !AT91SAM9260-EK |
!AT91SAM9261-EK |
!AT91SAM9263-EK (RevA) |
|---|
| | | | | | | reinsert the DataFlash Card in J9 | | |
< < | | !AT91SAM9XE-EK |
!AT91SAM9RL-EK |
|
|---|
| > > | | !AT91SAM9XE-EK |
!AT91SAM9RL-EK |
!AT91SAM9263-EK (RevB) |
|---|
| | | | - erase the content of the internal FLASH by putting the J7 jumper in position 1-2
- power up the board
| | | verify that the USB connection is established (ATMEL AT91xxxxx Test Board appears in taskbar notification area) close DataFlash and NAND Flash Jumpers (J12 & J13) | |
< < | | > > | - J5-6 must be opened (BMS=1) to boot from the on-chip Boot ROM
- remove DataFlash Card (J9)
- remove NAND Flash Jumpers (J29)
- power up the board
- verify that the USB connection is established (ATMEL AT91xxxxx Test Board appears in taskbar notification area)
- reinsert the DataFlash Card in J9 (only for DataFlash demo)
- close NAND Flash Jumper (J29)
|
| | | | |
< < |
- launch the
.bat file : this script will run SAM-BA with proper parameters
| > > |
- launch the proper
.bat file : this script will run SAM-BA with proper parameters
| | |
- when the programmation
logfile.log appears (this will take a few minutes), remove the USB cable
- power cycle the board
- look the system booting on the LCD screen or trough the serial line
| | | | META FILEATTACHMENT |
attachment="9rl_board_presentation_tiny.png" attr="" comment="" date="1208280766" name="9rl_board_presentation_tiny.png" path="9rl_board_presentation_tiny.png" size="12697" stream="9rl_board_presentation_tiny.png" user="Main.NicolasFerre" version="1" |
| META FILEATTACHMENT |
attachment="9263_revb_board_presentation.png" attr="" comment="" date="1214302072" name="9263_revb_board_presentation.png" path="9263_revb_board_presentation.png" size="187397" stream="9263_revb_board_presentation.png" user="Main.PatriceVilchez" version="1" |
| META FILEATTACHMENT |
attachment="9263_revb_board_presentation_tiny.png" attr="" comment="" date="1214302081" name="9263_revb_board_presentation_tiny.png" path="9263_revb_board_presentation_tiny.png" size="15611" stream="9263_revb_board_presentation_tiny.png" user="Main.PatriceVilchez" version="1" |
|---|
| |
> > | | META FILEATTACHMENT |
attachment="demo_dataflash_map.png" attr="" comment="" date="1214409821" name="demo_dataflash_map.png" path="demo_dataflash_map.png" size="16562" stream="demo_dataflash_map.png" user="Main.PatriceVilchez" version="1" |
| META FILEATTACHMENT |
attachment="demo_nandflash_map.png" attr="" comment="" date="1214409836" name="demo_nandflash_map.png" path="demo_nandflash_map.png" size="13910" stream="demo_nandflash_map.png" user="Main.PatriceVilchez" version="1" |
|---|
|
|
|
GettingStarted 38 - 25 Jun 2008 - Main.PatriceVilchez
|
| | | META TOPICPARENT |
name="WebHome" |
|---|
Getting Started | | |
- Processor comes out of reset and branches to the ROM startup code.
| |
< < |
- The ROM startup code initializes the CPU and memory controller, performing only minimal initialization of on-chip devices, such as the console serial port (typically SMC1 on 8xx devices) to provide boot diagnostic messages. It also sets up the memory map for the kernel to use in a format that is consistent across platforms, and then jumps to the boot loader.
| > > |
- The ROM startup code initializes the CPU and memory controller, performing only minimal initialization of on-chip devices, such as the console serial port to provide boot diagnostic messages. It also sets up the memory map for the kernel to use in a format that is consistent across platforms, and then jumps to the boot loader.
| | |
- The boot loader decompresses the kernel into RAM, and jumps to it.
- The kernel sets up the caches, initializes each of the hardware devices via the init function in each driver, mounts the root filesystem and execs the init process, which is the ultimate parent of all user mode processes, typically /sbin/initd.
- Executing the first program linked against the shared C runtime library (often init) causes the shared runtime library to be loaded. In a typical Linux system, init reads /etc/inittab to execute the appropriate run control script from /etc/rc.d, which execute the start scripts to initialize networking and other system services
|
|
|
GettingStarted 37 - 24 Jun 2008 - Main.PatriceVilchez
|
| | | META TOPICPARENT |
name="WebHome" |
|---|
Getting Started | | |
| |
< < | | !AT91SAM9260-EK |
!AT91SAM9261-EK |
!AT91SAM9263-EK |
|---|
| > > | | !AT91SAM9260-EK |
!AT91SAM9261-EK |
!AT91SAM9263-EK (REV-A) |
|---|
| | | | |
< < | | !AT91SAM9XE-EK |
!AT91SAM9RL-EK |
|
|---|
| > > | | !AT91SAM9XE-EK |
!AT91SAM9RL-EK |
!AT91SAM9263-EK (REV-B) |
|---|
| | | | | | |
< < | | | | > > | | | | | | | | | | META FILEATTACHMENT |
attachment="9xe_board_presentation_tiny.png" attr="" comment="" date="1200585135" name="9xe_board_presentation_tiny.png" path="9xe_board_presentation_tiny.png" size="12700" stream="9xe_board_presentation_tiny.png" user="Main.NicolasFerre" version="2" |
| META FILEATTACHMENT |
attachment="9rl_board_presentation.png" attr="" comment="" date="1208280748" name="9rl_board_presentation.png" path="9rl_board_presentation.png" size="140062" stream="9rl_board_presentation.png" user="Main.NicolasFerre" version="1" |
| META FILEATTACHMENT |
attachment="9rl_board_presentation_tiny.png" attr="" comment="" date="1208280766" name="9rl_board_presentation_tiny.png" path="9rl_board_presentation_tiny.png" size="12697" stream="9rl_board_presentation_tiny.png" user="Main.NicolasFerre" version="1" |
|---|
| |
> > | | META FILEATTACHMENT |
attachment="9263_revb_board_presentation.png" attr="" comment="" date="1214302072" name="9263_revb_board_presentation.png" path="9263_revb_board_presentation.png" size="187397" stream="9263_revb_board_presentation.png" user="Main.PatriceVilchez" version="1" |
| META FILEATTACHMENT |
attachment="9263_revb_board_presentation_tiny.png" attr="" comment="" date="1214302081" name="9263_revb_board_presentation_tiny.png" path="9263_revb_board_presentation_tiny.png" size="15611" stream="9263_revb_board_presentation_tiny.png" user="Main.PatriceVilchez" version="1" |
|---|
|
|
|
GettingStarted 34 - 18 Jan 2008 - Main.NicolasFerre
|
| | | META TOPICPARENT |
name="WebHome" |
|---|
Getting Started | | |
| |
> > | * : On AT91 chips with embedded FLASH 2, AT91Bootstrap is located into the internal FLASH and not in the DataFlash. | | | Requirements | | | | META FILEATTACHMENT |
attachment="9261_board_presentation.png" attr="" comment="" date="1189699725" name="9261_board_presentation.png" path="9261_board_presentation.png" size="152791" stream="9261_board_presentation.png" user="Main.NicolasFerre" version="1" |
| META FILEATTACHMENT |
attachment="9261_board_presentation_tiny.png" attr="" comment="" date="1189699735" name="9261_board_presentation_tiny.png" path="9261_board_presentation_tiny.png" size="11446" stream="9261_board_presentation_tiny.png" user="Main.NicolasFerre" version="1" |
| META FILEATTACHMENT |
attachment="linux_boot_sequence.png" attr="" comment="" date="1190116516" name="linux_boot_sequence.png" path="linux_boot_sequence.png" size="77406" stream="linux_boot_sequence.png" user="Main.NicolasFerre" version="2" |
|---|
| |
< < | | META FILEATTACHMENT |
attachment="demo_flash_map.png" attr="" comment="" date="1190116235" name="demo_flash_map.png" path="demo_flash_map.png" size="32232" stream="demo_flash_map.png" user="Main.NicolasFerre" version="1" |
|---|
| > > | | META FILEATTACHMENT |
attachment="demo_flash_map.png" attr="" comment="with 9xe map" date="1200652045" name="demo_flash_map.png" path="demo_flash_map.png" size="16363" stream="demo_flash_map.png" user="Main.NicolasFerre" version="3" |
|---|
| | | | META FILEATTACHMENT |
attachment="Screenshot-6.png" attr="" comment="" date="1192096930" name="Screenshot-6.png" path="Screenshot-6.png" size="13982" stream="Screenshot-6.png" user="Main.NicolasFerre" version="1" |
| META FILEATTACHMENT |
attachment="9260_board_presentation.png" attr="" comment="" date="1192199054" name="9260_board_presentation.png" path="9260_board_presentation.png" size="166717" stream="9260_board_presentation.png" user="Main.NicolasFerre" version="1" |
| META FILEATTACHMENT |
attachment="9260_board_presentation_tiny.png" attr="" comment="" date="1192199090" name="9260_board_presentation_tiny.png" path="9260_board_presentation_tiny.png" size="12763" stream="9260_board_presentation_tiny.png" user="Main.NicolasFerre" version="1" |
|---|
|
|
|
GettingStarted 32 - 16 Oct 2007 - Main.NicolasFerre
|
| | | META TOPICPARENT |
name="WebHome" |
|---|
Getting Started | | | Serial communication parameters 115200 8-N-1 :
| Baud rate |
115200 |
| Data |
8 bits |
| Parity |
None |
| Stop |
1 bit |
| Flow control |
None |
- AT91 ISP 1.10 (or higher) ; containing the SAM-BA tool => Check the SoftwareTools page ;
- the demo archive provide just below. This archive contains :
| |
< < |
-
- all 4 components binaries : AT91Bootstrap, u-boot, Linux kernel, root filesystem ;
| > > |
-
- all 4 components binaries : AT91Bootstrap, u-boot, Linux kernel, root filesystem ;
| | |
-
- a TCL/SAM-BA script that interfaces with the SAM-BA tool to flash the demo ;
- a .bat script able to run the flashing script calling SAM-BA itself.
|
|
|
GettingStarted 31 - 16 Oct 2007 - Main.NicolasFerre
|
| | | META TOPICPARENT |
name="WebHome" |
|---|
Getting Started | | |
| |
> > | | | | Requirements
Hardware | | | Going Forward | |
< < | If you want to rebuild this demo from sources, go through each component topic and you will have a comprehensive explanation of it role and how to build it. | > > | If you want to rebuild this demo from sources, go through each component topic and you will have a comprehensive explanation of it role and how to build it. | | | For people in a hurry, there is a summary page which collects all material to build from sources : it allows you GoingForward quickly. | |
> > | | | |
| META FILEATTACHMENT |
attachment="SAM9_Boot_Strategies.ppt" attr="" comment="SAM9 boot strategie addressed by product" date="1189600004" name="SAM9_Boot_Strategies.ppt" path="SAM9_Boot_Strategies.ppt" size="509440" stream="SAM9_Boot_Strategies.ppt" user="Main.NicolasFerre" version="1" |
|---|
|
|
|
GettingStarted 30 - 12 Oct 2007 - Main.NicolasFerre
|
| | | META TOPICPARENT |
name="WebHome" |
|---|
Getting Started | | | Several pieces of software are involved to boot a linux kernel on SAM9 products. First is the ROM code which is in charge to check if a valid application is present on supported media (FLASH, DATAFLASH, NANDFLASH, SDCARD).
The boot sequence of linux4SAM is done in several steps : | |
< < |
- Boot Program - Check if a valid application is present in FLASH and if it is the case download it into internal SRAM.
For more informations on this topic, please check the Boot strategies section and particularly the Boot capabilities matrix.
| > > |
- Boot Program - Check if a valid application is present in FLASH and if it is the case download it into internal SRAM.
For more information on this topic, please check the Boot strategies section and particularly the Boot capabilities matrix.
| | |
- AT91Bootstrap - In charge of hardware configuration, download U-Boot binary frome FLASH to SDRAM, start the bootloader
- U-Boot - The bootloader, in charge of download kernel binaries from FLASH, network, USB key, etc. Start the kernel.
- Linux kernel - The operating system kernel.
| | |
| AT91SAM9260-EK | AT91SAM9261-EK | AT91SAM9263-EK |
| |
< < | | > > | | | | | | | | META FILEATTACHMENT |
attachment="linux_boot_sequence.png" attr="" comment="" date="1190116516" name="linux_boot_sequence.png" path="linux_boot_sequence.png" size="77406" stream="linux_boot_sequence.png" user="Main.NicolasFerre" version="2" |
| META FILEATTACHMENT |
attachment="demo_flash_map.png" attr="" comment="" date="1190116235" name="demo_flash_map.png" path="demo_flash_map.png" size="32232" stream="demo_flash_map.png" user="Main.NicolasFerre" version="1" |
| META FILEATTACHMENT |
attachment="Screenshot-6.png" attr="" comment="" date="1192096930" name="Screenshot-6.png" path="Screenshot-6.png" size="13982" stream="Screenshot-6.png" user="Main.NicolasFerre" version="1" |
|---|
| |
> > | | META FILEATTACHMENT |
attachment="9260_board_presentation.png" attr="" comment="" date="1192199054" name="9260_board_presentation.png" path="9260_board_presentation.png" size="166717" stream="9260_board_presentation.png" user="Main.NicolasFerre" version="1" |
| META FILEATTACHMENT |
attachment="9260_board_presentation_tiny.png" attr="" comment="" date="1192199090" name="9260_board_presentation_tiny.png" path="9260_board_presentation_tiny.png" size="12763" stream="9260_board_presentation_tiny.png" user="Main.NicolasFerre" version="1" |
| META FILEATTACHMENT |
attachment="9263_board_presentation.png" attr="" comment="" date="1192199110" name="9263_board_presentation.png" path="9263_board_presentation.png" size="162787" stream="9263_board_presentation.png" user="Main.NicolasFerre" version="1" |
| META FILEATTACHMENT |
attachment="9263_board_presentation_tiny.png" attr="" comment="" date="1192199127" name="9263_board_presentation_tiny.png" path="9263_board_presentation_tiny.png" size="13517" stream="9263_board_presentation_tiny.png" user="Main.NicolasFerre" version="1" |
|---|
|
|
|
GettingStarted 29 - 11 Oct 2007 - Main.NicolasFerre
|
| | | META TOPICPARENT |
name="WebHome" |
|---|
| |
< < | | | | Getting Started | | | Ok, now you should have the Linux demo up'n running on your board ! Have a walk through applications of this demo. | |
> > |
| | | Going Forward
If you want to rebuild this demo from sources, go through each component topic and you will have a comprehensive explanation of it role and how to build it. | |
< < | For people in a hurry, there is a summary page which collects all material to build from sources : il allows you GoingForward quickly. | > > | For people in a hurry, there is a summary page which collects all material to build from sources : it allows you GoingForward quickly. | | |
| | | | META FILEATTACHMENT |
attachment="9261_board_presentation_tiny.png" attr="" comment="" date="1189699735" name="9261_board_presentation_tiny.png" path="9261_board_presentation_tiny.png" size="11446" stream="9261_board_presentation_tiny.png" user="Main.NicolasFerre" version="1" |
| META FILEATTACHMENT |
attachment="linux_boot_sequence.png" attr="" comment="" date="1190116516" name="linux_boot_sequence.png" path="linux_boot_sequence.png" size="77406" stream="linux_boot_sequence.png" user="Main.NicolasFerre" version="2" |
| META FILEATTACHMENT |
attachment="demo_flash_map.png" attr="" comment="" date="1190116235" name="demo_flash_map.png" path="demo_flash_map.png" size="32232" stream="demo_flash_map.png" user="Main.NicolasFerre" version="1" |
|---|
| |
> > | | META FILEATTACHMENT |
attachment="Screenshot-6.png" attr="" comment="" date="1192096930" name="Screenshot-6.png" path="Screenshot-6.png" size="13982" stream="Screenshot-6.png" user="Main.NicolasFerre" version="1" |
|---|
|
|
|
GettingStarted 28 - 10 Oct 2007 - Main.NicolasFerre
|
| | | META TOPICPARENT |
name="WebHome" |
|---|
Getting Started | | | Ok, now you should have the Linux demo up'n running on your board ! Have a walk through applications of this demo. | |
> > | Going Forward
If you want to rebuild this demo from sources, go through each component topic and you will have a comprehensive explanation of it role and how to build it.
For people in a hurry, there is a summary page which collects all material to build from sources : il allows you GoingForward quickly. | | |
| META FILEATTACHMENT |
attachment="SAM9_Boot_Strategies.ppt" attr="" comment="SAM9 boot strategie addressed by product" date="1189600004" name="SAM9_Boot_Strategies.ppt" path="SAM9_Boot_Strategies.ppt" size="509440" stream="SAM9_Boot_Strategies.ppt" user="Main.NicolasFerre" version="1" |
|---|
|
|
|
GettingStarted 27 - 27 Sep 2007 - Main.RfoLnx4sam
|
| | | META TOPICPARENT |
name="WebHome" |
|---|
Getting Started | | |
| AT91SAM9260-EK | AT91SAM9261-EK | AT91SAM9263-EK |
| |
< < | | > > | | | | | | |
- look the system booting on the LCD screen or trough the serial line
- calibrate accurately the LCD screen (if needed)
| |
< < | Ok, now you should have the Linux demo up'n running on your board ! | > > | Playing with the demo
Ok, now you should have the Linux demo up'n running on your board ! Have a walk through applications of this demo. | | |
|
|
|
GettingStarted 26 - 27 Sep 2007 - Main.RfoLnx4sam
|
| | | META TOPICPARENT |
name="WebHome" |
|---|
Getting Started | | | | |
< < |
| Board | Description | Binary |
| at91sam9260ek | Linux4SAM demo archive | xxx.zip |
| > > |
| | | Flashing a demo on AT91 boards
Before flashing the demo, make sure that you have installed the SAM-BA tool on your host computer. | | | Ok, now you should have the Linux demo up'n running on your board ! | |
> > |
| | | | META FILEATTACHMENT |
attachment="SAM9_Boot_Strategies.ppt" attr="" comment="SAM9 boot strategie addressed by product" date="1189600004" name="SAM9_Boot_Strategies.ppt" path="SAM9_Boot_Strategies.ppt" size="509440" stream="SAM9_Boot_Strategies.ppt" user="Main.NicolasFerre" version="1" |
| META FILEATTACHMENT |
attachment="Linux4SAM_GettingStarted.png" attr="" comment="" date="1189673152" name="Linux4SAM_GettingStarted.png" path="Linux4SAM_GettingStarted.png" size="74896" stream="Linux4SAM_GettingStarted.png" user="Main.NicolasFerre" version="2" |
| META FILEATTACHMENT |
attachment="9261_board_presentation.png" attr="" comment="" date="1189699725" name="9261_board_presentation.png" path="9261_board_presentation.png" size="152791" stream="9261_board_presentation.png" user="Main.NicolasFerre" version="1" |
|---|
|
|
|
GettingStarted 23 - 19 Sep 2007 - Main.NicolasFerre
|
| | | META TOPICPARENT |
name="WebHome" |
|---|
Getting Started | | |
- connect a USB cable on the board
- connect a serial link on DBGU connector and open the terminal emulator program
| |
< < | | AT91SAM9260? -EK |
AT91SAM9261? -EK |
AT91SAM9263? -EK |
|---|
| > > |
| AT91SAM9260-EK | AT91SAM9261-EK | AT91SAM9263-EK |
| | | | - J7 must be opened (BMS=1) to boot from the on-chip Boot ROM
| |
< < | _on AT91SAM9260-EK platform, there is no way to disconnect the on board DataFlash. If valid code is present in the first DataFlash page the chip will execute it before connecting to SAM-BA._ http://www.atmel.com/dyn/resources/prod_documents/doc6281.pdf | > > | follow the AT91SAM9260EKSamBaRecovery recovery method, if needed | | | power up the board | |
< < | | > > | verify that the USB connection is established (ATMEL AT91xxxxx Test Board appears in taskbar notification area) | | | | - J4 must be opened (BMS=1) to boot from the on-chip Boot ROM
- remove DataFlash Jumper (J21)
- power up the board
| |
< < | verify that the USB connection is established (ATMEL AT91xxxxx Test Board appears in taskbar notification area( | > > | verify that the USB connection is established (ATMEL AT91xxxxx Test Board appears in taskbar notification area) | | | plug DataFlash Jumper (J21) back in position 1-2 | - J5-6 must be opened (BMS=1) to boot from the on-chip Boot ROM
- remove DataFlash Card (J9)
- power up the board
| |
> > | verify that the USB connection is established (ATMEL AT91xxxxx Test Board appears in taskbar notification area) | | | reinsert the DataFlash Card in J9 | | |
> > | | | |
- launch the
.bat file : this script will run SAM-BA with proper parameters
- when the programmation
logfile.log appears (this will take a few minutes), remove the USB cable
| | |
- look the system booting on the LCD screen or trough the serial line
- calibrate accurately the LCD screen (if needed)
| |
< < | Note about the boot :
The bootram.nb0 features the dataflash recovery method.
An erase of the first dataflash page is performed if button BP4 on the board is pressed after reset.
To erase the first dataflash page :
Push the button BP4
Push the reset button while BP4 is pressed
The following message is displayed on hyperterminal
"
INFO : Low Level Init : OK
Starting main ...
Testing BP4
BP4 is pressed. Erasing First Page of SPI data Flash CS1
Please reboot....
" | > > | Ok, now you should have the Linux demo up'n running on your board ! | | | | META FILEATTACHMENT |
attachment="SAM9_Boot_Strategies.ppt" attr="" comment="SAM9 boot strategie addressed by product" date="1189600004" name="SAM9_Boot_Strategies.ppt" path="SAM9_Boot_Strategies.ppt" size="509440" stream="SAM9_Boot_Strategies.ppt" user="Main.NicolasFerre" version="1" |
| META FILEATTACHMENT |
attachment="Linux4SAM_GettingStarted.png" attr="" comment="" date="1189673152" name="Linux4SAM_GettingStarted.png" path="Linux4SAM_GettingStarted.png" size="74896" stream="Linux4SAM_GettingStarted.png" user="Main.NicolasFerre" version="2" |
|---|
|
|
|
GettingStarted 22 - 19 Sep 2007 - Main.NicolasFerre
|
| | | META TOPICPARENT |
name="WebHome" |
|---|
Getting Started | | |
- connect a serial link on DBGU connector and open the terminal emulator program
| AT91SAM9260? -EK |
AT91SAM9261? -EK |
AT91SAM9263? -EK |
|---|
| | |
< < | | | | J7 must be opened (BMS=1) to boot from the on-chip Boot ROM | |
< < | remove DataFlash Jumper (J21) | > > | _on AT91SAM9260-EK platform, there is no way to disconnect the on board DataFlash. If valid code is present in the first DataFlash page the chip will execute it before connecting to SAM-BA._ http://www.atmel.com/dyn/resources/prod_documents/doc6281.pdf | | | power up the board | |
< < | plug DataFlash Jumper (J21) back in position 1-2 | > > | | | | | - J4 must be opened (BMS=1) to boot from the on-chip Boot ROM
- remove DataFlash Jumper (J21)
- power up the board
| |
> > | verify that the USB connection is established (ATMEL AT91xxxxx Test Board appears in taskbar notification area( | | | plug DataFlash Jumper (J21) back in position 1-2 | |
|
|
GettingStarted 21 - 19 Sep 2007 - Main.TWikiGuest
|
| | | META TOPICPARENT |
name="WebHome" |
|---|
Getting Started | | | J4 must be opened (BMS=1) to boot from the on-chip Boot ROM remove DataFlash Jumper (J21) power up the board | |
< < | plug DataFlash Jumper (J21) back in position 1-2 \ | > > | plug DataFlash Jumper (J21) back in position 1-2 | | | | - J5-6 must be opened (BMS=1) to boot from the on-chip Boot ROM
- remove DataFlash Card (J9)
|
|
|
|