You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And I then tried to dd it as the documentation (NUC980 NuWriter User Manual EN.pdf) said the bootloader is going to check SD card at 0x400 for signature and boot it.
I used the writer tool to generate the pack.bin (run.ini attached) and did sudo dd ibs=32 iseek=1 if=pack.bin of=/dev/mmcblk0 obs=1024 oseek=1 but It didnt work.
After some tries, I found out that I have to use the devkit in USB mode along with nuc980 writer commandline tool (after I change pack = yes to pack = no).
using that I was able to boot uboot off the sd card
so, I compared the two sd card [working and non working] images first bytes and found the diff:
Hello,
I would like to know how to make an SD card image easily
First, I followed https://github.com/Jun1172/nuc980-open-source-project
https://blog.csdn.net/Jun626/article/details/104730949
https://blog.csdn.net/Jun626/article/details/104737311
And I then tried to dd it as the documentation (
NUC980 NuWriter User Manual EN.pdf
) said the bootloader is going to check SD card at 0x400 for signature and boot it.I used the writer tool to generate the
pack.bin
(run.ini
attached) and didsudo dd ibs=32 iseek=1 if=pack.bin of=/dev/mmcblk0 obs=1024 oseek=1
but It didnt work.After some tries, I found out that I have to use the devkit in USB mode along with nuc980 writer commandline tool (after I change
pack = yes
topack = no
).using that I was able to boot uboot off the sd card
so, I compared the two sd card [working and non working] images first bytes and found the diff:
The bytes at
200h
was is unexpected. (WBU
) I found a reference in code https://github.com/OpenNuvoton/NUC980_NuWriter_CMD/blob/master/Serial.h#L285 but this struct is not used anywhere.Can anybody tell me where am I wrong?
Side question:
WBU
stand for Winbond? TVN => reverse Nuvoton?The text was updated successfully, but these errors were encountered: