10-16-2020, 01:39 PM
Found this thread while searching about flashing the U-Boot. During the last Manjaro update I saw this in the output:
lsblk shows this:
I'm assuming the commands I need to run are:
dd if=/boot/idbloader.img of=/dev/mmcblk2p1 seek=64 conv=notrunc,fsync
dd if=/boot/u-boot.itb of=/dev/mmcblk2p1 seek=16384 conv=notrunc,fsync
Or would it be mmcblk2boot0 and mmcblk2boot1?
Code:
(162/162) upgrading uboot-pinebookpro [###################################################] 100%
A new U-Boot version can be flashed onto your install drive. Please use lsblk to determine your drive, before proceeding.
You can do this by running:
# dd if=/boot/idbloader.img of=/dev/mmcblkX seek=64 conv=notrunc,fsync
# dd if=/boot/u-boot.itb of=/dev/mmcblkX seek=16384 conv=notrunc,fsync
lsblk shows this:
Code:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
mmcblk2 179:0 0 58.2G 0 disk
├─mmcblk2p1 179:1 0 213.6M 0 part /boot
└─mmcblk2p2 179:2 0 58G 0 part /
mmcblk2boot0 179:32 0 4M 1 disk
mmcblk2boot1 179:64 0 4M 1 disk
mmcblk1 179:96 0 238.5G 0 disk
└─mmcblk1p1 179:97 0 238.5G 0 part /run/media/name/disk
zram0 252:0 0 5.6G 0 disk [SWAP]
I'm assuming the commands I need to run are:
dd if=/boot/idbloader.img of=/dev/mmcblk2p1 seek=64 conv=notrunc,fsync
dd if=/boot/u-boot.itb of=/dev/mmcblk2p1 seek=16384 conv=notrunc,fsync
Or would it be mmcblk2boot0 and mmcblk2boot1?