-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It doesn't boot #3
Comments
I have received raports that the VGA BIOS firmware settings aren't fully compatible with the ao486. The problem seems to apply to the 80x25 text mode (VGA mode 0x03 index 0x18). The hsync frequency is 28.89 kHz, and vsync is 64.63 Hz. Perhaps your monitor can't synchronize to these frequencies. |
I've boot successfully with another branch of your project called frix. I think your job is so excellent and I can study from you a lot. Thank you for opening source. Best regards, |
Well, I used the BIOS file and other files in the folder 'sd' and all follow your guide.But it cann't be boot.There some words on screen. |
Hello MasterJerryZh, Best regards, |
Thank you very much ! I hava a try again with a SDHC card and the card is OK . But there are also some problems . The screen display these worlds like that "SD OK, SD header invalid" ! What's wrong with it ? |
I think you have to copy sd.dat to the beginning of the card, so /dev/mmcblk0 and not partition 1 /dev/mmcblk0p1 (?) |
Yes,It's my fault ! I'm sorry about it . Now , I have used 'dd if=sd.dat of=/dev/mmcblk0' command again. It's successful ! I can select bios and vga bios , but the screen displays there are no floppy when I selected the floppy on the OSD . Need I copy an OS image to SD card using 'dd' command ? For example : 'dd if=freedos.img of=/dev/mmcblk0 bs=102400 seek=512' . I also don't know what is this file ao486/sd/fd_1_44m/fdboot.img used to ? |
Thank you very much ! I have boot Win95 on DE115 board successful ! |
I am happy you managed to boot the system. Sorry for not replying to your last comment, but I believed you would manage yourself :) and anyways I was preparing for Christmas :) Best regards, |
I am studying your project now and I may have many questions to discuss with you in the future . |
Could you please share your solution? Which win95 image did you use could you link me to that. Having a hard time trying to get anything beyond the BIOS selection menu. The screen goes blank. No errors on compilation/ uploading. My College lab have some decent monitors wherein I checked them, just to be sure that it is not a monitor sync issue. a) Used the fdboot.img provided in the repo I am using Quartus II 14.1 on linux Thanks in anticipation.. |
I think the fdboot.img file isn't a completed bootable OS image file. So, you should have a try with a completed OS image file, Free Dos or Win95. I have boot it successfully with a freedos image in another github project which is named Fix. You can find a useful bootable OS image file from it. Its URL is here. |
Thanks. |
I could the the frix project with the demo images provided on their site still no joy on running a win95 image @MasterJerryZh could you please forward me the win 95 image you spoke of. |
@MasterJerryZh may I ask you a question. I have load bios and vgabios successfully. but when load the img file , I only find the fdboot.img, but I did not copy this file, no matter I copy freedos.img or not. It does not work. thanks |
The text was updated successfully, but these errors were encountered: