AvengerMoJo

  • Posts

    5
  • Joined

  • Last visited

AvengerMoJo's Achievements

  1. Keep you updated, seem like the upstream still not accepting the NAND boot options. It is going to take me some time to test them out, one by one Working on it. Will post you.
  2. You are right making the files available in nand2 fix it. Thanks alot with your work. let me know if something I can help haha Thank for your effort to supporting this.
  3. look like that specific uboot env partition set to 1:0 instead of 0:0 which calling the nand2 boot which is empty. ... of course copy nand1 boot files into nand2/boot director kind of resolve that.. but I wonder which steps I miss to cause this.
  4. After I install one more time ... It fix the above issue but then HELLO! BOOT0 is starting!boot0 version : 1.5.0 dram size =1024 Succeed in opening nand flash. Succeed in reading Boot1 file head. The size of Boot1 is 0x00056000. The file stored in 0X00000000 of block 2 is perfect. Check is correct. Ready to disable icache. Succeed in loading Boot1. Jump to Boot1. [ 0.178] boot1 version : 1.5.0 [ 0.178] pmu type = 3 [ 0.179] bat vol = 0 [ 0.210] axi:ahb:apb=3:2:2 [ 0.210] set dcdc2=1400, clock=1008 successed [ 0.212] key [ 0.224] no key found [ 0.224] flash init start [ 0.270] flash init finish [ 0.273] fs init ok [ 0.275] fattype FAT16 [ 0.275] fs mount ok [ 0.280] script finish [ 0.281] power finish [ 0.281] storage_type=0 [ 0.291] BootMain start [ 0.291] 0 [ 0.323] key value = 0 [ 0.323] recovery key high 6, low 4 [ 0.324] unable to find fastboot_key key_max value [ 0.331] test for multi os boot with display [ 0.333] logo name is invalid or dont need show logo [ 0.339] load kernel start [ 0.363] load kernel successed [ 0.363] start address = 0x4a000000 [ 0.365] jump to U-Boot 2013.10-rc2-08400-g0490093 (Oct 11 2013 - 00:40:21) Allwinner Technology CPU: Allwinner A10 (SUN4I) Board: Cubieboard I2C: ready DRAM: 1 GiB NAND: 0 MiB MMC: SUNXI SD/MMC: 0 Card did not respond to voltage select! MMC init failed Using default environment In: serial Out: serial Err: serial Net: emac Hit any key to stop autoboot: 0 ** Unrecognized filesystem type ** ** File not found boot/uEnv.txt ** ** File not found uEnv.txt ** ** File not found /boot/script.bin ** ** Unrecognized filesystem type ** ** File not found /script.bin ** somehow the uboot is not what I'm expecting ... Since it get to uboot anyway, the installation is ok so I can still boot with the following setenv bootargs root=/dev/nand2 rootwait fatload nand 0:0 0x43000000 script.bin fatload nand 0:0 0x48000000 uImage bootm 0x48000000 Any idea why I loaded with a old uboot and how should I go about to replace it
  5. I can finish the write. But fail in boot. boot0 version : 1.5.0 dram size =1024 Succeed in opening nand flash. Succeed in reading Boot1 file head. The size of Boot1 is 0x00056000. The file stored in 0X00000000 of block 2 is perfect. Check is correct. Ready to disable icache. Succeed in loading Boot1. Jump to Boot1. [ 0.178] boot1 version : 1.5.0 [ 0.178] pmu type = 3 [ 0.179] bat vol = 0 [ 0.211] axi:ahb:apb=3:2:2 [ 0.211] set dcdc2=1400, clock=1008 successed [ 0.213] key [ 0.226] no key found [ 0.226] flash init start [ 0.271] flash init finish [ 0.274] fs init fail [ 0.274] fs init fail, jump to fel