Actions
action #508
closedimplement USBOOT
Status:
Closed
Priority:
Normal
Assignee:
Category:
Development
Target version:
Start date:
2013-06-10
Due date:
2013-06-11
% Done:
100%
Estimated time:
5.00 h
Description
$USBBOOT currently uses the image as hard disk rather than usb stick. Qemu needs to be started with special parameters to use a file as usb stick:
-drive if=none,id=usbstick,file=stick.img,snapshot \
-device usb-ehci,id=ehci \
-device usb-storage,bus=ehci.0,drive=usbstick \
-device piix3-usb-uhci,id=usb \
-device usb-tablet,bus=usb.0
Updated by aplanas over 11 years ago
- Assignee set to aplanas
- Status changed from New to In Progress
Updated by lnussel over 11 years ago
- Due date set to 2013-06-11
- Estimated time set to 5.00 h
- Start date changed from 2013-06-03 to 2013-06-10
Updated by aplanas over 11 years ago
- % Done changed from 0 to 100
- Status changed from In Progress to Resolved
Updated by aplanas over 11 years ago
- % Done changed from 100 to 80
- Status changed from Resolved to In Progress
Need more work on the reboot.
Updated by lnussel over 11 years ago
- Target version changed from T06. Replace the Makefile by a conf. / dispatcher method to T11. Task for end of iteration
Updated by aplanas over 11 years ago
- % Done changed from 80 to 100
- Status changed from In Progress to Closed
Resolved using the F12 interactive bootloader menu
Actions