This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| U-Boot 2017.09 (Feb 16 2018 - 01:38:14 +0000) | |
| CPU : AM335X-GP rev 2.1 | |
| I2C: ready | |
| DRAM: 512 MiB | |
| No match for driver 'omap_hsmmc' | |
| No match for driver 'omap_hsmmc' | |
| Some drivers were not found | |
| MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1 | |
| *** Warning - bad CRC, using default environment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| reading rtems-app.img | |
| 31537 bytes read in 9 ms (3.3 MiB/s) | |
| reading am335x-boneblack.dtb | |
| 189 bytes read in 6 ms (30.3 KiB/s) | |
| ## Booting kernel from Legacy Image at 80800000 ... | |
| Image Name: RTEMS | |
| Created: 2018-03-11 17:33:38 UTC | |
| Image Type: ARM Linux Kernel Image (gzip compressed) | |
| Data Size: 31473 Bytes = 30.7 KiB | |
| Load Address: 80000000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /dts-v1/; | |
| / { | |
| model = "TI AM335x BeagleBone Black"; | |
| compatible = "ti,am335x-bone-black", "ti,am335x-bone", "ti,am33xx"; | |
| }; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| => fatload mmc 0 0x80800000 rtems-app.img | |
| reading rtems-app.img | |
| 1933051 bytes read in 127 ms (14.5 MiB/s) | |
| => fatload mmc 0 0x88000000 am335x-boneblack.dtb | |
| reading am335x-boneblack.dtb | |
| 32384 bytes read in 10 ms (3.1 MiB/s) | |
| => bootm 0x80800000 - 0x88000000 | |
| ## Booting kernel from Legacy Image at 80800000 ... | |
| Image Name: RTEMS | |
| Created: 2018-02-25 22:10:39 UTC |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| reading uEnv.txt | |
| 160 bytes read in 5 ms (31.3 KiB/s) | |
| Loaded env from uEnv.txt | |
| Importing environment from mmc0 ... | |
| Running uenvcmd ... | |
| reading rtems-app.img | |
| 68540 bytes read in 12 ms (5.4 MiB/s) | |
| reading am335x-boneblack.dtb | |
| 32384 bytes read in 10 ms (3.1 MiB/s) | |
| ## Booting kernel from Legacy Image at 80800000 ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| => fatload mmc :0 0x80800000 media.img | |
| reading media.img | |
| 1933249 bytes read in 131 ms (14.1 MiB/s) | |
| => bootm 0x80800000 | |
| ## Booting kernel from Legacy Image at 80800000 ... | |
| Image Name: RTEMS | |
| Created: 2018-02-28 10:36:45 UTC | |
| Image Type: ARM RTEMS Kernel Image (gzip compressed) | |
| Data Size: 1933185 Bytes = 1.8 MiB | |
| Load Address: 80000000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| U-Boot 2017.03-00002-gd12b1519b4 (Mar 14 2017 - 10:28:26 -0500), Build: jenkins-github_Bootload2 | |
| CPU : AM335X-GP rev 2.1 | |
| I2C: ready | |
| DRAM: 512 MiB | |
| Reset Source: Power-on reset has occurred. | |
| MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1 | |
| Using default environment | |
| <ethaddr> not set. Validating first E-fuse MAC |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd sandbox/ | |
| export sandbox=$PWD | |
| git clone git://git.rtems.org/rtems-source-builder.git | |
| git clone git://git.rtems.org/rtems.git | |
| git clone git://git.rtems.org/rtems-libbsd.git | |
| echo $sandbox | |
| cd rtems-source-builder/rtems/ | |
| ../source-builder/sb-check | |
| ../source-builder/sb-set-builder --prefix=$sandbox/5 5/rtems-arm | |
| cd .. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Serial Port Settings | |
| Baud 115,200 | |
| Bits 8 | |
| Parity N | |
| Stop Bits 1 | |
| Handshake None | |
| Software used: minicom | |
| ----------------------------------------------------------Debugging U-BOOT----------------------------------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- hello_world_c/test.c 2015-05-29 00:43:29.000000000 +0530 | |
| +++ modified_hello_world/test.c 2018-02-22 21:06:56.163033118 +0530 | |
| @@ -10,9 +10,9 @@ rtems_task Init( | |
| rtems_task_argument ignored | |
| ) | |
| { | |
| - printf( "\n\n*** HELLO WORLD TEST ***\n" ); | |
| - printf( "Hello World\n" ); | |
| - printf( "*** END OF HELLO WORLD TEST ***\n" ); | |
| + printf( "\n\n*** HELLO WORLD GSOC ***\n" ); |