Difference between revisions of "Firsts steps with AM335x"

From IGEP - ISEE Wiki

Jump to: navigation, search
(Created page with ' = Recovery boot = # Make sure the BOOT mode is set to UART. # Connect to the debug UART with your computer and launch the serial terminal application picocom -b 115200 /dev/t…')
 
(Recovery boot)
Line 2: Line 2:
 
= Recovery boot =
 
= Recovery boot =
  
# Make sure the BOOT mode is set to UART.
+
1. Make sure the BOOT mode is set to UART.
# Connect to the debug UART with your computer and launch the serial terminal application
+
2. Connect to the debug UART with your computer and launch the serial terminal application
 
   picocom -b 115200 /dev/ttyUSB0 --send-cmd "sz -vv -X" --receive-cmd  "rz -vv  -X"
 
   picocom -b 115200 /dev/ttyUSB0 --send-cmd "sz -vv -X" --receive-cmd  "rz -vv  -X"
# Start the board. When "CCCC" characters appear on terminal window, do:
+
3. Start the board. When "CCCC" characters appear on terminal window, do:
 
   C-a C-s
 
   C-a C-s
 
   *** file: u-boot-spl.bin
 
   *** file: u-boot-spl.bin
# Exit from picocom using C-a C-q, and relaunch picocom with
+
4. Exit from picocom using C-a C-q, and relaunch picocom with
 
   picocom -b 115200 /dev/ttyUSB0 --send-cmd "sz -vv -Y" --receive-cmd  "rz -vv  -Y"
 
   picocom -b 115200 /dev/ttyUSB0 --send-cmd "sz -vv -Y" --receive-cmd  "rz -vv  -Y"
# When "CCCC" characters appear on terminal window, do:
+
5. When "CCCC" characters appear on terminal window, do:
 
   C-a C-s
 
   C-a C-s
 
   *** file: u-boot.bin
 
   *** file: u-boot.bin
# Hitting any key to stop automatic boot, should present the U-Boot prompt.
+
6. Hitting any key to stop automatic boot, should present the U-Boot prompt.

Revision as of 15:35, 1 February 2013

Recovery boot

1. Make sure the BOOT mode is set to UART. 2. Connect to the debug UART with your computer and launch the serial terminal application

 picocom -b 115200 /dev/ttyUSB0 --send-cmd "sz -vv -X" --receive-cmd  "rz -vv  -X"

3. Start the board. When "CCCC" characters appear on terminal window, do:

 C-a C-s
 *** file: u-boot-spl.bin

4. Exit from picocom using C-a C-q, and relaunch picocom with

 picocom -b 115200 /dev/ttyUSB0 --send-cmd "sz -vv -Y" --receive-cmd  "rz -vv  -Y"

5. When "CCCC" characters appear on terminal window, do:

 C-a C-s
 *** file: u-boot.bin

6. Hitting any key to stop automatic boot, should present the U-Boot prompt.