Posts by macos

    Hello,


    what I did:

    upload through USBloader ebootv210_110, and kernel XIPV210_CE6Core_V1.10_150325.

    I start system and press shift+s to upload mentioned files by DU command.

    Of course I do command C (capital c) and confirm by Y.

    I use PrimeView PD064VT4 LCD - driver settings PrimeView PD064VT4, 640x480 Pixel


    next I put more vebose mode by enter in ndcucfg:

    Code
    1. reg open \drivers\display\lcd\mode100
    2. reg set value type dword 518
    3. reg save
    4. reboot

    this all settings works with my old netDCU14 rev.1.20 board. And one more point is that mentioned LCD also works with display mode set 10 with old board.

    But with my two new netDCU14 rev.1.22 boards there is only waveing white strips on black screen.

    Hello, thank you for answer.

    Can you help me to understand how I can change this value 0xd41c65b8 to another one?

    Code
    1. LCD: LCD_SetupGPIOs(EBOOT, 0xd41c65b8)


    Hi,

    I could not understand how I can read eboot from flash and write it to file. For example to /ffsdisk/backup_eboot.bin or /ffsdisk/backup_eboot.nb0

    in ndcucfg is explained:

    Code
    1. !>help boot
    2. boot read <filename> - Read current Eboot and dump it into a file
    3. boot write <filename> - Overwrite existing Eboot
    4. boot enum - Display boot loader settings
    5. boot display set - Set display mode in bootloader

    I do:

    Code
    1. ndcucfg
    2. !>boot read /ffsdisk/backup-eboot.nb0
    3. ERROR 100: Syntax error

    Cold you please explain?

    thank you