ldube opened a new pull request, #19894:
URL: https://github.com/apache/nuttx/pull/19894

   ## Summary
   
   Add initial NuttX port for the original (white) BeagleBone board, which is 
powered by the TI AM335x Sitara Cortex-A8 processor.
   
   This commit includes:
   - Board documentation
   - Board support package files derived from BeagleBone black
   - Architecture-specific page allocator for memory management in kernel build.
   - Default configurations for both flat (`nsh`) and kernel (`knsh`) builds 
running via U-Boot from a microSD card.
   
   ## Testing
   
   => load mmc 0 0x80300000 knsh.bin 
   414356 bytes read in 41 ms (9.6 MiB/s)
   => go 0x80300000
   ## Starting application at 0x80300000 ...
   
   NuttShell (NSH) NuttX-13.0.1-RC0
   knsh> ls /bin
   /bin:
    dd
    getprime
    hello
    init
    sh
   knsh> /bin/hello
   Hello, World!!
   knsh>
   
   NuttShell (NSH) NuttX-13.0.1-RC0
   nsh> uname -a
   NuttX 13.0.1-RC0 3e43867cbb Aug 17 2026 22:58:21 arm beaglebone
   nsh> 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to