Good day,
Currently, I am trying to replace the WinCE Kernel on one of our PicoMods with the Linux Kernel.
I am following the First-Steps guide found in the download directory.
After some trial and error i managed to replace the uboot, by using the serial download via DCU-Term.
This was needed since the PicoMod seems to be unable to find the SD-card. "Can't access SD-card in FAT mode" is the only reply I am able to receive.
The used SD-card is working if the device is running with the WinCE Kernel, even though I am not sure if its working during the boot procedures, since I didn't need to do these steps up until now.
My current problem is that the PicoMOD seems unable to access the USB and the SD-Card, now that it should install the Kernel.
This is the reply after system start with uboot:
- U-Boot 2012.07 (Nov 22 2012 - 11:51:14) for F&S
- CPU: S5PV210@1000MHz
- Board: PicoMOD7A Rev 1.00 (2x DRAM, 1x LAN, 1000 MHz)
- DRAM: 256 MiB
- WARNING: Caches not enabled
- NAND: 128 MiB
- MMC: s5p_sdhci: 0
- *** Warning - bad CRC, using default environment
- In: serial
- Out: serial
- Err: serial
- Net: AX88796-0
- Hit any key to stop autoboot: 0
- ---- Trying update with update.scr from mmc0:1 ----
- mmc reset on error -19
- mmc reset on error -19
- mmc reset on error -19
- Card did not respond to voltage select!
- mmc reset on error -19
- mmc reset on error -19
- mmc reset on error -19
- Card did not respond to voltage select!
- MMC: block number 0x1 exceeds max(0x0)
- Failed!
- ---- Trying update with update.scr from mmc1:1 ----
- MMC Device 1 not found
- Failed!
- ---- Trying update with update.scr from usb ----
- Unknown device, ignored
- ---- No update script found ----
- NAND read: device 0 offset 0x500000, size 0x300000
- 3145728 bytes read: OK
- Bad Linux ARM zImage magic!
- ---- Trying install with install.scr from mmc0:1 ----
- mmc reset on error -19
- mmc reset on error -19
- mmc reset on error -19
- Card did not respond to voltage select!
- mmc reset on error -19
- mmc reset on error -19
- mmc reset on error -19
- Card did not respond to voltage select!
- MMC: block number 0x1 exceeds max(0x0)
- Failed!
- ---- Trying install with install.scr from mmc1:1 ----
- MMC Device 1 not found
- Failed!
- ---- Trying install with install.scr from usb ----
- Unknown device, ignored
- ---- No install script found ----
- PicoMOD7A # <0><0>
- U-Boot 2012.07 (Nov 22 2012 - 11:51:14) for F&S
- CPU: S5PV210@1000MHz
- Board: PicoMOD7A Rev 1.00 (2x DRAM, 1x LAN, 1000 MHz)
- DRAM: 256 MiB
- WARNING: Caches not enabled
- NAND: 128 MiB
- MMC: s5p_sdhci: 0
- *** Warning - bad CRC, using default environment
- In: serial
- Out: serial
- Err: serial
- Net: AX88796-0
- Hit any key to stop autoboot: 0
- ---- Trying update with update.scr from mmc0:1 ----
- mmc reset on error -19
- mmc reset on error -19
- mmc reset on error -19
- Card did not respond to voltage select!
- mmc reset on error -19
- mmc reset on error -19
- mmc reset on error -19
- Card did not respond to voltage select!
- MMC: block number 0x1 exceeds max(0x0)
- Failed!
- ---- Trying update with update.scr from mmc1:1 ----
- MMC Device 1 not found
- Failed!
- ---- Trying update with update.scr from usb ----
- Unknown device, ignored
- ---- No update script found ----
- NAND read: device 0 offset 0x500000, size 0x300000
- 3145728 bytes read: OK
- Bad Linux ARM zImage magic!
- ---- Trying install with install.scr from mmc0:1 ----
- mmc reset on error -19
- mmc reset on error -19
- mmc reset on error -19
- Card did not respond to voltage select!
- mmc reset on error -19
- mmc reset on error -19
- mmc reset on error -19
- Card did not respond to voltage select!
- MMC: block number 0x1 exceeds max(0x0)
- Failed!
- ---- Trying install with install.scr from mmc1:1 ----
- MMC Device 1 not found
- Failed!
- ---- Trying install with install.scr from usb ----
- Unknown device, ignored
- ---- No install script found ----
- PicoMOD7A # <0>
I would appreciate any help you are able to provide me.
Best regards