Changes between Version 13 and Version 14 of venice/npu
- Timestamp:
- 08/13/2024 08:55:46 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/npu
v13 v14 68 68 69 69 {{{#!bash 70 mkdir /mnt/nxp 71 cp arch/arm64/boot/dts/freescale/*venice*.dtb /mnt/nxp/ 72 }}} 73 74 70 sudo mkdir /mnt/nxp 71 sudo cp arch/arm64/boot/dts/freescale/*venice*.dtb /mnt/nxp/ 72 }}} 75 73 76 74 Now, the contents of the device should include: … … 110 108 111 109 === Flash NXP .wic and patched DTBs onto eMMC 112 113 114 110 You are now booted into the ramdisk rescue image. The next steps are to flash the .wic onto the emmc. 115 111 116 Your multimedia device will likely have a different device name than when it was connected to the host computer; in our case, it is now {{{/dev/sda}}} instead of {{{/dev/sdc}}}. This is expected. 117 {{{#!bash 118 DEVICE=<flash device, with no trailing /> 112 For venice boards the emmc that we are imaging is {{{/dev/mmcblk2}}} and with only one removable storage device your rescue image with be {{{/dev/sda}}}. 113 114 Image the emmc as followes: 115 {{{#!bash 119 116 mkdir /mnt/src 120 117 mkdir /mnt/dst 121 mount ${DEVICE}1 /mnt/src122 dd if=/mnt/src/imx-image-full-imx8mpevk.wic of=/dev/mmcblk2 bs=16M oflag=sync 118 mount /dev/sda1 /mnt/src 119 dd if=/mnt/src/imx-image-full-imx8mpevk.wic of=/dev/mmcblk2 bs=16M oflag=sync # this will take a couple of minutes 123 120 mount /dev/mmcblk2p1 /mnt/dst 124 121 cp /mnt/src/*.dtb /mnt/dst/