Giter Site home page Giter Site logo

nuc970_nuwriter's People

Contributors

schung1218 avatar ychuang3 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nuc970_nuwriter's Issues

NUC977芯片USB启动后点击Re-connect后卡死

NUC977DK62Y芯片
NUwrite连接点击Re-connect后卡死
芯片USB启动是打印信息如下:
Enable Debug Message
No Key
Boot from USB
而不是正常的芯片信息
NUC970 IBR 20151008.1735
No Key
Boot from USB

芯片上丝印
2025M0022
请问是最新的芯片需要更新inf信息,还是买到假的芯片了?

Driver INF location?

When I plug an NUC980 into my computer using USB, no drivers are installed. I noticed you're using WinUSB, so I used Zadig to force-install a WinUSB driver. I modified NucWinUsb.h to use the new Interface GUID, but unfortunately, many other devices on my system use this Interface GUID, which causes the program to malfunction (since it relies on Interface GUIDs instead of VID/PID sniffing).

I assume there's a proper INF driver floating around that uses the correct Interface GUID? Where can I find this?

添加一个小功能

我在使用imx6ul的时候,发现他们的mfgtool烧录工具支持vbs编辑,这样就可以针对不同的产品快速烧录不同的软件包,对于调试来说也很方便,直接覆盖就能烧录,nuwriter就比较麻烦,还需要手动配置一下包,合成一下包,能否集成一个这样的功能呢?

Help: sscanf_s

请教,以下代码中,sscanf_s的最后一个参数“4”,表示什么含义?

在VS2019中,编译时出现以下信息:warning C4474: sscanf_s: 格式字符串中传递的参数太多;
MSDN中也没找到类似的说明。

int CNuWriterDlg:: Get_Key_Data(HANDLE hFile)
{
int i;
if (Read_File_Line(hFile) < 0)
return -1;
sscanf_s(_FileLineBuff, "%d", &_nKenLen, 4);
if ((_nKenLen != 128) && (_nKenLen != 192) && (_nKenLen != 256)) {
printf("Invalid key length: %d!\n", _nKenLen);
return -1;
}
。。。。
}

NUC977芯片USB启动后点击Re-connect后卡死

NUC977DK62Y芯片
NUwrite连接点击Re-connect后卡死
芯片USB启动是打印信息如下:
Enable Debug Message
No Key
Boot from USB
而不是正常的芯片信息
NUC970 IBR 20151008.1735
No Key
Boot from USB

芯片上丝印
2025M0022
请问是最新的芯片需要更新inf信息,还是买到假的芯片了?

NUC977芯片USB启动后点击Re-connect后卡死

NUC977DK62Y芯片
NUwrite连接点击Re-connect后卡死
芯片USB启动是打印信息如下:
Enable Debug Message
No Key
Boot from USB
而不是正常的芯片信息
NUC970 IBR 20151008.1735
No Key
Boot from USB

芯片上丝印
2025M0022
请问是最新的芯片需要更新inf信息,还是买到假的芯片了?

Is nuwrite support nand(size : 4GB, page : 8k, oobsize : 448)

my pack image include spl and uboot produced by nuwrite pack. I first erase my device(nand flash size : 4GB, page : 8k, oobsize : 448) and then flash it to device by pack manner, after flash, I readback the data(0~1M) from device. but I find the data on addr 0 is uboot data not spl. Is the newest nuwrite support flash nand nand(size : 4GB, page : 8k, oobsize : 448) ?
thanks

NUC977芯片USB启动后点击Re-connect后卡死

NUC977DK62Y芯片
NUwrite连接点击Re-connect后卡死
芯片USB启动是打印信息如下:
Enable Debug Message
No Key
Boot from USB
而不是正常的芯片信息
NUC970 IBR 20151008.1735
No Key
Boot from USB

芯片上丝印
2025M0022
请问是最新的芯片需要更新inf信息,还是买到假的芯片了?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.