search for: sigmatek

Displaying 15 results from an estimated 15 matches for "sigmatek".

2014 Jan 15
1
extlinux device trouble
On Wed, Jan 15, 2014 at 3:26 AM, Johann Obermayr <johann.obermayr at sigmatek.at> wrote: > Am 15.01.2014 04:57, schrieb Gene Cumm: > >> On Tue, Jan 14, 2014 at 10:50 PM, Gene Cumm <gene.cumm at gmail.com> wrote: >>> >>> On Tue, Jan 14, 2014 at 9:28 AM, Johann Obermayr >>> <johann.obermayr at sigmatek.at> wrote: >>&g...
2014 Jan 15
3
extlinux device trouble
On Tue, Jan 14, 2014 at 10:50 PM, Gene Cumm <gene.cumm at gmail.com> wrote: > On Tue, Jan 14, 2014 at 9:28 AM, Johann Obermayr > <johann.obermayr at sigmatek.at> wrote: >> Hello, >> >> i'm using version 4.07. >> On my computer extlinux does not work. >> after debugging, i found the trouble. >> >> in the function parse_mountinfo there was using a function get_string. >> in the function get_string the...
2014 Jan 14
2
extlinux device trouble
Hello, i'm using version 4.07. On my computer extlinux does not work. after debugging, i found the trouble. in the function parse_mountinfo there was using a function get_string. in the function get_string there was a line (42) } else if (ch == '\\') { but in my mountinfo list, there was \ , but not with octal digit. so the function get_string will fail. here are some information
2019 Apr 10
0
pci resource address
...} for_each_pci_func3(dev, domain, addr) { /* TODO: should we do more checks on the device? Like class? */ if (dev->vendor == OUR_VENDOR_ID) { DBGPRINT("PCI: Found Sigmatek device = %x\n", dev->product); fpga_addr = pci_get_bar0(addr); rval = eeprom_init(fpga_addr, buf, size); Now we change t syslinux 6.03 with efi64. With pci_readl(addr + 0x10) we read only 4 byte....
2014 Jan 15
0
extlinux device trouble
On Tue, Jan 14, 2014 at 9:28 AM, Johann Obermayr <johann.obermayr at sigmatek.at> wrote: > Hello, > > i'm using version 4.07. > On my computer extlinux does not work. > after debugging, i found the trouble. > > in the function parse_mountinfo there was using a function get_string. > in the function get_string there was a line (42) } else if (ch...
2014 Jan 15
0
extlinux device trouble
Am 15.01.2014 04:57, schrieb Gene Cumm: > On Tue, Jan 14, 2014 at 10:50 PM, Gene Cumm <gene.cumm at gmail.com> wrote: >> On Tue, Jan 14, 2014 at 9:28 AM, Johann Obermayr >> <johann.obermayr at sigmatek.at> wrote: >>> Hello, >>> >>> i'm using version 4.07. >>> On my computer extlinux does not work. >>> after debugging, i found the trouble. >>> >>> in the function parse_mountinfo there was using a function get_string. >>&gt...
2019 Apr 16
1
EFI32, EFI64 on one disk
Hello, Thank you, for this information. This is, what I need. So I will switch from 6.03 to the last 6.04 pre. Regards Johann > -----Urspr?ngliche Nachricht----- > Von: Syslinux <syslinux-bounces at syslinux.org> Im Auftrag von Ady Ady via > Syslinux > Gesendet: Montag, 15. April 2019 18:53 > An: syslinux at syslinux.org > Betreff: Re: [syslinux] EFI32, EFI64 on one
2019 May 07
0
BOOTx64.efi does not start
Hello, i made follow test. Create 64MB FAT32 Boot Partition. Copy <Version>/efi64/efi/syslinux.efi -> /EFI/BOOT/BOOTx64.efi Copy <Version>/efi64/com32/elflink/ldlinux/ldlinux.e64 /EFI/BOOT/ldlinux.e64 syslinux.6.04pre1 WARNING: No configuration file found syslinux.6.04pre2 system-diag syslinux.6.04pre3 system-diag system-diag: BIOS/UEFI System
2019 May 16
0
Serial output does not work
Hello, in my syslx64.cfg I have the line "serial 0 115200 0" But if I show the variable SerialPort, than the variable is zero. We have a own c32 file. And with this I show (printf) the variable. -------- our cfg file ------------------------ # # EFI64 configuration # PATH x64 # Include does not work corret in this version # INCLDUE /COMMON/common.cfg CONSOLE 1 serial 0 115200 0 #
2019 May 25
2
Kernel Image CRC checking
Hello, Is there a function to check a bzImage CRC ? If (ImageCRC("/bzImage") == -1) Load_kernel("/BACKUP/bzImage") or what else Thanks Regards Johann
2023 Mar 28
1
syslinux starting a efi application
Hello, is there a way to start a efi-application (bios update tool) from syslinux ? best regards Johann
2019 May 24
3
syslinux efi64 test c32 module
Hello, does someone have test syslinux EFI64 bootloader in qemu ? we have a own c32 module. And some build of this module will hang booting. Now I will (debug / test) this in qemu. Is that possible? if so, what do I need except qemu-syste-x86-64. And how do I have to start the qemu? Thanks & regards Johann
2019 May 02
1
EFI32, EFI64 on one disk
Hello, PATH relative / absolute ? If I set PATH x86 -> /EFI/BOOT/x86 is search path ? What is the prefix for PATH <dir> ? Which files are search in the PATH ? Only *.c32 or also other one ? Thanks Regard Johann > -----Urspr?ngliche Nachricht----- > Von: Syslinux <syslinux-bounces at syslinux.org> Im Auftrag von Ady Ady via > Syslinux > Gesendet: Montag, 15.
2019 May 24
2
Debug C32 Module
Hello, we have wrote a own C32 module, loaded with "DEFAULT mod.c32" But sometime the module mod.32 are not loaded & started. How we can debug this ? Or give some debug output. In the main of the module there is a printf, but the text are not shown at booting. Thanks Johann
2019 Apr 15
4
EFI32, EFI64 on one disk
Hello, i would like create a bootdisk , that can be boot from Old BIOS, EFI32 and EFI64. But for EFI Boot there is only one directory /EFI/BOOT/ In this directory I can copy BOOTia32.EFI and BOOTx64.EFI. But the *.c32 files for EFI32 & EFI64 , I can install to this directory at the same time. Is there a way to load the *.c32 from different directory ? Or is there a other solution ?