summaryrefslogtreecommitdiff
path: root/nuttx/configs/avr32dev1
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/avr32dev1')
-rwxr-xr-xnuttx/configs/avr32dev1/README.txt9
-rwxr-xr-xnuttx/configs/avr32dev1/ostest/defconfig2
2 files changed, 10 insertions, 1 deletions
diff --git a/nuttx/configs/avr32dev1/README.txt b/nuttx/configs/avr32dev1/README.txt
index dfe21a20e..341a7a69f 100755
--- a/nuttx/configs/avr32dev1/README.txt
+++ b/nuttx/configs/avr32dev1/README.txt
@@ -19,6 +19,7 @@ Contents
- Link Address
- Entering the ISP
- BatchISP
+ * Reset
* AVR32DEV1 Configuration Options
* Configurations
@@ -279,6 +280,14 @@ AVR32 Bootloader
"For further details about BatchISP commands, launch batchisp -h or see the
help files installed with FLIP ..."
+Reset
+^^^^^
+
+ The AVR32DEV1 reset button is not useful for restarting the program. It
+ seems that, after the reset, the RTC is left is a bad state and is constantly
+ busy (this might be the fault of the bootloader???). There does not seem
+ to be any way around this except for power cycling the board.
+
AVR32DEV1 Configuration Options
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
diff --git a/nuttx/configs/avr32dev1/ostest/defconfig b/nuttx/configs/avr32dev1/ostest/defconfig
index 26dd3ff00..b67e7a307 100755
--- a/nuttx/configs/avr32dev1/ostest/defconfig
+++ b/nuttx/configs/avr32dev1/ostest/defconfig
@@ -82,7 +82,7 @@ CONFIG_ARCH_BOARD=avr32dev1
CONFIG_ARCH_BOARD_AVR32DEV1=y
CONFIG_BOARD_LOOPSPERMSEC=1140
CONFIG_DRAM_SIZE=(32*1024)
-CONFIG_DRAM_START=0x10000000
+CONFIG_DRAM_START=0x00000000
CONFIG_DRAM_END=(CONFIG_DRAM_START+CONFIG_DRAM_SIZE)
CONFIG_ARCH_NOINTC=y
CONFIG_ARCH_IRQPRIO=y