嗨,我注意到Wandboard Quad中的USB有一些奇怪的行为,内核4.15 / Ubuntu 18.04 armhf(来自Ubuntu netboot安装的库存内核)。在系统启动时正确检测
2018-10-22 14:26
run netboot; fi; fi; fi; else run netboot; fi;bootcmd_mfg=run mfgtool_args;bootz ${loadaddr
2022-01-12 07:58
本文对如何在音视频范例网络多媒体系统中应用DS80C400网络型微控制器进行分析与讨论。
2021-06-02 06:24
本帖最后由 一只耳朵怪 于 2018-6-20 15:02 编辑 1.我們的板子想用使用ramdisk 來當rootfs ( TI Linux SDK 6.0 )ramdisk 放置於SD卡 boot分區2.我該如何修改uboot 讓kernel 開機可以自動載入ramdisk??(不使用setenv 方式)
2018-06-20 03:10
刚买回来的华美A100路由器,马上想刷一下固件试一试摄像头功能,可为什么根据视频一样的方法就是刷不进去呢? 步骤跟视频一样,但是最后是出现TTTTT字样不是....字样,就是刷不进去。
2019-02-28 22:30
本帖最后由 一只耳朵怪 于 2018-6-21 11:43 编辑 自己做的3358板子,使用ddr3(和BBB一样),nand启动;使用sdk8.0的uboot和kernel,修改了uboot中的read_eeprom、sdram_init中config_ddr使用和BBB一样的参数。 在启动时,串口信息如下:U-Boot SPL 2014.07-00107-gd28f2b9-dirty (Jan 23 2017 - 16:27:26) The Expected Linux image was not found. Please check your NAND configuration. Trying to start u-boot now...U-Boot 2014.07-00107-gd28f2b9-dirty (Jan 23 2017 - 16:27:26)I2C:ready DRAM:512 MiB NAND:256 MiB MMC:OMAP SD/MMC: 0, OMAP SD/MMC: 1 *** Warning - bad CRC, using default environmentNet: not set. Validating first E-fuse MAC cpsw, u***_ether Hit any key to stop autoboot:0 Card did not respond to voltage select! Card did not respond to voltage select! Card did not respond to voltage select! Card did not respond to voltage select! Booting from nand ...NAND read: device 0 offset 0x80000, size 0x40000262144 bytes read: OKNAND read: device 0 offset 0x200000, size 0x5000005242880 bytes read: OK Kernel image @ 0x82000000 [ 0x000000 - 0x415a48 ] ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Loading Device Tree to 8fff3000, end 8ffff933 ... OKStarting kernel ...卡在这里不动。 请问下,这是有哪里没有修改到吗?(使用开源社区的BBB的uboot和kernel启动能够正常,但开源社区的UBI挂载有问题)谢谢!
2018-06-21 07:33
什么是PXE?PXE server的启动模式有哪几种?PXE server架设过程是怎样的?
2021-10-20 07:17
我使用的是SDK的版本是sitara-linuxsdk-sdg-06.00.00.00,使用该版本的uboot和linux内核、arago-base-tisdk-image-am335x-evm.ubi文件系统(重命名为ubi.img)。使用以下方式烧写镜像: 一、设置为SD卡启动 1、烧写uboot和uImage mmc rescan nand erase 0x0 0x780000 fatload mmc 0 0x81000000 MLO cp.b 0x81000000 0x81020000 20000 cp.b 0x81000000 0x81040000 20000 cp.b 0x81000000 0x81060000 20000 fatload mmc 0 0x81080000 u-boot.img fatload mmc 0 0x81280000 uImage nand write 0x81000000 0x0 0x780000 saveenv 2、烧写文件系统 mmc rescan fatload mmc 0 0x82000000 ubi.img nand erase 0x780000 0xF880000 nand write 0x82000000 0x780000 0xFC0000 二、设置为nand的启动,上电。出现了以下信息 [ 10.632843] Copied the M3 firmware to UMEM [ 10.637207] Cortex M3 Firmware Version = 0x181 [ 10.643676] create_regulator: VDD1: Failed to create debugfs directory [ 10.652954] smartreflex smartreflex: am33xx_sr_probe: Driver initialized [ 10.666503] clock: disabling unused clocks to save power [ 10.684722] Detected MACID=0:18:30:b:9:3e [ 10.690093] cpsw: Detected MACID = 00:18:30:0b:09:3f [ 10.696380] omap_rtc am33xx-rtc: setting system clock to 2000-01-01 00:00:09 UTC (946684809) [ 10.705627] VFS: Cannot open root device "ubi0:rootfs" or unknown-block(0,0) [ 10.712982] Please append a correct "root=" boot option; here are the available partitions: [ 10.721771] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) [ 10.730407] Backtrace: [ 10.733001] [] (dump_backtrace+0x0/0x10c) from [] (dump_stack+0x18/0x1c) [ 10.741821] r6:00008000 r5:c04f72d0 r4:c0641308 r3:c05f7f4c [ 10.747741] [] (dump_stack+0x0/0x1c) from [] (panic+0x64/0x194) [ 10.755767] [] (panic+0x0/0x194) from [] (mount_block_root+0x174/0x228) [ 10.764495] r3:00000000 r2:00000000 r1:cf01df68 r0:c04f72d0 [ 10.770416] r7:c05c7410 [ 10.773071] [] (mount_block_root+0x0/0x228) from [] (prepare_namespace+0x94/0x1c0) [ 10.782806] [] (prepare_namespace+0x0/0x1c0) from [] (kernel_init+0xf4/0x120) [ 10.792053] r5:c05d36e8 r4:c05d36e8 [ 10.795837] [] (kernel_init+0x0/0x120) from [] (do_exit+0x0/0x65c) [ 10.804077] r5:c0599808 r4:00000000 请问这是怎么回事?
2018-06-21 02:47