This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/AM3358: AM3358

Part Number: AM3358


Tool/software: Linux

Hi 

   I am using AM3358 processor    and 512 mb micron nand for my custom design .  and U-boot-ti-staging-2017 version i am using for my devolment  .. SD boot is working fine. FROm nand boot ,i can write kernel and devicetree from uboot environment . While writing my UBIFS filesystem  NAND write to offset 0x00a00000 failed -5  0 bytes written: ERROR is showing.  

my mtd parts  are given below . 


=> mtdparts

device nand0 <nand.0>, # parts = 10
#: name size offset mask_flags
0: NAND.SPL 0x00020000 0x00000000 0
1: NAND.SPL.backup1 0x00020000 0x00020000 0
2: NAND.SPL.backup2 0x00020000 0x00040000 0
3: NAND.SPL.backup3 0x00020000 0x00060000 0
4: NAND.u-boot-spl-os 0x00040000 0x00080000 0
5: NAND.u-boot 0x00100000 0x000c0000 0
6: NAND.u-boot-env 0x00020000 0x001c0000 0
7: NAND.u-boot-env.backup10x00020000 0x001e0000 0
8: NAND.kernel 0x00800000 0x00200000 0
9: NAND.file-system 0x1f600000 0x00a00000 0

active partition: nand0,0 - (NAND.SPL) 0x00020000 @ 0x00000000

defaults:
mtdids : nand0=nand.0
mtdparts: mtdparts=nand.0:128k(NAND.SPL),128k(NAND.SPL.backup1),128k(NAND.SPL.backup2),128k(NAND.SPL.backup3),256k(NAND.u-boot-spl-os),1m(NAND.u-boot),128k(NAND.u-boot-env),128k(NAND.u-boot-env.backup1),8m(NAND.kernel),-(NAND.file-system)

Regards

Rajalakshmi A

  • Raj,

    raji a said:
    U-boot-ti-staging-2017 version i am using for my devolment

    From where you get this u-boot? Note that this is not official and might be still in progress. I would suggest you to try with PSDK 3.03 u-boot-2016.05

    Regards,
    Pavel