...
The customized Asset Tracker v2 application is based on Nordic Asset Tracker v2, which has been modified to support SOM-NRF9151 hardware. For details refer to “Understanding Customised Asset Tracker v2 Application” (Coming soon) https://voxelbotics.atlassian.net/wiki/spaces/SOMnRF9151/pages/802914318/Understanding+Customised+Asset+Tracker+v2+Application?atlOrigin=eyJpIjoiZDhmMDY2ZGM1MzdiNDdkODhmODlhMWEyNzViYWJhMTgiLCJwIjoiYyJ9.
3.2.2. “Hello World“ Application
A sample Zephyr application that simply prints a “Hello World!“ greeting to the serial consoleprovides access to Zephyr shell and LTE modem AT command interface. The console device should be enabled and selected in the device tree:
...
A sample Zephyr application that simply prints a “Hello World!“ greeting to the serial consoleprovides access to Zephyr shell and LTE modem AT command interface. This application also includes the following subdirectories, which are used to enable the external SPI Flash and configure the MCUboot bootloader in addition to the serial console:
...