Skip to content

fix(android): AM62PX: Fix the BOOTMODE switch labels #303

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 50 additions & 18 deletions source/android/Overview_Flashing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,33 @@ Once the build is complete, follow the steps below to flash the images to eMMC.

1. Change the boot mode DIP switches to DFU mode:

.. list-table::
:widths: 16 16 16
:header-rows: 1
.. ifconfig:: CONFIG_part_variant in ('AM62X')

* - Switch Label
- SW2: 12345678
- SW3: 12345678
.. list-table::
:widths: 16 16 16
:header-rows: 1

* - USB DFU
- 00000000
- 11001010
* - Switch Label
- SW2: 12345678
- SW3: 12345678

* - USB DFU
- 00000000
- 11001010

.. ifconfig:: CONFIG_part_variant in ('AM62PX')

.. list-table::
:widths: 16 16 16
:header-rows: 1

* - Switch Label
- SW5: 12345678
- SW4: 12345678

* - USB DFU
- 00000000
- 11001010

2. Ensure the device is plugged in with USB host and debug UART/serial debug

Expand Down Expand Up @@ -320,17 +336,33 @@ Once the build is complete, follow the steps below to flash the images to eMMC.

6. Change boot mode DIP switches to boot from eMMC user partitions and power cycle the board:

.. list-table::
:widths: 16 16 16
:header-rows: 1
.. ifconfig:: CONFIG_part_variant in ('AM62X')

.. list-table::
:widths: 16 16 16
:header-rows: 1

* - Switch Label
- SW2: 12345678
- SW3: 12345678

* - EMMC (with UDA)
- 00000000
- 11000010

.. ifconfig:: CONFIG_part_variant in ('AM62PX')

.. list-table::
:widths: 16 16 16
:header-rows: 1

* - Switch Label
- SW2: 12345678
- SW3: 12345678
* - Switch Label
- SW5: 12345678
- SW4: 12345678

* - EMMC (with UDA)
- 00000000
- 11000010
* - EMMC (with UDA)
- 00000000
- 11000010


7. Board should boot the Android images now.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ the images are built from source.
:header-rows: 1

* - Switch Label
- SW2: 12345678
- SW3: 12345678
- SW5: 12345678
- SW4: 12345678

* - SD
- 01000000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ Flashing SD Card
:header-rows: 1

* - Switch Label
- SW2: 12345678
- SW3: 12345678
- SW5: 12345678
- SW4: 12345678

* - SD
- 01000000
Expand Down
Loading