Andes Workshop

It is currently Fri Mar 29, 2024 7:16 am

All times are UTC + 8 hours [ DST ]




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: burner的progress bar
PostPosted: Thu Nov 24, 2011 7:21 pm 
Offline
User avatar

Joined: Fri Mar 04, 2011 9:36 pm
Posts: 500
AndeSight UI實作時,是intelj3程式裡印出來的”.”來計算現在燒錄到哪裡,
1個點是8192 bytes。(如下圖我標示2)的地方

下圖1的地方,我們load code時,會知道image大小,所以由”…”可知目前進度。
IntelJ3的source code中,下面會印出”.”
if (address % 8192 == 0)
{
fprintf(log, ".");
fflush(log);
}
}

Attachment:
burn_dot.gif
burn_dot.gif [ 35.38 KiB | Viewed 7188 times ]


Top
 Profile Send private message E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC + 8 hours [ DST ]


Who is online

Users browsing this forum: Google [Bot] and 17 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group