Booting Windows 11 on hdk8450 #685
Replies: 1 comment
-
|
Hi junhao, In short the installation has 4 steps:
Try execute "adb root" when device is in recovery mode and you will get a root shell if recovery is eng/userdebug build. Push the parted binary below into
The two partition we created are not formatted currently because the default system does not provide a mkfs tool. You need to do it in android with termux, or format it later on your computer after hdk entering mass storage mode.
Then you need to choose a tool like wimlib in linux or dism/dism++ in windows. In this case, `F:` is the ntfs partition on hdk. This progress will take a long time.
Repair bootmgr in esp partition after applying iso.
|
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
-
Hello there,
I recently came across a spare HDK8450 board and discovered this repository. However, I'm a bit lost on how to get started. I noticed the board is mentioned in the README and saw that it was discussed in #480.
I'm quite familiar with using fastboot, adb, and recovery images, though I don't think any TWRP images exist for this development board. Would you be able to share any pointers or documentation on getting started? If there isn't anything formal yet, even some informal guidance would be great - I'd be happy to help write documentation once I have things working.
Just to get your attention: @sunflower2333 @gus33000
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions