Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 18-Apr-2025 | - | ||||
boot.cmd | A D | 18-Apr-2025 | 4.4 KiB | 171 | 150 | |
genimage.cfg | A D | 18-Apr-2025 | 368 | 19 | 16 | |
post-build.sh | A D | 18-Apr-2025 | 933 | 30 | 17 | |
post-image.sh | A D | 18-Apr-2025 | 78 | 6 | 2 | |
readme.txt | A D | 18-Apr-2025 | 1.1 KiB | 52 | 35 | |
upgrade.cmd | A D | 18-Apr-2025 | 5.6 KiB | 231 | 205 |
readme.txt
1Buildroot for Boundary Devices platforms: 2 3https://boundarydevices.com/nitrogen-sbcs-and-soms/ 4 5Here is the list of targeted platforms per defconfig: 6 7- nitrogen6x_defconfig 8 - BD-SL-i.MX6 (SABRE-Lite) 9 - Nitrogen6X 10 - Nitrogen6_Lite 11 - Nitrogen6_MAX 12 - Nitrogen6_VM 13 - Nitrogen6_SOM 14 - Nitrogen6_SOMv2 15 16- nitrogen6sx_defconfig 17 - Nitrogen6_SoloX 18 19- nitrogen7_defconfig 20 - Nitrogen7 21 22- nitrogen8m_defconfig 23 - Nitrogen8M 24 - Nitrogen8M_SOM 25 26- nitrogen8mm_defconfig 27 - Nitrogen8MMini 28 - Nitrogen8MMini_SOM 29 30- nitrogen8mn_defconfig 31 - Nitrogen8MNano 32 - Nitrogen8MNano_SOM 33 34- nitrogen8mp_defconfig 35 - Nitrogen8MPlus_SOM 36 37To install, simply copy the image to your storage (SD, eMMC, USB): 38 39$ sudo dd if=output/images/sdcard.img of=/dev/sdX 40 41Where 'sdX' is the device node of the uSD partition. 42 43To upgrade u-boot, cancel autoboot and type: 44 45> run upgradeu 46 47See Boundary Devices's buildroot-external-boundary project 48for additional and advanced defconfigs using Qt5, gstreamer, 49NXP proprietary packages with demo applications: 50 51https://github.com/boundarydevices/buildroot-external-boundary 52