How to build and run program LS1028ARDB?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to build and run program LS1028ARDB?

618 Views
anesarkar
Contributor II

Hi,

      How do I run a simple hello world program in LS1028ARDB without using CodeWarrior Tap and CodeWarrior IDE.

Additionally, I want to interface and program Lora 2 Click with the system. Can someone answer these questions?

Thanks!

Labels (2)
0 Kudos
1 Reply

462 Views
bpe
NXP Employee
NXP Employee

You are asking very basic questions. If you want a very beginner guide, googling for something like "cross compiling for ARM" yields a lot of
step-by-step how-to's. Here is a couple from  the first search page that
look appropriate:

http://jensd.be/800/linux/cross-compiling-for-arm-with-ubuntu-16-04-lts
http://www.firmcodes.com/how-to-cross-compile-for-arm/

Installing NXP SDK for your board will save you a few manual commands to install the right toolchain and will help you when you move to a more serious
project.

After you build your application, you can use any communication protocol
(FTP, HTTP, SSH/SFTP, whatever)to transfer the binary to the target.
The same SDK will generate a set of target boot binaries to bring up
the board so that the protocol can work.

As of the software package you mentioned, we cannot share any experience
with it, sorry. Our suggestion in this regard is to consult at it's maintainer/documentation/support for build instructions.


Have a great day,
Platon

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos