Skip to content

arch/arm: Fix LPC2378 to work again#19233

Open
acassis wants to merge 1 commit into
apache:masterfrom
acassis:fix_lpc2378
Open

arch/arm: Fix LPC2378 to work again#19233
acassis wants to merge 1 commit into
apache:masterfrom
acassis:fix_lpc2378

Conversation

@acassis

@acassis acassis commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

Summary

Olimex LPC-2378-STK was the first board I ran NuttX in 2010. Then in 2023 I found this board on eBay and decided to buy it to try NuttX on it again, but for my disappointment it was not working: https://acassis.wordpress.com/2023/04/01/testing-nuttx-again-on-olimex-lpc2378-stk-board/

Then I opened an Issue: #19201 and Xiang Xiao and ldube helped me to get it working again.

Impact

This commit proves that NuttX still working for ARM7TDMI.

Testing

NuttShell (NSH) NuttX-13.0.0-RC0                                             
nsh> uname -a
NuttX 13.0.0-RC0 bcac56ed20-dirty Jun 28 2026 16:05:05 arm olimex-lpc2378    
nsh> mount
nsh: mount: missing required argument(s)                                     
nsh> help
help usage:  help [-v] [<cmd>]                                               
                                                                             
    .           cd          expr        mv          usleep      unset        
    [           cp          false       printf      source      uptime       
    ?           cmp         help        pwd         test        watch        
    alias       dirname     hexdump     rm          time        xd           
    unalias     dmesg       ls          rmdir       true                          
    basename    echo        mkdir       set         truncate                      
    break       exec        mkrd        kill        uname                         
    cat         exit        mount       sleep       umount                        
nsh> uptime                                                                       
00:00:34 up  0:00, load average: 0.00, 0.00, 0.00                                 
nsh>

@github-actions github-actions Bot added Arch: arm Issues related to ARM (32-bit) architecture Size: S The size of the change in this PR is small labels Jun 28, 2026
@acassis

acassis commented Jun 28, 2026

Copy link
Copy Markdown
Contributor Author

@jerpelea please add this fix to NuttX V13-RC1

@github-actions

github-actions Bot commented Jun 28, 2026

Copy link
Copy Markdown

MemBrowse Memory Report

No memory changes detected for:

Olimex LPC-2378-STK was the first board I ran NuttX in 2010. Then
in 2023 I found this board on eBay and decided to buy it to try
NuttX on it again, but for my disappointment it was not working:
https://acassis.wordpress.com/2023/04/01/testing-nuttx-again-on-olimex-lpc2378-stk-board/

Then I opened an Issue: apache#19201
and Xiang Xiao and ldube helped me to get it working again.

Signed-off-by: Alan C. Assis <acassis@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Arch: arm Issues related to ARM (32-bit) architecture Size: S The size of the change in this PR is small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant