At Wit's End
#6
(04-30-2023, 07:02 AM)jasonumd Wrote: I don't recall the exact sequence of commands I performed but what I can say now is that I have a completely unallocated eMMC. I have the USB eMMC adapter and I am now searching the proper partitions to create to rebuild the bootloader. I will reply again with specific commands and issues I encounter as I go through this process. Thank you both for your replies.

it'll probably be easier to rewrite the bootloader (uboot) to the emmc than try to repair it. After grabbing the files, you can write it with these commands:

sudo dd if=/boot/idbloader.img of=/dev/mmcblkX seek=64 conv=notrunc,fsync

sudo dd if=/boot/u-boot.itb of=/dev/mmcblkX seek=16384 conv=notrunc,fsync

Remember to check and enter the right mmcblkX to match what mmblc shows for your emmc. You should be able to perform these commands from your kali SD live install.
  Reply


Messages In This Thread
At Wit's End - by jasonumd - 04-27-2023, 09:37 AM
RE: At Wit's End - by tophneal - 04-27-2023, 01:59 PM
RE: At Wit's End - by diederik - 04-27-2023, 02:50 PM
RE: At Wit's End - by jasonumd - 04-30-2023, 07:02 AM
RE: At Wit's End - by tophneal - 05-08-2023, 10:42 AM
RE: At Wit's End - by TRS-80 - 05-07-2023, 04:04 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)