Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 1 | # short-description: Create SD card image for MPC8315E-RDB |
2 | # long-description: Create a partitioned SD card image for Freescale MPC8315E-RDB reference hardware. | ||||
3 | part /boot --source bootimg-partition --ondisk sdb --fstype=ext3 --label boot | ||||
4 | part / --source rootfs --ondisk sdb --fstype=ext3 --label root |