Changes between Version 10 and Version 11 of provisioning
- Timestamp:
- 07/14/2020 08:42:46 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
provisioning
v10 v11 187 187 = Provisioning root file system from live Newport board 188 188 189 It's always best to create your rootfs from scratch using the Newport [wiki:/newport/bsp BSP] when this option is available. If you're prevented from doing so it is possible to provision the root file system from some Newport boards without too much difficulty. Newport SBC's are capable of booting from both eMMC and MMC. The boot device can be selected by the GSC performing a 5x press on the power button. In the following section ,we will create a bootable microSD card, load it as the primary boot device, image partition 2 of the eMMC using "dd", then create a compressed disk image from this data.189 It's always best to create your rootfs from scratch using the Newport [wiki:/newport/bsp BSP] when this option is available. If you're prevented from doing so it is possible to provision the root file system from some Newport boards without too much difficulty. Newport SBC's are capable of booting from both eMMC and MMC. The boot device can be selected by the GSC performing a 5x press on the power button. In the following section we will create a bootable microSD card, load it as the primary boot device, image partition 2 of the eMMC using "dd", then create a compressed disk image from this data. 190 190 191 191 == Requirements