FAQ Bootloader

From Wiki-DB
Revision as of 09:10, 17 July 2015 by Lzenz (talk | contribs) (Created page with ":'''Q: How can I access the bootloader u-boot console?''' :'''A:''' It is not possible to enter to the bootloader console by pressing a various key (e.g. "Enter") on your keyboar...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Q: How can I access the bootloader u-boot console?
A: It is not possible to enter to the bootloader console by pressing a various key (e.g. "Enter") on your keyboard. You have to send "DEL" (ASCII 0x7F) to the device. We recommend you to use the terminal program teraterm if you are working on windows and to use kermit or minicom if you use a linux operating system on your pc.
  • You can configure teraterm to send "DEL" when the delete key or the backspace key is pressed by clicking through the menu to Setup->Keyboard-Setup and enable the required checkbox.
  • Kermit is sending a "DEL" if you hit the backspace key.
  • Minicom is able to send "DEL" when you hit the backspace key if you configure minicom to do that within a terminal window: run $ minicom -s and navigate to Screen and keyboard press "B"
Q: The automatic update is not executed before the operating system boots!
A: Check if the command update auto is included in the bootloader environment variable bootcmd or in a script-variable which is called within bootcmd before bootm .
Q: The automatic update does not work with my desired update-media!
A: The command update auto can be configured with flags within the DHCOM settings.bin block. It is possible to disable a interface for the update mechanism. You can run a update from a disabled interface if you use the command update without the argument auto .
Q: Which USB Port should i use to run updates with the bootloader?
A: Our systems are designed to run updates via the DHCOM USB Host 1 interface. We can support additional usb nterfaces on request.
Q: My usb flash memory device is not recognized by the bootloader!
A: The are limitations when you use usb flash memory devices with u-boot. Please check that a master boot record is available and that a FAT32 filesystem is used on the first primary partition of the device.